7 #ifndef CALLBACK_BOUNDING_RECTS_H 8 #define CALLBACK_BOUNDING_RECTS_H 10 #include "CallbackSearchReturn.h" 14 #include "Transformation.h" 32 CallbackSearchReturn
callback (
const QString &curveName,
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.
QRectF boundingRectScreen(bool &isEmpty) const
Screen coordinate bounding rectangle.
Class that represents one digitized point. The screen-to-graph coordinate transformation is always ex...
QRectF boundingRectGraph(bool &isEmpty) const
Graph coordinate bounding rectangle.
Callback for computing the bounding rectangles of the screen and graph coordinates of the points in t...