|
Krita Source Code Documentation
|
#include <KoLoadingShapeUpdater.h>
Public Member Functions | |
| KoLoadingShapeUpdater () | |
| virtual void | update (KoShape *shape)=0 |
| virtual | ~KoLoadingShapeUpdater () |
Reimplement this class when you depend on a shape during loading that is not yet loaded.
As soon as the shape you depend on is loaded the method update is called. Then you can setup the data you need.
Definition at line 24 of file KoLoadingShapeUpdater.h.
| KoLoadingShapeUpdater::KoLoadingShapeUpdater | ( | ) |
Definition at line 9 of file KoLoadingShapeUpdater.cpp.
|
virtual |
Definition at line 13 of file KoLoadingShapeUpdater.cpp.
This function is called as soon as shape is loaded.
| shape | The shape that just got loaded. |