7 #include "CallbackCheckAddPointAxis.h" 11 extern const QString AXIS_CURVE_NAME;
14 const QPointF &posScreen,
15 const QPointF &posGraph,
16 DocumentAxesPointsRequired documentAxesPointsRequired,
19 documentAxesPointsRequired)
23 Point point (AXIS_CURVE_NAME,
bool isError() const
True if an error occurred during iteration.
CallbackCheckAddPointAxis(const DocumentModelCoords &modelCoords, const QPointF &posScreen, const QPointF &posGraph, DocumentAxesPointsRequired documentAxesPointsRequired, bool isXOnly)
Single constructor.
QString errorMessage() const
Error message that explains the problem indicated by isError.
Class that represents one digitized point. The screen-to-graph coordinate transformation is always ex...
QString errorMessage() const
This value is checked after iterating to see what was wrong if the axis data was incorrect.
Model for DlgSettingsCoords and CmdSettingsCoords.
bool isError() const
This value is checked after iterating to see if the axis data is correct.
Callback for collecting axis points and then performing common calculations on those axis points...
CallbackSearchReturn callback(const QString &curveName, const Point &point)
Callback method.