![]() |
VR-Forces 4.8 Class Documentation
|
This is used to distribute information about a window from the master to slave engines. More...

Public Member Functions | |
| DtWindowProctor (DtDe &de) | |
| CTOR. More... | |
| virtual | ~DtWindowProctor () |
| DTOR. More... | |
Public Member Functions inherited from makVrv::DtProctor | |
| DtProctor (DtDe &, unsigned short classId) | |
| CTOR. More... | |
| virtual | ~DtProctor () |
| DTOR. More... | |
| void | executeFunction (DtMessage &msg) |
| Execute the proper message function for the message. More... | |
| DtDe & | de () |
| Get the IG for the proctor. More... | |
Static Public Member Functions | |
| static DtWindowProctor & | instance (DtDe &de) |
| Get an instance to the abstract hander. More... | |
Friends | |
| class | DtWindowProxy |
| virtual void | addChannel (const std::string &displayName, const std::string &windowName, const DtChannelConfiguration &config)=0 |
| Abstract add channel function. More... | |
| static void | decode_addChannel (DtProctor *proctor, DtMessage &msg) |
| Decoder for addChannel. More... | |
| static void | serialize_addChannel (DtMessage &msg, std::string &displayName, std::string &windowName, DtChannelConfiguration &config) |
| Serializer for addChannel. More... | |
| virtual void | destroyChannel (const std::string &displayName, const std::string &windowName, const std::string &channelName)=0 |
| Abstract Destroy a channel. More... | |
| static void | decode_destroyChannel (DtProctor *proctor, DtMessage &msg) |
| Decoder for destroy channel. More... | |
| static void | serialize_destroyChannel (DtMessage &msg, std::string &displayName, std::string &windowName, std::string &channelName) |
| Serializer for destroy channel. More... | |
| virtual void | modifyChannel (const std::string &displayName, const std::string &windowName, const std::string &channelName, const DtChannelConfiguration &config)=0 |
| Abstract modify channel function. More... | |
| static void | decode_modifyChannel (DtProctor *proctor, DtMessage &msg) |
| Decoder for modifyChannel. More... | |
| static void | serialize_modifyChannel (DtMessage &msg, std::string &displayName, std::string &windowName, std::string &channelName, DtChannelConfiguration &config) |
| Serializer for modifyChannel. More... | |
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 } |
| Ids used for proctors. Each proctor class must have a unique id. More... | |
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) |
| Register a message function to handle a message. More... | |
Protected Attributes inherited from makVrv::DtProctor | |
| FunctionMap | myFunctions |
| DtDe & | myDe |
| unsigned short | myClassId |
This is used to distribute information about a window from the master to slave engines.
| makVrv::DtWindowProctor::DtWindowProctor | ( | DtDe & | de | ) |
CTOR.
|
virtual |
DTOR.
|
static |
Get an instance to the abstract hander.
| DtCorruptedState | if no instance is registered. |
|
protectedpure virtual |
Abstract add channel function.
Implemented in makVrv::DtWindowProctorImpl.
|
staticprotected |
Decoder for addChannel.
|
staticprotected |
Serializer for addChannel.
|
protectedpure virtual |
Abstract Destroy a channel.
Implemented in makVrv::DtWindowProctorImpl.
|
staticprotected |
Decoder for destroy channel.
|
staticprotected |
Serializer for destroy channel.
|
protectedpure virtual |
Abstract modify channel function.
Implemented in makVrv::DtWindowProctorImpl.
|
staticprotected |
Decoder for modifyChannel.
|
staticprotected |
Serializer for modifyChannel.
|
friend |