|
Krita Source Code Documentation
|
The KisDelayedUpdateNodeInterface class is an interface for nodes that delay their real updates with KisSignalCompressor. Some operations need explicit regeneration before they can proceed. More...
#include <KisDelayedUpdateNodeInterface.h>
Inheritance diagram for KisDelayedUpdateNodeInterface:Public Member Functions | |
| virtual void | forceUpdateTimedNode ()=0 |
| forceUpdateTimedNode forces the node to regenerate its project. The update might be asynchronous, so you should call image->waitForDone() after that. | |
| virtual bool | hasPendingTimedUpdates () const =0 |
| virtual | ~KisDelayedUpdateNodeInterface () |
The KisDelayedUpdateNodeInterface class is an interface for nodes that delay their real updates with KisSignalCompressor. Some operations need explicit regeneration before they can proceed.
Definition at line 18 of file KisDelayedUpdateNodeInterface.h.
|
virtual |
Definition at line 9 of file KisDelayedUpdateNodeInterface.cpp.
|
pure virtual |
forceUpdateTimedNode forces the node to regenerate its project. The update might be asynchronous, so you should call image->waitForDone() after that.
Implemented in KisGeneratorLayer, KisTransformMask, and KisShapeLayer.
|
pure virtual |
Implemented in KisGeneratorLayer, KisTransformMask, and KisShapeLayer.