#include <QGraphicsItem>
#include <QGraphicsSceneHoverEvent>
#include <QGraphicsSceneMouseEvent>
#include <QColor>
#include <QPainter>
#include <QPen>
#include <QPointF>
#include "cornergrabber.h"
#include <QGraphicsPolygonItem>
#include <QPainterPath>
Go to the source code of this file.
Classes | |
class | SelectableLineSegmentGraphic |
this is intened as a prototype for the line path segment that will graphically form a transition path. More... |