HObject Class Referenceabstract
The HObject is the base class for generic MVO objects. More...
#include <HEventManager.h>
Public Member Functions | |
virtual const char * | GetName ()=0 |
HObject () | |
Detailed Description
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.
Constructor & Destructor Documentation
◆ HObject()
|
inline |
Constructs an HObject object
Member Function Documentation
◆ GetName()
|
pure virtual |
- Returns
- A character pointer denoting the name of the object.
Implemented in HDraggerObject, HLightsObject, HInfoWindowObject, HSubwindow, HSubwindow2, HImagePanelManagerObject, and HEdgeVertexSelectionObject.
The documentation for this class was generated from the following file: