|
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.
| CallbackBoundingRects::CallbackBoundingRects | ( | const Transformation & | transformation | ) |
Single constructor.
Definition at line 15 of file CallbackBoundingRects.cpp.
| QRectF CallbackBoundingRects::boundingRectGraph | ( | bool & | isEmpty | ) | const |
Graph coordinate bounding rectangle.
Definition at line 21 of file CallbackBoundingRects.cpp.
| QRectF CallbackBoundingRects::boundingRectScreen | ( | bool & | isEmpty | ) | const |
Screen coordinate bounding rectangle.
Definition at line 28 of file CallbackBoundingRects.cpp.
| CallbackSearchReturn CallbackBoundingRects::callback | ( | const QString & | curveName, |
| const Point & | point | ||
| ) |
Callback method.
Definition at line 35 of file CallbackBoundingRects.cpp.