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;
CallbackSearchReturn
Return values for search callback methods.
Callback for computing the bounding rectangles of the screen and graph coordinates of the points in t...
QRectF boundingRectScreen(bool &isEmpty) const
Screen coordinate bounding rectangle.
QRectF boundingRectGraph(bool &isEmpty) const
Graph coordinate bounding rectangle.
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...