7 #include "CallbackAddPointsInCurvesGraphs.h" 8 #include "CoordSystem.h" 10 extern const QString AXIS_CURVE_NAME;
13 m_coordSystem (coordSystem)
20 const QString identifier = point.
identifier ();
22 if (curveName == AXIS_CURVE_NAME) {
35 return CALLBACK_SEARCH_RETURN_CONTINUE;
bool isXOnly() const
In DOCUMENT_AXES_POINTS_REQUIRED_4 modes, this is true/false if y/x coordinate is undefined...
Storage of data belonging to one coordinate system.
Class that represents one digitized point. The screen-to-graph coordinate transformation is always ex...
QPointF posScreen() const
Accessor for screen position.
double ordinal(ApplyHasCheck applyHasCheck=KEEP_HAS_CHECK) const
Get method for ordinal. Skip check if copying one instance to another.
CallbackAddPointsInCurvesGraphs(CoordSystem &coordSystem)
Single constructor.
QString identifier() const
Unique identifier for a specific Point.
virtual void addPointAxisWithSpecifiedIdentifier(const QPointF &posScreen, const QPointF &posGraph, const QString &identifier, double ordinal, bool isXOnly)
Add a single axis point with the specified point identifier.
QPointF posGraph(ApplyHasCheck applyHasCheck=KEEP_HAS_CHECK) const
Accessor for graph position. Skip check if copying one instance to another.
CallbackSearchReturn callback(const QString &curveName, const Point &point)
Callback method.
virtual void addPointGraphWithSpecifiedIdentifier(const QString &curveName, const QPointF &posScreen, const QString &identifier, double ordinal)
Add a single graph point with the specified point identifer. Note that PointStyle is not applied to t...