7 #ifndef CALLBACK_SCALE_BAR_H
8 #define CALLBACK_SCALE_BAR_H
12 #include <QStringList>
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.
double scaleBarLength() const
Length of scale bar.
Class that represents one digitized point. The screen-to-graph coordinate transformation is always ex...
CallbackSearchReturn
Return values for search callback methods.
QStringList axisCurvePointIdentifiers() const
Points in axis curve.
QString scaleBarPointIdentifier() const
Identified axis point.
CallbackScaleBar()
Single constructor.