19 class DtAttributeGroupTemplateInterface;
34 virtual void addAttributeGroupTemplate(
const std::string& groupName,
35 const std::string& templateName);
39 virtual void attributeGroupTemplateChanged(
const std::string& groupName,
40 const std::string& templateName,
bool onOff);
43 virtual void removeAttributeGroupTemplate(
const std::string& groupName,
44 const std::string& templateName);
47 virtual void setAttributeGroupTemplateStatus(
const std::string& groupName,
48 const std::string& templateName,
bool onOff);