|
Krita Source Code Documentation
|
The KisIteratorCompleteListener struct is a special interface for notifying the paint device that an iterator has completed its execution. More...
#include <kis_iterator_complete_listener.h>
Inheritance diagram for KisIteratorCompleteListener:Public Member Functions | |
| virtual void | notifyWritableIteratorCompleted ()=0 |
| virtual | ~KisIteratorCompleteListener () |
The KisIteratorCompleteListener struct is a special interface for notifying the paint device that an iterator has completed its execution.
Definition at line 15 of file kis_iterator_complete_listener.h.
|
inlinevirtual |
Definition at line 16 of file kis_iterator_complete_listener.h.
|
pure virtual |
Implemented in KisPaintDeviceData::CacheInvalidator.