![]() |
VR-Forces 4.0.4 Class Documentation
|
Implementation of the Window Proctor. More...

Public Member Functions | |
| DtWindowProctorImpl (DtDe &de, DtWindowManager &vm) | |
| CTOR. | |
| virtual | ~DtWindowProctorImpl () |
| DTOR. | |
Protected Member Functions | |
| virtual void | addChannel (const std::string &displayName, const std::string &windowName, const DtChannelConfiguration &config) |
| Add a channel. | |
| virtual void | destroyChannel (const std::string &displayName, const std::string &windowName, const std::string &channelName) |
| Destroy a channel. | |
| virtual void | modifyChannel (const std::string &displayName, const std::string &windowName, const std::string &channelName, const DtChannelConfiguration &config) |
| Modify channel function. | |
Protected Attributes | |
| DtWindowManager * | myManager |
Implementation of the Window Proctor.
| makVrv::DtWindowProctorImpl::DtWindowProctorImpl | ( | DtDe & | de, |
| DtWindowManager & | vm | ||
| ) |
CTOR.
| virtual makVrv::DtWindowProctorImpl::~DtWindowProctorImpl | ( | ) | [virtual] |
DTOR.
| virtual void makVrv::DtWindowProctorImpl::addChannel | ( | const std::string & | displayName, |
| const std::string & | windowName, | ||
| const DtChannelConfiguration & | config | ||
| ) | [protected, virtual] |
Add a channel.
Implements makVrv::DtWindowProctor.
| virtual void makVrv::DtWindowProctorImpl::destroyChannel | ( | const std::string & | displayName, |
| const std::string & | windowName, | ||
| const std::string & | channelName | ||
| ) | [protected, virtual] |
Destroy a channel.
Implements makVrv::DtWindowProctor.
| virtual void makVrv::DtWindowProctorImpl::modifyChannel | ( | const std::string & | displayName, |
| const std::string & | windowName, | ||
| const std::string & | channelName, | ||
| const DtChannelConfiguration & | config | ||
| ) | [protected, virtual] |
Modify channel function.
Implements makVrv::DtWindowProctor.
DtWindowManager* makVrv::DtWindowProctorImpl::myManager [protected] |