7#ifndef CALLBACK_SCALE_BAR_H
8#define CALLBACK_SCALE_BAR_H
38 double m_scaleBarLength;
39 QString m_scaleBarPointIdentifier;
40 QStringList m_axisCurvePointIdentifiers;
CallbackSearchReturn
Return values for search callback methods.
QString scaleBarPointIdentifier() const
Identified axis point.
CallbackScaleBar()
Single constructor.
double scaleBarLength() const
Length of scale bar.
CallbackSearchReturn callback(const QString &curveName, const Point &point)
Callback method.
QStringList axisCurvePointIdentifiers() const
Points in axis curve.
Class that represents one digitized point. The screen-to-graph coordinate transformation is always ex...