Engauge Digitizer 2
|
Callback that is used when iterating through a read-only CurvesGraphs to remove corresponding points in Document. More...
#include <CallbackRemovePointsInCurvesGraphs.h>
Public Member Functions | |
CallbackRemovePointsInCurvesGraphs (CoordSystem &coordSystem) | |
Single constructor. | |
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 in Document.
Definition at line 17 of file CallbackRemovePointsInCurvesGraphs.h.
CallbackRemovePointsInCurvesGraphs::CallbackRemovePointsInCurvesGraphs | ( | CoordSystem & | coordSystem | ) |
Single constructor.
Definition at line 12 of file CallbackRemovePointsInCurvesGraphs.cpp.
CallbackSearchReturn CallbackRemovePointsInCurvesGraphs::callback | ( | const QString & | curveName, |
const Point & | point ) |
Callback method.
Definition at line 17 of file CallbackRemovePointsInCurvesGraphs.cpp.