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