#include <vpiecenode_p.h>
Public Member Functions | |
VPieceNodeData () | |
VPieceNodeData (quint32 id, Tool typeTool, bool reverse) | |
VPieceNodeData (const VPieceNodeData &node) | |
~VPieceNodeData () Q_DECL_EQ_DEFAULT | |
Public Attributes | |
quint32 | m_id |
Tool | m_typeTool |
id object id. More... | |
bool | m_reverse |
typeTool type of tool More... | |
bool | m_excluded |
reverse true if need reverse points list for node. More... | |
bool | m_isNotch |
m_excluded true if item excluded from main path. Excluded item is not visible and also will not has affect on main path. Also include to exist path items automatically setted excluded. */ More... | |
bool | m_isMainPathNode |
m_isNotch has sense only for points. If true to seam allowance should a notch should be added. More... | |
QString | m_beforeWidthFormula |
m_isMainPathNode need fin know if allowed for this notch to be double. More... | |
QString | m_afterWidthFormula |
PieceNodeAngle | m_angleType |
NotchType | m_notchType |
NotchSubType | m_notchSubType |
bool | m_showNotch |
bool | m_showSeamlineNotch |
qreal | m_notchLength |
qreal | m_notchWidth |
qreal | m_notchAngle |
int | m_notchCount |
Private Member Functions | |
VPieceNodeData & | operator= (const VPieceNodeData &) Q_DECL_EQ_DELETE |
Friends | |
QDataStream & | operator<< (QDataStream &out, const VPieceNodeData &p) |
QDataStream & | operator>> (QDataStream &in, VPieceNodeData &p) |
Definition at line 67 of file vpiecenode_p.h.
|
inline |
Definition at line 70 of file vpiecenode_p.h.
References ByLength, NodePoint, and Straightforward.
|
inline |
Definition at line 90 of file vpiecenode_p.h.
References ByLength, NodePoint, and Straightforward.
|
inline |
Definition at line 115 of file vpiecenode_p.h.
VPieceNodeData::~VPieceNodeData | ( | ) |
|
private |
|
friend |
Definition at line 171 of file vpiecenode_p.h.
|
friend |
Definition at line 193 of file vpiecenode_p.h.
QString VPieceNodeData::m_afterWidthFormula |
Definition at line 152 of file vpiecenode_p.h.
PieceNodeAngle VPieceNodeData::m_angleType |
Definition at line 154 of file vpiecenode_p.h.
QString VPieceNodeData::m_beforeWidthFormula |
m_isMainPathNode need fin know if allowed for this notch to be double.
Definition at line 151 of file vpiecenode_p.h.
bool VPieceNodeData::m_excluded |
reverse true if need reverse points list for node.
Definition at line 144 of file vpiecenode_p.h.
quint32 VPieceNodeData::m_id |
Definition at line 141 of file vpiecenode_p.h.
bool VPieceNodeData::m_isMainPathNode |
m_isNotch has sense only for points. If true to seam allowance should a notch should be added.
Definition at line 149 of file vpiecenode_p.h.
bool VPieceNodeData::m_isNotch |
m_excluded true if item excluded from main path. Excluded item is not visible and also will not has affect on main path. Also include to exist path items automatically setted excluded. */
Definition at line 147 of file vpiecenode_p.h.
qreal VPieceNodeData::m_notchAngle |
Definition at line 162 of file vpiecenode_p.h.
int VPieceNodeData::m_notchCount |
Definition at line 163 of file vpiecenode_p.h.
qreal VPieceNodeData::m_notchLength |
Definition at line 160 of file vpiecenode_p.h.
NotchSubType VPieceNodeData::m_notchSubType |
Definition at line 157 of file vpiecenode_p.h.
NotchType VPieceNodeData::m_notchType |
Definition at line 156 of file vpiecenode_p.h.
qreal VPieceNodeData::m_notchWidth |
Definition at line 161 of file vpiecenode_p.h.
bool VPieceNodeData::m_reverse |
typeTool type of tool
Definition at line 143 of file vpiecenode_p.h.
bool VPieceNodeData::m_showNotch |
Definition at line 158 of file vpiecenode_p.h.
bool VPieceNodeData::m_showSeamlineNotch |
Definition at line 159 of file vpiecenode_p.h.
Tool VPieceNodeData::m_typeTool |
id object id.
Definition at line 142 of file vpiecenode_p.h.