Seamly2D
Code documentation
vpiecepath.cpp File Reference
#include "vpiecepath.h"
#include "vpiecepath_p.h"
#include "vcontainer.h"
#include "../vgeometry/vpointf.h"
#include "../vlayout/vabstractpiece.h"
#include <QPainterPath>
Include dependency graph for vpiecepath.cpp:

Go to the source code of this file.

Namespaces

 anonymous_namespace{vpiecepath.cpp}
 

Functions

VSAPoint anonymous_namespace{vpiecepath.cpp}::CurvePoint (VSAPoint candidate, const VContainer *data, const VPieceNode &node, const QVector< QPointF > &curvePoints)
 
VSAPoint anonymous_namespace{vpiecepath.cpp}::CurveStartPoint (VSAPoint candidate, const VContainer *data, const VPieceNode &node, const QVector< QPointF > &curvePoints)
 
VSAPoint anonymous_namespace{vpiecepath.cpp}::CurveEndPoint (VSAPoint candidate, const VContainer *data, const VPieceNode &node, const QVector< QPointF > &curvePoints)
 
int anonymous_namespace{vpiecepath.cpp}::IndexOfNode (const QVector< VPieceNode > &list, quint32 id)
 indexOfNode return index in list node using id object. More...