Engauge Digitizer 2
|
Callback for identifying, for the scale bar of a map, various quantities. More...
#include <CallbackScaleBar.h>
Public Member Functions | |
CallbackScaleBar () | |
Single constructor. | |
QStringList | axisCurvePointIdentifiers () const |
Points in axis curve. | |
CallbackSearchReturn | callback (const QString &curveName, const Point &point) |
Callback method. | |
double | scaleBarLength () const |
Length of scale bar. | |
QString | scaleBarPointIdentifier () const |
Identified axis point. | |
Callback for identifying, for the scale bar of a map, various quantities.
Definition at line 17 of file CallbackScaleBar.h.
CallbackScaleBar::CallbackScaleBar | ( | ) |
Single constructor.
Definition at line 17 of file CallbackScaleBar.cpp.
QStringList CallbackScaleBar::axisCurvePointIdentifiers | ( | ) | const |
Points in axis curve.
Definition at line 22 of file CallbackScaleBar.cpp.
CallbackSearchReturn CallbackScaleBar::callback | ( | const QString & | curveName, |
const Point & | point ) |
Callback method.
Definition at line 27 of file CallbackScaleBar.cpp.
double CallbackScaleBar::scaleBarLength | ( | ) | const |
Length of scale bar.
Definition at line 53 of file CallbackScaleBar.cpp.
QString CallbackScaleBar::scaleBarPointIdentifier | ( | ) | const |
Identified axis point.
Definition at line 58 of file CallbackScaleBar.cpp.