#include <Line.h>
Public Member Functions | |
Line (int x1, int y1, int x2, int y2) | |
void | mouseMoveEvent (QGraphicsSceneMouseEvent *event) |
void | mousePressEvent (QGraphicsSceneMouseEvent *event) |
Public Attributes | |
QPointF | initialPos |
qreal | rotation |
Line::Line | ( | int | x1, |
int | y1, | ||
int | x2, | ||
int | y2 | ||
) | [inline] |
void Line::mouseMoveEvent | ( | QGraphicsSceneMouseEvent * | event | ) | [inline] |
void Line::mousePressEvent | ( | QGraphicsSceneMouseEvent * | event | ) | [inline] |
QPointF Line::initialPos |
qreal Line::rotation |