Engauge Digitizer
2
|
Callback for computing the bounding rectangles of the screen and graph coordinates of the points in the Document. More...
#include <CallbackBoundingRects.h>
Public Member Functions | |
CallbackBoundingRects (const Transformation &transformation) | |
Single constructor. | |
QRectF | boundingRectGraph (bool &isEmpty) const |
Graph coordinate bounding rectangle. | |
QRectF | boundingRectScreen (bool &isEmpty) const |
Screen coordinate bounding rectangle. | |
CallbackSearchReturn | callback (const QString &curveName, const Point &point) |
Callback method. | |
Callback for computing the bounding rectangles of the screen and graph coordinates of the points in the Document.
Definition at line 19 of file CallbackBoundingRects.h.