HObject

Functions

HObject

~HObject

char const *

GetName

Detailed Description

class 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.

Subclassed by HDraggerObject, HEdgeVertexSelectionObject, HImagePanelManagerObject, HInfoWindowObject, HLightsObject, HSubwindow, HSubwindow2

Public Functions

inline HObject()

Constructs an HObject object

inline virtual ~HObject()
virtual char const *GetName() = 0
Returns

A character pointer denoting the name of the object.