![]() |
VR-Forces 4.0.4 Class Documentation
|
This manages the visibility state of Remote Graphics Sets and Remote Attribute Group templates. More...
Public Member Functions | |
| DtRemoteGraphicSetController (DtDe &de, DtUniqueID id) | |
| CTOR. | |
| virtual | ~DtRemoteGraphicSetController () |
| DTOR. | |
| virtual void | setRemoteGraphicSet (const std::string &name, bool onOff) |
| Specify the visibility of a remote graphic set. | |
| virtual void | addRemoteGraphicSet (const std::string &name) |
| Add a remote graphic set. | |
| virtual void | removeRemoteGraphicSet (const std::string &name) |
| Remove a remote graphic set. | |
| virtual void | addAttributeGroupTemplate (const std::string &groupName, const std::string &templateName) |
| Add an attribute group template. | |
| virtual void | removeAttributeGroupTemplate (const std::string &groupName, const std::string &templateName) |
| Remove an attribute group template. | |
| virtual void | setAttributeGroupTemplateStatus (const std::string &groupName, const std::string &templateName, bool onOff) |
| Specify the visibility of an attribute group template. | |
Protected Attributes | |
| DtDe & | myDe |
This manages the visibility state of Remote Graphics Sets and Remote Attribute Group templates.
CTOR.
| virtual makVrv::DtRemoteGraphicSetController::~DtRemoteGraphicSetController | ( | ) | [virtual] |
DTOR.
| virtual void makVrv::DtRemoteGraphicSetController::setRemoteGraphicSet | ( | const std::string & | name, |
| bool | onOff | ||
| ) | [virtual] |
Specify the visibility of a remote graphic set.
| virtual void makVrv::DtRemoteGraphicSetController::addRemoteGraphicSet | ( | const std::string & | name | ) | [virtual] |
Add a remote graphic set.
| virtual void makVrv::DtRemoteGraphicSetController::removeRemoteGraphicSet | ( | const std::string & | name | ) | [virtual] |
Remove a remote graphic set.
| virtual void makVrv::DtRemoteGraphicSetController::addAttributeGroupTemplate | ( | const std::string & | groupName, |
| const std::string & | templateName | ||
| ) | [virtual] |
Add an attribute group template.
| virtual void makVrv::DtRemoteGraphicSetController::removeAttributeGroupTemplate | ( | const std::string & | groupName, |
| const std::string & | templateName | ||
| ) | [virtual] |
Remove an attribute group template.
| virtual void makVrv::DtRemoteGraphicSetController::setAttributeGroupTemplateStatus | ( | const std::string & | groupName, |
| const std::string & | templateName, | ||
| bool | onOff | ||
| ) | [virtual] |
Specify the visibility of an attribute group template.
DtDe& makVrv::DtRemoteGraphicSetController::myDe [protected] |