|
QCAD Application Framework
CAD Application Development and Automation.
|
This block listener adapter emits signals on block events. More...
#include <RBlockListenerAdapter.h>
Signals | |
| void | blocksCleared () |
| void | blocksUpdated (RDocumentInterface *documentInterface) |
Public Member Functions | |
| virtual void | clearBlocks () |
| This method is called to signal that no document is currently active. | |
| RBlockListenerAdapter (QObject *parent=NULL) | |
| virtual void | updateBlocks (RDocumentInterface *documentInterface) |
| This method is called whenever at least one block in the given document has changed. | |
| virtual | ~RBlockListenerAdapter () |
Public Member Functions inherited from RBlockListener | |
| virtual | ~RBlockListener () |
This block listener adapter emits signals on block events.
Used to simplify listening to block events from QObjects, for instance from an ECMA script.
|
inline |
|
inlinevirtual |
|
signal |
|
signal |
|
inlinevirtual |
This method is called to signal that no document is currently active.
Implements RBlockListener.
|
inlinevirtual |
This method is called whenever at least one block in the given document has changed.
Implements RBlockListener.