|
Krita Source Code Documentation
|
#include <KoShapeManager.h>
Public Member Functions | |
| void | notifyShapeDestructed (KoShape *shape) |
| ShapeInterface (KoShapeManager *_q) | |
Protected Attributes | |
| KoShapeManager * | q |
A special interface for KoShape to use during shape destruction. Don't use this interface directly unless you are KoShape.
Definition at line 245 of file KoShapeManager.h.
| KoShapeManager::ShapeInterface::ShapeInterface | ( | KoShapeManager * | _q | ) |
Definition at line 454 of file KoShapeManager.cpp.
Called by a shape when it is destructed. Please note that you cannot access any shape's method type or information during this call because the shape might be semi-destroyed.
Definition at line 459 of file KoShapeManager.cpp.
References KoShapeManager::d, and KoShapeManager::q.
|
protected |
Definition at line 256 of file KoShapeManager.h.