The HObject is the base class for generic MVO objects. More...
#include <HEventManager.h>
Public Member Functions | |
virtual const char * | GetName ()=0 |
HObject () | |
The HObject is the base class for generic MVO objects.
HObject instances need to register themselves with the ObjectManager. They can receive events and allow for the persistent storage of data.
|
inline |
Constructs an HObject object
|
pure virtual |
Implemented in HDraggerObject, HLightsObject, HInfoWindowObject, HSubwindow, HSubwindow2, HImagePanelManagerObject, and HEdgeVertexSelectionObject.