Krita Source Code Documentation
Loading...
Searching...
No Matches
KoPathPointInsertCommandPrivate Class Reference

Public Member Functions

 KoPathPointInsertCommandPrivate ()
 
 ~KoPathPointInsertCommandPrivate ()
 

Public Attributes

QList< QPair< QPointF, QPointF > > controlPoints
 
bool deletePoints
 
QList< KoPathPointDatapointDataList
 
QList< KoPathPoint * > points
 

Detailed Description

Definition at line 14 of file KoPathPointInsertCommand.cpp.

Constructor & Destructor Documentation

◆ KoPathPointInsertCommandPrivate()

KoPathPointInsertCommandPrivate::KoPathPointInsertCommandPrivate ( )
inline

◆ ~KoPathPointInsertCommandPrivate()

KoPathPointInsertCommandPrivate::~KoPathPointInsertCommandPrivate ( )
inline

Definition at line 18 of file KoPathPointInsertCommand.cpp.

18 {
19 if (deletePoints) {
20 qDeleteAll(points);
21 }
22 }

References deletePoints, and points.

Member Data Documentation

◆ controlPoints

QList<QPair<QPointF, QPointF> > KoPathPointInsertCommandPrivate::controlPoints

Definition at line 25 of file KoPathPointInsertCommand.cpp.

◆ deletePoints

bool KoPathPointInsertCommandPrivate::deletePoints

Definition at line 26 of file KoPathPointInsertCommand.cpp.

◆ pointDataList

QList<KoPathPointData> KoPathPointInsertCommandPrivate::pointDataList

Definition at line 23 of file KoPathPointInsertCommand.cpp.

◆ points

QList<KoPathPoint*> KoPathPointInsertCommandPrivate::points

Definition at line 24 of file KoPathPointInsertCommand.cpp.


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