27 double width = sceneRect.width();
28 double height = sceneRect.height();
42 double width = sceneRect.width();
43 double height = sceneRect.height();
51 return !polygon.containsPoint (posScreen,
const int INNER_RADIUS_MIN
bool isOutside(const QRectF &sceneRect, const QPointF &posScreen) const
Return true if point is outside of the scene.
~GuidelineProjectorAbstract()
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.
GuidelineProjectorAbstract()
Single constructor.