![]() |
VR-Forces 5.0.1 Developer's Guide
|
The proxy object that lets you remotely control a channel.

Public Member Functions | |
| virtual | ~DtChannelProxy () |
| const DtChannelConfiguration & | configuration () const |
| const std::string & | displayName () const |
| const std::string & | windowName () const |
| const std::string & | channelName () const |
Public Member Functions inherited from makVrv::DtProxy | |
| DtProxy () | |
| virtual void | makeInvalid () |
| bool | isValid () const |
| void | validate () const |
Protected Member Functions | |
| DtChannelProxy (DtDe &de, const std::string &displayName, const std::string &windowName, DtChannelConfiguration &config) | |
| DtChannelProctor * | proctor () |
Protected Attributes | |
| DtDe & | myDe |
| std::string | myDisplayName |
| std::string | myViewName |
| DtChannelConfiguration & | myConfiguration |
| DtChannelProctor * | myProctorCache |
Protected Attributes inherited from makVrv::DtProxy | |
| bool | myValidFlag |
Friends | |
| class | DtWindowProxy |
|
virtual |
DTOR.
|
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.
|
protected |
Get the proctor this proxy uses.
|
friend |
|
protected |
Members.
|
protected |
Members.
|
protected |
Members.
|
protected |
Members.
|
protected |
Members.