|
void | mousePos (const QPointF &scenePos) |
|
void | ToolTip (const QString &toolTip) |
|
static qreal | CorrectAngle (const qreal &angle) |
|
static qreal | FindLength (const QString &expression, const QHash< QString, QSharedPointer< VInternalVariable > > *vars) |
|
static qreal | FindVal (const QString &expression, const QHash< QString, QSharedPointer< VInternalVariable > > *vars) |
|
QPointF | Ray (const QPointF &firstPoint, const qreal &angle) const |
|
QPointF | Ray (const QPointF &firstPoint) const |
|
QLineF | Axis (const QPointF &p, const qreal &angle) const |
|
QLineF | Axis (const QPointF &p1, const QPointF &p2) const |
|
virtual void | initPen () Q_DECL_OVERRIDE |
|
virtual void | AddOnScene () Q_DECL_OVERRIDE |
|
void | DrawRay (VScaledLine *lineItem, const QPointF &p, const QPointF &pTangent, const QColor &color, Qt::PenStyle style) |
|
VScaledEllipse * | InitPoint (const QColor &color, QGraphicsItem *parent, qreal z=0) const |
|
void | DrawPoint (QGraphicsEllipseItem *point, const QPointF &pos, const QColor &color, Qt::PenStyle style=Qt::SolidLine) |
|
virtual void | DrawLine (VScaledLine *lineItem, const QLineF &line, const QColor &color, const qreal &lineWeight, Qt::PenStyle style=Qt::SolidLine) |
|
void | DrawPath (VCurvePathItem *pathItem, const QPainterPath &path, const QColor &color, Qt::PenStyle style=Qt::SolidLine, const qreal &weight=0.35, Qt::PenCapStyle cap=Qt::SquareCap) |
|
void | DrawPath (VCurvePathItem *pathItem, const QPainterPath &path, const QVector< DirectionArrow > &directionArrows, const QColor &color, Qt::PenStyle style=Qt::SolidLine, const qreal &weight=0.35, Qt::PenCapStyle cap=Qt::SquareCap) |
|
void | drawArrowedLine (ArrowedLineItem *item, const QLineF &line, const QColor &color, Qt::PenStyle style=Qt::SolidLine) |
|
void | drawArrow (const QLineF &axis, QPainterPath &path, const qreal &arrow_size) |
|
template<typename Item > |
void | addItem (Item *item) |
|
template<class Item > |
Item * | InitItem (const QColor &color, QGraphicsItem *parent) |
|
static VScaledEllipse * | GetPointItem (QVector< VScaledEllipse * > &points, quint32 i, const QColor &color, QGraphicsItem *parent) |
|
const VContainer * | data |
|
QPointF | scenePos |
|
QColor | mainColor |
|
QColor | supportColor |
|
Qt::PenStyle | lineStyle |
|
qreal | lineWeight |
|
quint32 | object1Id |
|
QString | toolTip |
|
Mode | mode |
|
Definition at line 36 of file anchorpoint_visual.h.