![]() |
VR-Forces 4.0.4 Class Documentation
|
The abstract Window engine handler. More...

Public Member Functions | |
| DtDisplayProctor (DtDe &de) | |
| CTOR. | |
| virtual | ~DtDisplayProctor () |
| DTOR. | |
Static Public Member Functions | |
| static DtDisplayProctor & | instance (DtDe &de) |
| Get a pointer to the abstract hander. | |
Friends | |
| class | DtDisplayProxy |
| virtual bool | addWindow (const std::string &displayName, const DtWindowConfiguration &configuration)=0 |
| Add a window. | |
| static void | decode_addWindow (DtProctor *proctor, DtMessage &msg) |
| Decode function. | |
| static void | serialize_addWindow (DtMessage &msg, std::string &displayName, DtWindowConfiguration &configuration) |
| Serialize function. | |
| virtual void | destroyWindow (const std::string &displayName, const std::string &windowName)=0 |
| Destroy a Window. | |
| static void | decode_destroyWindow (DtProctor *proctor, DtMessage &msg) |
| Decode function. | |
| static void | serialize_destroyWindow (DtMessage &msg, std::string &displayName, std::string &windowName) |
| Serialize function. | |
| virtual void | modifyWindow (const std::string &displayName, const std::string &windowName, const DtWindowConfiguration &configuration)=0 |
| Modify a Window. | |
| static void | decode_modifyWindow (DtProctor *proctor, DtMessage &msg) |
| Decode function. | |
| static void | serialize_modifyWindow (DtMessage &msg, std::string &displayName, std::string &windowName, DtWindowConfiguration &configuration) |
| Serialize function. | |
The abstract Window engine handler.
CTOR.
| virtual makVrv::DtDisplayProctor::~DtDisplayProctor | ( | ) | [virtual] |
DTOR.
| static DtDisplayProctor& makVrv::DtDisplayProctor::instance | ( | DtDe & | de | ) | [static] |
Get a pointer to the abstract hander.
| DtCorruptedState | if the proctor is not found. |
| virtual bool makVrv::DtDisplayProctor::addWindow | ( | const std::string & | displayName, |
| const DtWindowConfiguration & | configuration | ||
| ) | [protected, pure virtual] |
Add a window.
Implemented in makVrv::DtDisplayProctorImpl.
| static void makVrv::DtDisplayProctor::decode_addWindow | ( | DtProctor * | proctor, |
| DtMessage & | msg | ||
| ) | [static, protected] |
Decode function.
| static void makVrv::DtDisplayProctor::serialize_addWindow | ( | DtMessage & | msg, |
| std::string & | displayName, | ||
| DtWindowConfiguration & | configuration | ||
| ) | [static, protected] |
Serialize function.
| virtual void makVrv::DtDisplayProctor::destroyWindow | ( | const std::string & | displayName, |
| const std::string & | windowName | ||
| ) | [protected, pure virtual] |
Destroy a Window.
Implemented in makVrv::DtDisplayProctorImpl.
| static void makVrv::DtDisplayProctor::decode_destroyWindow | ( | DtProctor * | proctor, |
| DtMessage & | msg | ||
| ) | [static, protected] |
Decode function.
| static void makVrv::DtDisplayProctor::serialize_destroyWindow | ( | DtMessage & | msg, |
| std::string & | displayName, | ||
| std::string & | windowName | ||
| ) | [static, protected] |
Serialize function.
| virtual void makVrv::DtDisplayProctor::modifyWindow | ( | const std::string & | displayName, |
| const std::string & | windowName, | ||
| const DtWindowConfiguration & | configuration | ||
| ) | [protected, pure virtual] |
Modify a Window.
Implemented in makVrv::DtDisplayProctorImpl.
| static void makVrv::DtDisplayProctor::decode_modifyWindow | ( | DtProctor * | proctor, |
| DtMessage & | msg | ||
| ) | [static, protected] |
Decode function.
| static void makVrv::DtDisplayProctor::serialize_modifyWindow | ( | DtMessage & | msg, |
| std::string & | displayName, | ||
| std::string & | windowName, | ||
| DtWindowConfiguration & | configuration | ||
| ) | [static, protected] |
Serialize function.
friend class DtDisplayProxy [friend] |