Abstract base class for classes that are interested in being notified whenever a block has been added or changed.
More...
#include <RBlockListener.h>
Abstract base class for classes that are interested in being notified whenever a block has been added or changed.
This can for example be a widget that lists all blocks.
- Scriptable:\nThis class is available in script environments.\n
◆ ~RBlockListener()
virtual RBlockListener::~RBlockListener |
( |
| ) |
|
|
inlinevirtual |
◆ clearBlocks()
virtual void RBlockListener::clearBlocks |
( |
| ) |
|
|
pure virtual |
This method is called to signal that no document is currently active.
◆ setCurrentBlock()
This method is called when a different block becomes the new current block.
◆ updateBlocks()
This method is called whenever at least one block in the given document has changed.
The documentation for this class was generated from the following file: