![]() |
VR-Forces 5.0.1 Developer's Guide
|
The abstract Window engine handler.

Public Member Functions | |
| DtDisplayProctor (DtDe &de) | |
| virtual | ~DtDisplayProctor () |
Public Member Functions inherited from makVrv::DtProctor | |
| DtProctor (DtDe &, unsigned short classId) | |
| virtual | ~DtProctor () |
| void | executeFunction (DtMessage &msg) |
| DtDe & | de () |
Static Public Member Functions | |
| static DtDisplayProctor & | instance (DtDe &de) |
Friends | |
| class | DtDisplayProxy |
| virtual bool | addWindow (const std::string &displayName, const DtWindowConfiguration &configuration)=0 |
| static void | decode_addWindow (DtProctor *proctor, DtMessage &msg) |
| static void | serialize_addWindow (DtMessage &msg, std::string &displayName, DtWindowConfiguration &configuration) |
| virtual void | destroyWindow (const std::string &displayName, const std::string &windowName)=0 |
| static void | decode_destroyWindow (DtProctor *proctor, DtMessage &msg) |
| static void | serialize_destroyWindow (DtMessage &msg, std::string &displayName, std::string &windowName) |
| virtual void | modifyWindow (const std::string &displayName, const std::string &windowName, const DtWindowConfiguration &configuration)=0 |
| static void | decode_modifyWindow (DtProctor *proctor, DtMessage &msg) |
| static void | serialize_modifyWindow (DtMessage &msg, std::string &displayName, std::string &windowName, DtWindowConfiguration &configuration) |
Additional Inherited Members | |
Public Types inherited from makVrv::DtProctor | |
| enum | ProctorId { ProctorId_DtDeProctor = 32, ProctorId_DtSceneProctor = 33, ProctorId_DtWindowProctor = 34, ProctorID_DtChanneProctor = 35, ProctorID_DtDisplayEngineProctor = 36, ProctorID_DtDeSharedStateProctor = 37, ProctorId_UserStart = 0x8000, end_ProctorId = 0x10000 } |
Protected Types inherited from makVrv::DtProctor | |
| typedef void(* | MessageFunction )(DtProctor *, DtMessage &) |
| typedef std::map< int, MessageFunction > | FunctionMap |
Protected Member Functions inherited from makVrv::DtProctor | |
| void | registerFunction (unsigned int functionId, MessageFunction func) |
Protected Attributes inherited from makVrv::DtProctor | |
| FunctionMap | myFunctions |
| DtDe & | myDe |
| unsigned short | myClassId |
| makVrv::DtDisplayProctor::DtDisplayProctor | ( | DtDe & | de | ) |
CTOR.
|
virtual |
DTOR.
|
static |
Get a pointer to the abstract hander.
| DtCorruptedState | if the proctor is not found. |
|
protectedpure virtual |
Add a window.
Implemented in makVrv::DtDisplayProctorImpl.
|
staticprotected |
Decode function.
|
staticprotected |
Serialize function.
|
protectedpure virtual |
Destroy a Window.
Implemented in makVrv::DtDisplayProctorImpl.
|
staticprotected |
Decode function.
|
staticprotected |
Serialize function.
|
protectedpure virtual |
Modify a Window.
Implemented in makVrv::DtDisplayProctorImpl.
|
staticprotected |
Decode function.
|
staticprotected |
Serialize function.
|
friend |