Seamly2D
Code documentation
PieceAnchorPointVisual Class Reference

#include <pieceanchorpoint_visual.h>

Inheritance diagram for PieceAnchorPointVisual:
Collaboration diagram for PieceAnchorPointVisual:

Public Types

enum  { Type = UserType + static_cast<int>(Vis::PieceAnchors) }
 
- 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

 PieceAnchorPointVisual (const VContainer *data, QGraphicsItem *parent=nullptr)
 
virtual ~PieceAnchorPointVisual () Q_DECL_EQ_DEFAULT
 
virtual void RefreshGeometry () Q_DECL_OVERRIDE
 
void setAnchors (const QVector< quint32 > &anchors)
 
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 VContainergetData () 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)
 

Private Member Functions

VSimplePointGetPoint (quint32 i, const QColor &color)
 
void HideAllItems ()
 

Private Attributes

QVector< VSimplePoint * > m_points
 
QVector< quint32 > m_anchors
 

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
 
VSimplePointGetPoint (QVector< VSimplePoint * > &points, quint32 i, const QColor &color)
 
- Protected Member Functions inherited from Visualization
VScaledEllipseInitPoint (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 >
ItemInitItem (const QColor &color, QGraphicsItem *parent)
 
- Protected Member Functions inherited from VCurvePathItem
virtual void ScalePenWidth ()
 
- Static Protected Member Functions inherited from Visualization
static VScaledEllipseGetPointItem (QVector< VScaledEllipse * > &points, quint32 i, const QColor &color, QGraphicsItem *parent)
 
- Protected Attributes inherited from Visualization
const VContainerdata
 
QPointF scenePos
 
QColor mainColor
 
QColor supportColor
 
Qt::PenStyle lineStyle
 
qreal lineWeight
 
quint32 object1Id
 
QString toolTip
 
Mode mode
 

Detailed Description

Definition at line 35 of file pieceanchorpoint_visual.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
Type 

Definition at line 46 of file pieceanchorpoint_visual.h.

Constructor & Destructor Documentation

◆ PieceAnchorPointVisual()

PieceAnchorPointVisual::PieceAnchorPointVisual ( const VContainer data,
QGraphicsItem *  parent = nullptr 
)

Definition at line 34 of file pieceanchorpoint_visual.cpp.

◆ ~PieceAnchorPointVisual()

virtual PieceAnchorPointVisual::~PieceAnchorPointVisual ( )
virtual

Member Function Documentation

◆ GetPoint()

VSimplePoint * PieceAnchorPointVisual::GetPoint ( quint32  i,
const QColor &  color 
)
private

Definition at line 63 of file pieceanchorpoint_visual.cpp.

References VisPath::GetPoint(), and m_points.

Referenced by RefreshGeometry().

◆ HideAllItems()

void PieceAnchorPointVisual::HideAllItems ( )
private

Definition at line 69 of file pieceanchorpoint_visual.cpp.

References m_points.

Referenced by RefreshGeometry().

◆ RefreshGeometry()

◆ setAnchors()

void PieceAnchorPointVisual::setAnchors ( const QVector< quint32 > &  anchors)

Definition at line 57 of file pieceanchorpoint_visual.cpp.

References m_anchors.

◆ type()

virtual int PieceAnchorPointVisual::type ( ) const
inlinevirtual

Reimplemented from VisPath.

Definition at line 45 of file pieceanchorpoint_visual.h.

References Type.

Member Data Documentation

◆ m_anchors

QVector<quint32> PieceAnchorPointVisual::m_anchors
private

Definition at line 51 of file pieceanchorpoint_visual.h.

Referenced by RefreshGeometry(), and setAnchors().

◆ m_points

QVector<VSimplePoint *> PieceAnchorPointVisual::m_points
private

Definition at line 50 of file pieceanchorpoint_visual.h.

Referenced by GetPoint(), and HideAllItems().


The documentation for this class was generated from the following files: