7#ifndef CALLBACK_POINT_ORDINAL_H
8#define CALLBACK_POINT_ORDINAL_H
25 const QPointF &posScreen);
29 const Point &pointStop);
39 const QPointF m_posScreen;
50 bool m_haveMinimumDistanceToLine;
51 double m_minimumDistanceToLine;
52 double m_minimumProjectedDistanceOutsideLine;
CallbackSearchReturn
Return values for search callback methods.
double ordinal() const
Computed ordinal.
CallbackSearchReturn callback(const Point &pointStart, const Point &pointStop)
Callback method.
CallbackPointOrdinal(const LineStyle &lineStyle, const Transformation &transformation, const QPointF &posScreen)
Single constructor.
Details for a specific Line.
Class that represents one digitized point. The screen-to-graph coordinate transformation is always ex...