![]() |
VR-Forces 5.0.2 Developer's Guide
|
Implementation of the Window Proctor.

Public Member Functions | |
| DtWindowProctorImpl (DtDe &de, DtWindowManager &vm) | |
| virtual | ~DtWindowProctorImpl () |
Public Member Functions inherited from makVrv::DtWindowProctor | |
| DtWindowProctor (DtDe &de) | |
| virtual | ~DtWindowProctor () |
Public Member Functions inherited from makVrv::DtProctor | |
| DtProctor (DtDe &, unsigned short classId) | |
| virtual | ~DtProctor () |
| void | executeFunction (DtMessage &msg) |
| DtDe & | de () |
Protected Member Functions | |
| virtual void | addChannel (const std::string &displayName, const std::string &windowName, const DtChannelConfiguration &config) |
| virtual void | destroyChannel (const std::string &displayName, const std::string &windowName, const std::string &channelName) |
| virtual void | modifyChannel (const std::string &displayName, const std::string &windowName, const std::string &channelName, const DtChannelConfiguration &config) |
Protected Member Functions inherited from makVrv::DtWindowProctor | |
Protected Member Functions inherited from makVrv::DtProctor | |
| void | registerFunction (unsigned int functionId, MessageFunction func) |
Protected Attributes | |
| DtWindowManager * | myManager |
Protected Attributes inherited from makVrv::DtProctor | |
| FunctionMap | myFunctions |
| DtDe & | myDe |
| unsigned short | myClassId |
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 } |
Static Public Member Functions inherited from makVrv::DtWindowProctor | |
| static DtWindowProctor & | instance (DtDe &de) |
Protected Types inherited from makVrv::DtProctor | |
| typedef void(* | MessageFunction )(DtProctor *, DtMessage &) |
| typedef std::map< int, MessageFunction > | FunctionMap |
Static Protected Member Functions inherited from makVrv::DtWindowProctor | |
| static void | decode_addChannel (DtProctor *proctor, DtMessage &msg) |
| static void | serialize_addChannel (DtMessage &msg, std::string &displayName, std::string &windowName, DtChannelConfiguration &config) |
| static void | decode_destroyChannel (DtProctor *proctor, DtMessage &msg) |
| static void | serialize_destroyChannel (DtMessage &msg, std::string &displayName, std::string &windowName, std::string &channelName) |
| static void | decode_modifyChannel (DtProctor *proctor, DtMessage &msg) |
| static void | serialize_modifyChannel (DtMessage &msg, std::string &displayName, std::string &windowName, std::string &channelName, DtChannelConfiguration &config) |
| makVrv::DtWindowProctorImpl::DtWindowProctorImpl | ( | DtDe & | de, |
| DtWindowManager & | vm | ||
| ) |
CTOR.
|
virtual |
DTOR.
|
protectedvirtual |
Add a channel.
Implements makVrv::DtWindowProctor.
|
protectedvirtual |
Destroy a channel.
Implements makVrv::DtWindowProctor.
|
protectedvirtual |
Modify channel function.
Implements makVrv::DtWindowProctor.
|
protected |