7#ifndef GUIDELINE_PROJECTOR_CONSTANT_X_H
8#define GUIDELINE_PROJECTOR_CONSTANT_X_H
const int INNER_RADIUS_MIN
Base class for Guideline projectors.
Project a point along the vertical direction in graph coordinates to produce a line segment along the...
QLineF fromCoordinateX(const Transformation &transformation, const QRectF &sceneRect, double xGraph)
Return line through x in graph coordinates.
QLineF fromPosScreen(const Transformation &transformation, const QRectF &sceneRect, const QPointF &posScreen)
Return line through point in screen coordinates.
GuidelineProjectorConstantX()
Single constructor.
~GuidelineProjectorConstantX()