VR-Forces 4.0.4 Class Documentation
Public Member Functions | Static Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes
makVrv::DtRemoteGraphicSetManager Class Reference

DtRemoteGraphicManager objects hold the state (visible or not) of remote graphic sets and notify other objects of changes in that state. More...

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

List of all members.

Public Member Functions

virtual ~DtRemoteGraphicSetManager ()
 Destructor.
virtual void setRemoteGraphicSet (const std::string &name, bool onOff)
 Sets whether the remote graphic set is visible or not.
virtual bool remoteGraphicSetStatus (const std::string &name) const
 Returns whether a remote graphic set is on or off (visible or not).
virtual void addRemoteGraphicSet (const std::string &name)
virtual void removeRemoteGraphicSet (const std::string &name)

Static Public Member Functions

static DtRemoteGraphicSetManagerinstance (DtDe &de)

Public Attributes

boost::signal< void(const
std::string &, bool)> 
signal_remoteGraphicSetChanged
boost::signal< void(const
std::string &)> 
signal_remoteGraphicSetRemoved
boost::signal< void(const
std::string &, const
std::string &)> 
signal_attributeGroupTemplateAdded
boost::signal< void(const
std::string &, const
std::string &)> 
signal_attributeGroupTemplateRemoved
boost::signal< void(const
std::string &, const
std::string &, bool)> 
signal_attributeGroupTemplateStatusChanged

Protected Member Functions

 DtRemoteGraphicSetManager (DtDe &de)
 Constructor.

Protected Attributes

DtDemyDe
std::map< std::string, boolmyRemoteGraphicSets

Detailed Description

DtRemoteGraphicManager objects hold the state (visible or not) of remote graphic sets and notify other objects of changes in that state.


Constructor & Destructor Documentation

Destructor.

Constructor.


Member Function Documentation

virtual void makVrv::DtRemoteGraphicSetManager::setRemoteGraphicSet ( const std::string &  name,
bool  onOff 
) [virtual]

Sets whether the remote graphic set is visible or not.

Will add a set to the manager if it does not exist and will emit a signal to alert others of the change.

virtual bool makVrv::DtRemoteGraphicSetManager::remoteGraphicSetStatus ( const std::string &  name) const [virtual]

Returns whether a remote graphic set is on or off (visible or not).

virtual void makVrv::DtRemoteGraphicSetManager::addRemoteGraphicSet ( const std::string &  name) [virtual]
virtual void makVrv::DtRemoteGraphicSetManager::removeRemoteGraphicSet ( const std::string &  name) [virtual]

Member Data Documentation

boost::signal<void (const std::string&, const std::string&)> makVrv::DtRemoteGraphicSetManager::signal_attributeGroupTemplateAdded
boost::signal<void (const std::string&, const std::string&)> makVrv::DtRemoteGraphicSetManager::signal_attributeGroupTemplateRemoved
boost::signal<void (const std::string&, const std::string&, bool)> makVrv::DtRemoteGraphicSetManager::signal_attributeGroupTemplateStatusChanged

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

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)