Engauge Digitizer  2
 All Classes Files Functions Variables Enumerations Enumerator Friends Pages
CallbackRemovePointsInCurvesGraphs.h
1 #ifndef CALLBACK_REMOVE_POINTS_IN_CURVES_GRAPHS_H
2 #define CALLBACK_REMOVE_POINTS_IN_CURVES_GRAPHS_H
3 
4 #include "CallbackSearchReturn.h"
5 
6 class Document;
7 class Point;
8 class QString;
9 
12 {
13 public:
16 
18  CallbackSearchReturn callback (const QString &curveName,
19  const Point &point);
20 
21 private:
23 
24  Document &m_document;
25 };
26 
27 #endif // CALLBACK_REMOVE_POINTS_IN_CURVES_GRAPHS_H
CallbackSearchReturn callback(const QString &curveName, const Point &point)
Callback method.
Callback that is used when iterating through a read-only CurvesGraphs to remove corresponding points ...
Class that represents one digitized point. The screen-to-graph coordinate transformation is always ex...
Definition: Point.h:17
CallbackSearchReturn
Return values for search callback methods.
Storage of one imported image and the data attached to that image.
Definition: Document.h:29