VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Member Functions | Friends
makVrv::DtChannelProxy Class Reference

The proxy object that lets you remotely control a channel. More...

Inheritance diagram for makVrv::DtChannelProxy:
Inheritance graph
[legend]

Public Member Functions

virtual ~DtChannelProxy ()
 DTOR.
const DtChannelConfigurationconfiguration () 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.
- Public Member Functions inherited from makVrv::DtProxy
 DtProxy ()
 CTOR.
virtual void makeInvalid ()
 Make this proxy invalid.
bool isValid () const
 Return the valid state of the proxy.
void validate () const
 Check to see if the proxy is valid.

Protected Member Functions

 DtChannelProxy (DtDe &de, const std::string &displayName, const std::string &windowName, DtChannelConfiguration &config)
 CTOR.
DtChannelProctorproctor ()
 Get the proctor this proxy uses.

Protected Attributes

DtDemyDe
 Members.
std::string myDisplayName
std::string myViewName
DtChannelConfigurationmyConfiguration
DtChannelProctormyProctorCache
- Protected Attributes inherited from makVrv::DtProxy
bool myValidFlag

Friends

class DtWindowProxy

Detailed Description

The proxy object that lets you remotely control a channel.

Constructor & Destructor Documentation

virtual makVrv::DtChannelProxy::~DtChannelProxy ( )
virtual

DTOR.

makVrv::DtChannelProxy::DtChannelProxy ( DtDe de,
const std::string &  displayName,
const std::string &  windowName,
DtChannelConfiguration config 
)
protected

CTOR.

Member Function Documentation

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.

Friends And Related Function Documentation

friend class DtWindowProxy
friend

Member Data Documentation

DtDe& makVrv::DtChannelProxy::myDe
protected

Members.

std::string makVrv::DtChannelProxy::myDisplayName
protected
std::string makVrv::DtChannelProxy::myViewName
protected
DtChannelConfiguration& makVrv::DtChannelProxy::myConfiguration
protected
DtChannelProctor* makVrv::DtChannelProxy::myProctorCache
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)