![]() |
VR-Forces 4.0.4 Class Documentation
|
The proxy object that lets you remotely control a channel. More...

Public Member Functions | |
| virtual | ~DtChannelProxy () |
| DTOR. | |
| const DtChannelConfiguration & | configuration () const |
| Get the configuration. | |
| const std::string & | displayName () const |
| Operators, all behavior may not happen immediately. | |
| const std::string & | windowName () const |
| Return the window name this channel belongs to. | |
| const std::string & | channelName () const |
| Return the channel name of the channel this proxy represents. | |
Protected Member Functions | |
| DtChannelProxy (DtDe &de, const std::string &displayName, const std::string &windowName, DtChannelConfiguration &config) | |
| CTOR. | |
| DtChannelProctor * | proctor () |
| Get the proctor this proxy uses. | |
Protected Attributes | |
| DtDe & | myDe |
| Members. | |
| std::string | myDisplayName |
| Members. | |
| std::string | myViewName |
| Members. | |
| DtChannelConfiguration & | myConfiguration |
| Members. | |
| DtChannelProctor * | myProctorCache |
| Members. | |
Friends | |
| class | DtWindowProxy |
The proxy object that lets you remotely control a channel.
| virtual makVrv::DtChannelProxy::~DtChannelProxy | ( | ) | [virtual] |
DTOR.
| makVrv::DtChannelProxy::DtChannelProxy | ( | DtDe & | de, |
| const std::string & | displayName, | ||
| const std::string & | windowName, | ||
| DtChannelConfiguration & | config | ||
| ) | [protected] |
CTOR.
| const DtChannelConfiguration& makVrv::DtChannelProxy::configuration | ( | ) | const |
Get the configuration.
| const std::string& makVrv::DtChannelProxy::displayName | ( | ) | const |
Operators, all behavior may not happen immediately.
Accessors Return the display engine name this window belongs to.
| const std::string& makVrv::DtChannelProxy::windowName | ( | ) | const |
Return the window name this channel belongs to.
| const std::string& makVrv::DtChannelProxy::channelName | ( | ) | const |
Return the channel name of the channel this proxy represents.
| DtChannelProctor* makVrv::DtChannelProxy::proctor | ( | ) | [protected] |
Get the proctor this proxy uses.
friend class DtWindowProxy [friend] |
DtDe& makVrv::DtChannelProxy::myDe [protected] |
Members.
std::string makVrv::DtChannelProxy::myDisplayName [protected] |
Members.
std::string makVrv::DtChannelProxy::myViewName [protected] |
Members.
Members.
DtChannelProctor* makVrv::DtChannelProxy::myProctorCache [protected] |
Members.