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