|
Krita Source Code Documentation
|
#include <KoShape_p.h>
Inheritance diagram for KoShape::Private:Classes | |
| struct | DependeesLifetimeListener |
Public Member Functions | |
| Private () | |
| Private (const Private &rhs)=delete | |
Public Attributes | |
| QList< KoShape * > | dependees |
| list of shape dependent on this shape | |
| DependeesLifetimeListener | dependeesLifetimeListener |
| QList< KoShape::ShapeChangeListener * > | listeners |
| KoShapeContainer * | parent = nullptr |
| QSet< KoShapeManager * > | shapeManagers |
| QSet< KoShape * > | toolDelegates |
Definition at line 66 of file KoShape_p.h.
|
inline |
Definition at line 92 of file KoShape_p.h.
|
delete |
list of shape dependent on this shape
Definition at line 98 of file KoShape_p.h.
| DependeesLifetimeListener KoShape::Private::dependeesLifetimeListener |
Definition at line 100 of file KoShape_p.h.
| QList<KoShape::ShapeChangeListener*> KoShape::Private::listeners |
Definition at line 99 of file KoShape_p.h.
| KoShapeContainer* KoShape::Private::parent = nullptr |
Definition at line 95 of file KoShape_p.h.
| QSet<KoShapeManager *> KoShape::Private::shapeManagers |
Definition at line 96 of file KoShape_p.h.
| QSet<KoShape *> KoShape::Private::toolDelegates |
Definition at line 97 of file KoShape_p.h.