Engauge Digitizer
2
|
This is the complete list of members for CoordSystemInterface, including all inherited members.
addGraphCurveAtEnd(const QString &curveName)=0 | CoordSystemInterface | pure virtual |
addPointAxisWithGeneratedIdentifier(const QPointF &posScreen, const QPointF &posGraph, QString &identifier, double ordinal, bool isXOnly)=0 | CoordSystemInterface | pure virtual |
addPointAxisWithSpecifiedIdentifier(const QPointF &posScreen, const QPointF &posGraph, const QString &identifier, double ordinal, bool isXOnly)=0 | CoordSystemInterface | pure virtual |
addPointGraphWithGeneratedIdentifier(const QString &curveName, const QPointF &posScreen, QString &generatedIentifier, double ordinal)=0 | CoordSystemInterface | pure virtual |
addPointGraphWithSpecifiedIdentifier(const QString &curveName, const QPointF &posScreen, const QString &identifier, double ordinal)=0 | CoordSystemInterface | pure virtual |
addPointsInCurvesGraphs(CurvesGraphs &curvesGraphs)=0 | CoordSystemInterface | pure virtual |
checkAddPointAxis(const QPointF &posScreen, const QPointF &posGraph, bool &isError, QString &errorMessage, bool isXOnly, DocumentAxesPointsRequired documentAxesPointsRequired)=0 | CoordSystemInterface | pure virtual |
checkEditPointAxis(const QString &pointIdentifier, const QPointF &posScreen, const QPointF &posGraph, bool &isError, QString &errorMessage, DocumentAxesPointsRequired documentAxesPointsRequired)=0 | CoordSystemInterface | pure virtual |
CoordSystemInterface() | CoordSystemInterface | |
curveAxes() const =0 | CoordSystemInterface | pure virtual |
curveForCurveName(const QString &curveName)=0 | CoordSystemInterface | pure virtual |
curveForCurveName(const QString &curveName) const =0 | CoordSystemInterface | pure virtual |
curvesGraphs() const =0 | CoordSystemInterface | pure virtual |
curvesGraphsNames() const =0 | CoordSystemInterface | pure virtual |
curvesGraphsNumPoints(const QString &curveName) const =0 | CoordSystemInterface | pure virtual |
editPointAxis(const QPointF &posGraph, const QString &identifier)=0 | CoordSystemInterface | pure virtual |
editPointGraph(bool isX, bool isY, double x, double y, const QStringList &identifiers, const Transformation &transformation)=0 | CoordSystemInterface | pure virtual |
iterateThroughCurvePointsAxes(const Functor2wRet< const QString &, const Point &, CallbackSearchReturn > &ftorWithCallback)=0 | CoordSystemInterface | pure virtual |
iterateThroughCurvePointsAxes(const Functor2wRet< const QString &, const Point &, CallbackSearchReturn > &ftorWithCallback) const =0 | CoordSystemInterface | pure virtual |
iterateThroughCurveSegments(const QString &curveName, const Functor2wRet< const Point &, const Point &, CallbackSearchReturn > &ftorWithCallback) const =0 | CoordSystemInterface | pure virtual |
iterateThroughCurvesPointsGraphs(const Functor2wRet< const QString &, const Point &, CallbackSearchReturn > &ftorWithCallback)=0 | CoordSystemInterface | pure virtual |
iterateThroughCurvesPointsGraphs(const Functor2wRet< const QString &, const Point &, CallbackSearchReturn > &ftorWithCallback) const =0 | CoordSystemInterface | pure virtual |
loadCurvesFile(const QString &curvesFile)=0 | CoordSystemInterface | pure virtual |
modelAxesChecker() const =0 | CoordSystemInterface | pure virtual |
modelColorFilter() const =0 | CoordSystemInterface | pure virtual |
modelCoords() const =0 | CoordSystemInterface | pure virtual |
modelCurveStyles() const =0 | CoordSystemInterface | pure virtual |
modelDigitizeCurve() const =0 | CoordSystemInterface | pure virtual |
modelExport() const =0 | CoordSystemInterface | pure virtual |
modelGeneral() const =0 | CoordSystemInterface | pure virtual |
modelGridDisplay() const =0 | CoordSystemInterface | pure virtual |
modelGridRemoval() const =0 | CoordSystemInterface | pure virtual |
modelPointMatch() const =0 | CoordSystemInterface | pure virtual |
modelSegments() const =0 | CoordSystemInterface | pure virtual |
movePoint(const QString &pointIdentifier, const QPointF &deltaScreen)=0 | CoordSystemInterface | pure virtual |
nextOrdinalForCurve(const QString &curveName) const =0 | CoordSystemInterface | pure virtual |
positionGraph(const QString &pointIdentifier) const =0 | CoordSystemInterface | pure virtual |
positionScreen(const QString &pointIdentifier) const =0 | CoordSystemInterface | pure virtual |
print() const =0 | CoordSystemInterface | pure virtual |
printStream(QString indentation, QTextStream &str) const =0 | CoordSystemInterface | pure virtual |
reasonForUnsuccessfulRead() const =0 | CoordSystemInterface | pure virtual |
removePointAxis(const QString &identifier)=0 | CoordSystemInterface | pure virtual |
removePointGraph(const QString &identifier)=0 | CoordSystemInterface | pure virtual |
removePointsInCurvesGraphs(CurvesGraphs &curvesGraphs)=0 | CoordSystemInterface | pure virtual |
saveXml(QXmlStreamWriter &writer) const =0 | CoordSystemInterface | pure virtual |
selectedCurveName() const =0 | CoordSystemInterface | pure virtual |
setCurveAxes(const Curve &curveAxes)=0 | CoordSystemInterface | pure virtual |
setCurvesGraphs(const CurvesGraphs &curvesGraphs)=0 | CoordSystemInterface | pure virtual |
setModelAxesChecker(const DocumentModelAxesChecker &modelAxesChecker)=0 | CoordSystemInterface | pure virtual |
setModelColorFilter(const DocumentModelColorFilter &modelColorFilter)=0 | CoordSystemInterface | pure virtual |
setModelCoords(const DocumentModelCoords &modelCoords)=0 | CoordSystemInterface | pure virtual |
setModelCurveStyles(const CurveStyles &modelCurveStyles)=0 | CoordSystemInterface | pure virtual |
setModelDigitizeCurve(const DocumentModelDigitizeCurve &modelDigitizeCurve)=0 | CoordSystemInterface | pure virtual |
setModelExport(const DocumentModelExportFormat &modelExport)=0 | CoordSystemInterface | pure virtual |
setModelGeneral(const DocumentModelGeneral &modelGeneral)=0 | CoordSystemInterface | pure virtual |
setModelGridDisplay(const DocumentModelGridDisplay &modelGridDisplay)=0 | CoordSystemInterface | pure virtual |
setModelGridRemoval(const DocumentModelGridRemoval &modelGridRemoval)=0 | CoordSystemInterface | pure virtual |
setModelPointMatch(const DocumentModelPointMatch &modelPointMatch)=0 | CoordSystemInterface | pure virtual |
setModelSegments(const DocumentModelSegments &modelSegments)=0 | CoordSystemInterface | pure virtual |
setSelectedCurveName(const QString &selectedCurveName)=0 | CoordSystemInterface | pure virtual |
successfulRead() const =0 | CoordSystemInterface | pure virtual |
updatePointOrdinals(const Transformation &transformation)=0 | CoordSystemInterface | pure virtual |
~CoordSystemInterface() (defined in CoordSystemInterface) | CoordSystemInterface | virtual |