Engauge Digitizer 2
Public Member Functions | List of all members
CallbackBoundingRects Class Reference

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. More...
 
QRectF boundingRectGraph (bool &isEmpty) const
 Graph coordinate bounding rectangle. More...
 
QRectF boundingRectScreen (bool &isEmpty) const
 Screen coordinate bounding rectangle. More...
 
CallbackSearchReturn callback (const QString &curveName, const Point &point)
 Callback method. More...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ CallbackBoundingRects()

CallbackBoundingRects::CallbackBoundingRects ( const Transformation transformation)

Single constructor.

Definition at line 15 of file CallbackBoundingRects.cpp.

Member Function Documentation

◆ boundingRectGraph()

QRectF CallbackBoundingRects::boundingRectGraph ( bool &  isEmpty) const

Graph coordinate bounding rectangle.

Definition at line 21 of file CallbackBoundingRects.cpp.

◆ boundingRectScreen()

QRectF CallbackBoundingRects::boundingRectScreen ( bool &  isEmpty) const

Screen coordinate bounding rectangle.

Definition at line 28 of file CallbackBoundingRects.cpp.

◆ callback()

CallbackSearchReturn CallbackBoundingRects::callback ( const QString &  curveName,
const Point point 
)

Callback method.

Definition at line 35 of file CallbackBoundingRects.cpp.


The documentation for this class was generated from the following files: