Seamly2D
Code documentation
VPointFData Class Reference

#include <vpointf_p.h>

Inheritance diagram for VPointFData:
Collaboration diagram for VPointFData:

Public Member Functions

 VPointFData ()
 
 VPointFData (const VPointFData &point)
 
 VPointFData (const QPointF &point)
 
 VPointFData (qreal x, qreal y, qreal mx, qreal my)
 
 VPointFData (const QPointF &point, qreal mx, qreal my)
 
virtual ~VPointFData ()
 

Public Attributes

qreal _mx
 _mx offset name respect to x More...
 
qreal _my
 _my offset name respect to y More...
 
qreal _x
 _x x coordinate More...
 
qreal _y
 _y y coordinate More...
 
bool m_showPointName
 m_showPointName hide or show name for this point More...
 

Private Member Functions

VPointFDataoperator= (const VPointFData &) Q_DECL_EQ_DELETE
 

Detailed Description

Definition at line 64 of file vpointf_p.h.

Constructor & Destructor Documentation

◆ VPointFData() [1/5]

VPointFData::VPointFData ( )
inline

Definition at line 68 of file vpointf_p.h.

◆ VPointFData() [2/5]

VPointFData::VPointFData ( const VPointFData point)
inline

Definition at line 76 of file vpointf_p.h.

◆ VPointFData() [3/5]

VPointFData::VPointFData ( const QPointF &  point)
inlineexplicit

Definition at line 85 of file vpointf_p.h.

◆ VPointFData() [4/5]

VPointFData::VPointFData ( qreal  x,
qreal  y,
qreal  mx,
qreal  my 
)
inline

Definition at line 93 of file vpointf_p.h.

◆ VPointFData() [5/5]

VPointFData::VPointFData ( const QPointF &  point,
qreal  mx,
qreal  my 
)
inline

Definition at line 101 of file vpointf_p.h.

◆ ~VPointFData()

VPointFData::~VPointFData ( )
virtual

Definition at line 130 of file vpointf_p.h.

Member Function Documentation

◆ operator=()

VPointFData& VPointFData::operator= ( const VPointFData )
private

Member Data Documentation

◆ _mx

qreal VPointFData::_mx

_mx offset name respect to x

Definition at line 112 of file vpointf_p.h.

◆ _my

qreal VPointFData::_my

_my offset name respect to y

Definition at line 115 of file vpointf_p.h.

◆ _x

qreal VPointFData::_x

_x x coordinate

Definition at line 118 of file vpointf_p.h.

◆ _y

qreal VPointFData::_y

_y y coordinate

Definition at line 121 of file vpointf_p.h.

◆ m_showPointName

bool VPointFData::m_showPointName

m_showPointName hide or show name for this point

Definition at line 124 of file vpointf_p.h.


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