7#ifndef GUIDELINE_PROJECTOR_CONSTANT_Y_H
8#define GUIDELINE_PROJECTOR_CONSTANT_Y_H
const int INNER_RADIUS_MIN
Base class for Guideline projectors.
Project a point along the horizontal direction in graph coordinates to produce a line segment along t...
QLineF fromCoordinateY(const Transformation &transformation, const QRectF &sceneRect, double yGraph)
Return line through y in graph coordinates.
~GuidelineProjectorConstantY()
QLineF fromPosScreen(const Transformation &transformation, const QRectF &sceneRect, const QPointF &posScreen)
Return line through point in screen coordinates.
GuidelineProjectorConstantY()
Single constructor.