7#ifndef GUIDELINE_PROJECTOR_ABSTRACT_H
8#define GUIDELINE_PROJECTOR_ABSTRACT_H
26 const QRectF &sceneRect,
30 QPointF &posGraphBR)
const;
34 const QPointF &posScreen)
const;
Base class for Guideline projectors.
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.