|
Krita Source Code Documentation
|
#include <KoShape_p.h>
Inheritance diagram for KoShape::Private:Public Attributes | |
| QList< KoShape * > | dependees |
| list of shape dependent on this shape | |
| QList< KoShape::ShapeChangeListener * > | listeners |
| KoShapeContainer * | parent |
| QSet< KoShapeManager * > | shapeManagers |
| QSet< KoShape * > | toolDelegates |
Definition at line 77 of file KoShape_p.h.
list of shape dependent on this shape
Definition at line 83 of file KoShape_p.h.
| QList<KoShape::ShapeChangeListener*> KoShape::Private::listeners |
Definition at line 84 of file KoShape_p.h.
| KoShapeContainer* KoShape::Private::parent |
Definition at line 80 of file KoShape_p.h.
| QSet<KoShapeManager *> KoShape::Private::shapeManagers |
Definition at line 81 of file KoShape_p.h.
| QSet<KoShape *> KoShape::Private::toolDelegates |
Definition at line 82 of file KoShape_p.h.