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

Public Member Functions

 KoPathPointRemoveCommandPrivate ()
 
 ~KoPathPointRemoveCommandPrivate ()
 

Public Attributes

bool deletePoints
 
QList< KoPathPointDatapointDataList
 
QList< KoPathPoint * > points
 

Detailed Description

Definition at line 14 of file KoPathPointRemoveCommand.cpp.

Constructor & Destructor Documentation

◆ KoPathPointRemoveCommandPrivate()

KoPathPointRemoveCommandPrivate::KoPathPointRemoveCommandPrivate ( )
inline

◆ ~KoPathPointRemoveCommandPrivate()

KoPathPointRemoveCommandPrivate::~KoPathPointRemoveCommandPrivate ( )
inline

Definition at line 18 of file KoPathPointRemoveCommand.cpp.

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

References deletePoints, and points.

Member Data Documentation

◆ deletePoints

bool KoPathPointRemoveCommandPrivate::deletePoints

Definition at line 24 of file KoPathPointRemoveCommand.cpp.

◆ pointDataList

QList<KoPathPointData> KoPathPointRemoveCommandPrivate::pointDataList

Definition at line 22 of file KoPathPointRemoveCommand.cpp.

◆ points

QList<KoPathPoint*> KoPathPointRemoveCommandPrivate::points

Definition at line 23 of file KoPathPointRemoveCommand.cpp.


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