VR-Forces Development_Version 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
 Members.
std::string myViewName
 Members.
DtChannelConfigurationmyConfiguration
 Members.
DtChannelProctormyProctorCache
 Members.
- 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

Members.

std::string makVrv::DtChannelProxy::myViewName
protected

Members.

DtChannelConfiguration& makVrv::DtChannelProxy::myConfiguration
protected

Members.

DtChannelProctor* makVrv::DtChannelProxy::myProctorCache
protected

Members.


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

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)