#include <vistoolshoulderpoint.h>
Public Types | |
| enum | { Type = UserType + static_cast<int>(Vis::ToolShoulderPoint) } |
Public Types inherited from VisLine | |
| enum | { Type = UserType + static_cast<int>(Vis::Line) } |
Public Types inherited from VScaledLine | |
| enum | { Type = UserType + static_cast<int>(Vis::ScaledLine) } |
Public Member Functions | |
| VisToolShoulderPoint (const VContainer *data, QGraphicsItem *parent=nullptr) | |
| virtual | ~VisToolShoulderPoint ()=default |
| virtual void | RefreshGeometry () Q_DECL_OVERRIDE |
| void | setLineP1Id (const quint32 &value) |
| void | setLineP2Id (const quint32 &value) |
| void | setLength (const QString &expression) |
| virtual int | type () const Q_DECL_OVERRIDE |
Public Member Functions inherited from VisLine | |
| VisLine (const VContainer *data, QGraphicsItem *parent=nullptr) | |
| virtual | ~VisLine ()=default |
Public Member Functions inherited from Visualization | |
| Visualization (const VContainer *data) | |
| virtual | ~Visualization () Q_DECL_EQ_DEFAULT |
| void | setObject1Id (const quint32 &value) |
| void | setLineStyle (const Qt::PenStyle &value) |
| void | setLineWeight (const QString &value) |
| void | setScenePos (const QPointF &value) |
| virtual void | VisualMode (const quint32 &pointId) |
| void | setMainColor (const QColor &value) |
| const VContainer * | getData () const |
| void | setData (const VContainer *data) |
| Mode | GetMode () const |
| void | SetMode (const Mode &value) |
| QString | CurrentToolTip () const |
Public Member Functions inherited from VScaledLine | |
| VScaledLine (QGraphicsItem *parent=nullptr) | |
| VScaledLine (const QLineF &line, QGraphicsItem *parent=nullptr) | |
| virtual | ~VScaledLine ()=default |
| virtual void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget=nullptr) Q_DECL_OVERRIDE |
| qreal | GetBasicWidth () const |
| void | setBasicWidth (const qreal &value) |
Private Attributes | |
| quint32 | lineP1Id |
| quint32 | lineP2Id |
| VScaledEllipse * | point |
| VScaledEllipse * | line1P1 |
| VScaledEllipse * | line1P2 |
| VScaledLine * | line1 |
| VScaledEllipse * | line2P2 |
| VScaledLine * | line2 |
| VScaledLine * | line3 |
| qreal | length |
Additional Inherited Members | |
Public Slots inherited from Visualization | |
| void | mousePos (const QPointF &scenePos) |
Signals inherited from Visualization | |
| void | ToolTip (const QString &toolTip) |
Static Public Member Functions inherited from VisLine | |
| static qreal | CorrectAngle (const qreal &angle) |
Static Public Member Functions inherited from Visualization | |
| static qreal | FindLength (const QString &expression, const QHash< QString, QSharedPointer< VInternalVariable > > *vars) |
| static qreal | FindVal (const QString &expression, const QHash< QString, QSharedPointer< VInternalVariable > > *vars) |
Protected Member Functions inherited from VisLine | |
| 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) |
Protected Member Functions inherited from Visualization | |
| 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 Protected Member Functions inherited from Visualization | |
| static VScaledEllipse * | GetPointItem (QVector< VScaledEllipse * > &points, quint32 i, const QColor &color, QGraphicsItem *parent) |
Protected Attributes inherited from Visualization | |
| const VContainer * | data |
| QPointF | scenePos |
| QColor | mainColor |
| QColor | supportColor |
| Qt::PenStyle | lineStyle |
| qreal | lineWeight |
| quint32 | object1Id |
| QString | toolTip |
| Mode | mode |
Definition at line 65 of file vistoolshoulderpoint.h.
| anonymous enum |
| Enumerator | |
|---|---|
| Type | |
Definition at line 77 of file vistoolshoulderpoint.h.
|
explicit |
Definition at line 70 of file vistoolshoulderpoint.cpp.
References Visualization::InitPoint(), line1, line1P1, line1P2, line2, line2P2, line3, Visualization::mainColor, point, and Visualization::supportColor.
|
virtualdefault |
|
virtual |
Implements Visualization.
Definition at line 86 of file vistoolshoulderpoint.cpp.
References VGObject::BuildLine(), Visualization::data, Visualization::DrawLine(), Visualization::DrawPoint(), VToolShoulderPoint::FindPoint(), VContainer::GeometricObject(), length, line1, line1P1, line1P2, line2, line2P2, line3, lineP1Id, lineP2Id, Visualization::lineStyle, Visualization::lineWeight, Visualization::mainColor, NULL_ID, Visualization::object1Id, point, VisLine::Ray(), Visualization::scenePos, and Visualization::supportColor.
Referenced by DialogShoulderPoint::ChosenObject(), DialogShoulderPoint::SaveData(), and VToolShoulderPoint::SetVisualization().
| void VisToolShoulderPoint::setLength | ( | const QString & | expression | ) |
Definition at line 157 of file vistoolshoulderpoint.cpp.
References Visualization::data, Visualization::FindLength(), and length.
Referenced by DialogShoulderPoint::SaveData(), DialogShoulderPoint::SetFormula(), and VToolShoulderPoint::SetVisualization().
| void VisToolShoulderPoint::setLineP1Id | ( | const quint32 & | value | ) |
Definition at line 145 of file vistoolshoulderpoint.cpp.
References lineP1Id.
Referenced by DialogShoulderPoint::ChosenObject(), DialogShoulderPoint::SaveData(), DialogShoulderPoint::SetP1Line(), and VToolShoulderPoint::SetVisualization().
| void VisToolShoulderPoint::setLineP2Id | ( | const quint32 & | value | ) |
Definition at line 151 of file vistoolshoulderpoint.cpp.
References lineP2Id.
Referenced by DialogShoulderPoint::ChosenObject(), DialogShoulderPoint::SaveData(), DialogShoulderPoint::SetP2Line(), and VToolShoulderPoint::SetVisualization().
|
inlinevirtual |
|
private |
Definition at line 89 of file vistoolshoulderpoint.h.
Referenced by RefreshGeometry(), and setLength().
|
private |
Definition at line 85 of file vistoolshoulderpoint.h.
Referenced by RefreshGeometry(), and VisToolShoulderPoint().
|
private |
Definition at line 83 of file vistoolshoulderpoint.h.
Referenced by RefreshGeometry(), and VisToolShoulderPoint().
|
private |
Definition at line 84 of file vistoolshoulderpoint.h.
Referenced by RefreshGeometry(), and VisToolShoulderPoint().
|
private |
Definition at line 87 of file vistoolshoulderpoint.h.
Referenced by RefreshGeometry(), and VisToolShoulderPoint().
|
private |
Definition at line 86 of file vistoolshoulderpoint.h.
Referenced by RefreshGeometry(), and VisToolShoulderPoint().
|
private |
Definition at line 88 of file vistoolshoulderpoint.h.
Referenced by RefreshGeometry(), and VisToolShoulderPoint().
|
private |
Definition at line 80 of file vistoolshoulderpoint.h.
Referenced by RefreshGeometry(), and setLineP1Id().
|
private |
Definition at line 81 of file vistoolshoulderpoint.h.
Referenced by RefreshGeometry(), and setLineP2Id().
|
private |
Definition at line 82 of file vistoolshoulderpoint.h.
Referenced by RefreshGeometry(), and VisToolShoulderPoint().