7 #ifndef CALLBACK_SCALE_BAR_H 8 #define CALLBACK_SCALE_BAR_H 10 #include "CallbackSearchReturn.h" 12 #include <QStringList> 27 CallbackSearchReturn
callback (
const QString &curveName,
38 double m_scaleBarLength;
39 QString m_scaleBarPointIdentifier;
40 QStringList m_axisCurvePointIdentifiers;
43 #endif // CALLBACK_SCALE_BAR_H CallbackSearchReturn callback(const QString &curveName, const Point &point)
Callback method.
Callback for identifying, for the scale bar of a map, various quantities.
QString scaleBarPointIdentifier() const
Identified axis point.
QStringList axisCurvePointIdentifiers() const
Points in axis curve.
Class that represents one digitized point. The screen-to-graph coordinate transformation is always ex...
double scaleBarLength() const
Length of scale bar.
CallbackScaleBar()
Single constructor.