Seamly2D
Code documentation
VisToolHeight Class Reference

#include <vistoolheight.h>

Inheritance diagram for VisToolHeight:
Collaboration diagram for VisToolHeight:

Public Types

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

 VisToolHeight (const VContainer *data, QGraphicsItem *parent=nullptr)
 
virtual ~VisToolHeight ()=default
 
virtual void RefreshGeometry () Q_DECL_OVERRIDE
 
void setLineP1Id (const quint32 &value)
 
void setLineP2Id (const quint32 &value)
 
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 VContainergetData () 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 Member Functions

void ShowIntersection (const QLineF &height_line, const QLineF &base_line)
 

Private Attributes

quint32 lineP1Id
 
quint32 lineP2Id
 
VScaledEllipsepoint
 
VScaledEllipsebase_point
 
VScaledEllipselineP1
 
VScaledEllipselineP2
 
VScaledLineline
 
VScaledLineline_intersection
 

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
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)
 
- 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 66 of file vistoolheight.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
Type 

Definition at line 78 of file vistoolheight.h.

Constructor & Destructor Documentation

◆ VisToolHeight()

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

◆ ~VisToolHeight()

virtual VisToolHeight::~VisToolHeight ( )
virtualdefault

Member Function Documentation

◆ RefreshGeometry()

◆ setLineP1Id()

void VisToolHeight::setLineP1Id ( const quint32 &  value)

◆ setLineP2Id()

void VisToolHeight::setLineP2Id ( const quint32 &  value)

◆ ShowIntersection()

void VisToolHeight::ShowIntersection ( const QLineF &  height_line,
const QLineF &  base_line 
)
private

◆ type()

virtual int VisToolHeight::type ( ) const
inlinevirtual

Reimplemented from VisLine.

Definition at line 77 of file vistoolheight.h.

References Type.

Member Data Documentation

◆ base_point

VScaledEllipse* VisToolHeight::base_point
private

Definition at line 85 of file vistoolheight.h.

Referenced by RefreshGeometry(), and VisToolHeight().

◆ line

VScaledLine* VisToolHeight::line
private

Definition at line 88 of file vistoolheight.h.

Referenced by RefreshGeometry(), and VisToolHeight().

◆ line_intersection

VScaledLine* VisToolHeight::line_intersection
private

Definition at line 89 of file vistoolheight.h.

Referenced by ShowIntersection(), and VisToolHeight().

◆ lineP1

VScaledEllipse* VisToolHeight::lineP1
private

Definition at line 86 of file vistoolheight.h.

Referenced by RefreshGeometry(), and VisToolHeight().

◆ lineP1Id

quint32 VisToolHeight::lineP1Id
private

Definition at line 82 of file vistoolheight.h.

Referenced by RefreshGeometry(), and setLineP1Id().

◆ lineP2

VScaledEllipse* VisToolHeight::lineP2
private

Definition at line 87 of file vistoolheight.h.

Referenced by RefreshGeometry(), and VisToolHeight().

◆ lineP2Id

quint32 VisToolHeight::lineP2Id
private

Definition at line 83 of file vistoolheight.h.

Referenced by RefreshGeometry(), and setLineP2Id().

◆ point

VScaledEllipse* VisToolHeight::point
private

Definition at line 84 of file vistoolheight.h.

Referenced by RefreshGeometry(), and VisToolHeight().


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