20 class DtAttributeGroupTemplateInterface;
35 virtual void addAttributeGroupTemplate(
const std::string& groupName,
36 const std::string& templateName);
40 virtual void attributeGroupTemplateChanged(
const std::string& groupName,
41 const std::string& templateName,
bool onOff);
44 virtual void removeAttributeGroupTemplate(
const std::string& groupName,
45 const std::string& templateName);
48 virtual void setAttributeGroupTemplateStatus(
const std::string& groupName,
49 const std::string& templateName,
bool onOff);
DtSignalConnectionManager myConnections
Definition: DtAttributeGroupTemplateLogic.h:54
DtDe & myDe
Definition: DtAttributeGroupTemplateLogic.h:52
#define DT_DLL_VRVVRLQT
Definition: vrvVrlQt.h:19
Contains DLL export macros.
This class provides an interface for widgets that display remote graphic set information.
Definition: DtAttributeGroupTemplateInterface.h:20
DtAttributeGroupTemplateInterface * myInterface
Definition: DtAttributeGroupTemplateLogic.h:53
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:24
Logic for editing attribute group template state.
Definition: DtAttributeGroupTemplateLogic.h:25
Base class to provide boost signal/slot management.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69