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);