|  | QCAD
    Open Source 2D CAD | 
Abstract base class for classes that are interested in being notified whenever a UCS has been added or changed. More...
#include <RUcsListener.h>
| Public Member Functions | |
| virtual void | clear ()=0 | 
| This method is called to signal that no document is currently active. | |
| virtual void | update (RDocumentInterface *documentInterface)=0 | 
| This method is called whenever at least one UCS in the given document has changed. | |
| virtual | ~RUcsListener () | 
Abstract base class for classes that are interested in being notified whenever a UCS has been added or changed.
This can for example be a widget that lists all UCSs.
| 
 | inlinevirtual | 
| 
 | pure virtual | 
This method is called to signal that no document is currently active.
| 
 | pure virtual | 
This method is called whenever at least one UCS in the given document has changed.