![]() |
VR-Forces 4.0.4 Class Documentation
|
The abstract scene handler defines the abstract IGI interface for controlling the scene. More...

Public Member Functions | |
| DtSceneProctor (DtDe &de) | |
| CTOR. | |
| virtual | ~DtSceneProctor () |
| DTOR. | |
Static Public Member Functions | |
| static DtSceneProctor & | instance (DtDe &de) |
| Get the instance from the DtDe. | |
Static Protected Member Functions | |
| static void | handle_updateScene (DtProctor *proctor, DtMessage &msg) |
| Handle for update scene. | |
Friends | |
| class | DtSceneProxy |
| Allow the Scene Interface to call the handler. | |
The abstract scene handler defines the abstract IGI interface for controlling the scene.
CTOR.
| virtual makVrv::DtSceneProctor::~DtSceneProctor | ( | ) | [virtual] |
DTOR.
| static DtSceneProctor& makVrv::DtSceneProctor::instance | ( | DtDe & | de | ) | [static] |
Get the instance from the DtDe.
| DtCorruptedState | if there is not instance associated with the IG. |
| static void makVrv::DtSceneProctor::handle_updateScene | ( | DtProctor * | proctor, |
| DtMessage & | msg | ||
| ) | [static, protected] |
Handle for update scene.
friend class DtSceneProxy [friend] |
Allow the Scene Interface to call the handler.