HBaseOperator.h

Defines datatypes associated with the HBaseOperator class

Content

Classes

HBaseOperator

The HBaseOperator class serves as a base for classes which handle user input and operate on the scene.

Macro definitions

EPSILON

Enumerators

HOperatorReturn

Macro definitions

EPSILON

Enumerators

enum HOperatorReturn

Indicates the return value of an operator

Values:

enumerator HOP_OK

The event has been handled.

enumerator HOP_NOT_HANDLED

The event has not been handled.

enumerator HOP_CANCEL

Processing was aborted.

enumerator HOP_READY

Event handler is ready for processing.