1 #include "CallbackRemovePointsInCurvesGraphs.h"
4 extern const QString AXIS_CURVE_NAME;
14 if (curveName == AXIS_CURVE_NAME) {
CallbackSearchReturn callback(const QString &curveName, const Point &point)
Callback method.
void removePointAxis(const QString &identifier)
Perform the opposite of addPointAxis.
Class that represents one digitized point. The screen-to-graph coordinate transformation is always ex...
CallbackSearchReturn
Return values for search callback methods.
QString identifier() const
Unique identifier for a specific Point.
void removePointGraph(const QString &identifier)
Perform the opposite of addPointGraph.
Continue normal execution of the search.
Storage of one imported image and the data attached to that image.
CallbackRemovePointsInCurvesGraphs(Document &document)
Single constructor.