|
QCAD Application Framework
CAD Application Development and Automation.
|
Abstract base class for classes that are interested in being notified whenever a view has been added or changed. More...
#include <RViewListener.h>
Public Member Functions | |
| virtual void | clearViews ()=0 |
| This method is called to signal that no document is currently active. | |
| virtual void | updateViews (RDocumentInterface *documentInterface)=0 |
| This method is called whenever at least one view in the given document has changed. | |
| virtual | ~RViewListener () |
Abstract base class for classes that are interested in being notified whenever a view has been added or changed.
This can for example be a widget that lists all views.
|
inlinevirtual |
|
pure virtual |
This method is called to signal that no document is currently active.
Implemented in RViewListenerAdapter.
|
pure virtual |
This method is called whenever at least one view in the given document has changed.
Implemented in RViewListenerAdapter.