7 #ifndef CALLBACK_BOUNDING_RECTS_H
8 #define CALLBACK_BOUNDING_RECTS_H
14 #include "Transformation.h"
38 void mergeCoordinates (
const QPointF &pos,
39 QRectF &boundingRect);
43 QRectF m_boundingRectGraph;
44 QRectF m_boundingRectScreen;
47 #endif // CALLBACK_BOUNDING_RECTS_H
CallbackSearchReturn callback(const QString &curveName, const Point &point)
Callback method.
Class that represents one digitized point. The screen-to-graph coordinate transformation is always ex...
CallbackSearchReturn
Return values for search callback methods.
QRectF boundingRectGraph(bool &isEmpty) const
Graph coordinate bounding rectangle.
QRectF boundingRectScreen(bool &isEmpty) const
Screen coordinate bounding rectangle.
Callback for computing the bounding rectangles of the screen and graph coordinates of the points in t...