![]() |
VR-Forces 5.0.3 Developer's Guide
|
Logic for editing attribute group template state.
Public Member Functions | |
| DtAttributeGroupTemplateLogic (DtDe &de, DtAttributeGroupTemplateInterface *iFace) | |
| virtual | ~DtAttributeGroupTemplateLogic () |
| virtual void | addAttributeGroupTemplate (const std::string &groupName, const std::string &templateName) |
| virtual void | attributeGroupTemplateChanged (const std::string &groupName, const std::string &templateName, bool onOff) |
| 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 |
| DtAttributeGroupTemplateInterface * | myInterface |
| DtSignalConnectionManager | myConnections |
| makVrv::DtAttributeGroupTemplateLogic::DtAttributeGroupTemplateLogic | ( | DtDe & | de, |
| DtAttributeGroupTemplateInterface * | iFace | ||
| ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Add an attribute group template to the GUI.
|
virtual |
Relay a change in the attribute group state from the GUI to the rest of the application.
|
virtual |
Remove an attribute group template from the GUI.
|
virtual |
Set the status of an attribute group template in the GUI.
|
protected |
|
protected |
|
protected |