7 #include "CallbackRemovePointsInCurvesGraphs.h" 8 #include "CoordSystem.h" 10 extern const QString AXIS_CURVE_NAME;
13 m_coordSystem (coordSystem)
20 if (curveName == AXIS_CURVE_NAME) {
26 return CALLBACK_SEARCH_RETURN_CONTINUE;
CallbackSearchReturn callback(const QString &curveName, const Point &point)
Callback method.
CallbackRemovePointsInCurvesGraphs(CoordSystem &coordSystem)
Single constructor.
Storage of data belonging to one coordinate system.
Class that represents one digitized point. The screen-to-graph coordinate transformation is always ex...
QString identifier() const
Unique identifier for a specific Point.
virtual void removePointGraph(const QString &identifier)
Perform the opposite of addPointGraph.
virtual void removePointAxis(const QString &identifier)
Perform the opposite of addPointAxis.