|
Krita Source Code Documentation
|
#include <KoShape.h>
Inheritance diagram for KoShape::ShapeChangeListener:Public Member Functions | |
| virtual void | notifyShapeChanged (ChangeType type, KoShape *shape)=0 |
| virtual | ~ShapeChangeListener () |
Private Member Functions | |
| void | notifyShapeChangedImpl (ChangeType type, KoShape *shape) |
| void | registerShape (KoShape *shape) |
| void | unregisterShape (KoShape *shape) |
Private Attributes | |
| QList< KoShape * > | m_registeredShapes |
Friends | |
| class | KoShape |
|
virtual |
Definition at line 1330 of file KoShape.cpp.
References m_registeredShapes, and KoShape::removeShapeChangeListener().
|
pure virtual |
|
private |
Definition at line 1349 of file KoShape.cpp.
References KoShape::Deleted, and KIS_SAFE_ASSERT_RECOVER_RETURN.
Definition at line 1337 of file KoShape.cpp.
References KIS_SAFE_ASSERT_RECOVER_RETURN.
Definition at line 1343 of file KoShape.cpp.
References KIS_SAFE_ASSERT_RECOVER_RETURN.