Engauge Digitizer 2
|
Base class for Guideline projectors. More...
#include <GuidelineProjectorAbstract.h>
Public Member Functions | |
GuidelineProjectorAbstract () | |
Single constructor. | |
~GuidelineProjectorAbstract () |
Protected Member Functions | |
void | calculateCorners (const Transformation &transformation, const QRectF &sceneRect, QPointF &posGraphBL, QPointF &posGraphTL, QPointF &posGraphTR, QPointF &posGraphBR) const |
Conpute four corners of scene in graph coordinates. | |
bool | isOutside (const QRectF &sceneRect, const QPointF &posScreen) const |
Return true if point is outside of the scene. |
Base class for Guideline projectors.
Definition at line 15 of file GuidelineProjectorAbstract.h.
GuidelineProjectorAbstract::GuidelineProjectorAbstract | ( | ) |
GuidelineProjectorAbstract::~GuidelineProjectorAbstract | ( | ) |
Definition at line 16 of file GuidelineProjectorAbstract.cpp.
|
protected |
Conpute four corners of scene in graph coordinates.
Definition at line 20 of file GuidelineProjectorAbstract.cpp.
|
protected |
Return true if point is outside of the scene.
Definition at line 39 of file GuidelineProjectorAbstract.cpp.