#include <vistoolcutspline.h>
Public Types | |
| enum | { Type = UserType + static_cast<int>(Vis::ToolCutSpline) } |
Public Types inherited from VisPath | |
| enum | { Type = UserType + static_cast<int>(Vis::Path) } |
Public Types inherited from VCurvePathItem | |
| enum | { Type = UserType + static_cast<int>(Vis::CurvePathItem) } |
Public Member Functions | |
| VisToolCutSpline (const VContainer *data, QGraphicsItem *parent=nullptr) | |
| virtual | ~VisToolCutSpline () Q_DECL_EQ_DEFAULT |
| virtual void | RefreshGeometry () Q_DECL_OVERRIDE |
| void | setLength (const QString &expression) |
| virtual int | type () const Q_DECL_OVERRIDE |
Public Member Functions inherited from VisPath | |
| VisPath (const VContainer *data, QGraphicsItem *parent=nullptr) | |
| virtual | ~VisPath ()=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 VCurvePathItem | |
| VCurvePathItem (QGraphicsItem *parent=nullptr) | |
| virtual | ~VCurvePathItem ()=default |
| virtual QPainterPath | shape () const Q_DECL_OVERRIDE |
| virtual void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget=nullptr) Q_DECL_OVERRIDE |
| void | SetDirectionArrows (const QVector< QPair< QLineF, QLineF >> &arrows) |
| void | SetPoints (const QVector< QPointF > &points) |
Protected Attributes | |
| VScaledEllipse * | point |
| VCurvePathItem * | spl1 |
| VCurvePathItem * | spl2 |
| qreal | length |
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 |
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 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 VisPath | |
| virtual void | initPen () Q_DECL_OVERRIDE |
| virtual void | AddOnScene () Q_DECL_OVERRIDE |
| VSimplePoint * | GetPoint (QVector< VSimplePoint * > &points, quint32 i, const QColor &color) |
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) |
Protected Member Functions inherited from VCurvePathItem | |
| virtual void | ScalePenWidth () |
Static Protected Member Functions inherited from Visualization | |
| static VScaledEllipse * | GetPointItem (QVector< VScaledEllipse * > &points, quint32 i, const QColor &color, QGraphicsItem *parent) |
Definition at line 65 of file vistoolcutspline.h.
| anonymous enum |
| Enumerator | |
|---|---|
| Type | |
Definition at line 75 of file vistoolcutspline.h.
|
explicit |
Definition at line 73 of file vistoolcutspline.cpp.
References Visualization::InitPoint(), Visualization::mainColor, point, spl1, and spl2.
|
virtual |
|
virtual |
Implements Visualization.
Definition at line 87 of file vistoolcutspline.cpp.
References Visualization::data, VAbstractCurve::DirectionArrows(), Visualization::DrawPath(), Visualization::DrawPoint(), VContainer::GeometricObject(), VAbstractCurve::GetPath(), length, Visualization::lineStyle, Visualization::lineWeight, Visualization::mainColor, NULL_ID, Visualization::object1Id, point, spl1, spl2, and Visualization::supportColor.
Referenced by DialogCutSpline::SaveData(), and VToolCutSpline::SetVisualization().
| void VisToolCutSpline::setLength | ( | const QString & | expression | ) |
Definition at line 114 of file vistoolcutspline.cpp.
References Visualization::data, Visualization::FindLength(), and length.
Referenced by DialogCutSpline::SaveData(), DialogCutSpline::SetFormula(), and VToolCutSpline::SetVisualization().
|
inlinevirtual |
|
protected |
Definition at line 81 of file vistoolcutspline.h.
Referenced by RefreshGeometry(), and setLength().
|
protected |
Definition at line 78 of file vistoolcutspline.h.
Referenced by RefreshGeometry(), and VisToolCutSpline().
|
protected |
Definition at line 79 of file vistoolcutspline.h.
Referenced by RefreshGeometry(), and VisToolCutSpline().
|
protected |
Definition at line 80 of file vistoolcutspline.h.
Referenced by RefreshGeometry(), and VisToolCutSpline().