VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtAttributeGroupTemplateLogic.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2010 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: DtAttributeGroupTemplateLogic.h,v $ $Revision: 1.1 $ $State: Exp $
7 *********************************************************************/
11 
12 #pragma once
13 
14 #include <vrvVrlQt/vrvVrlQt.h>
15 
17 
18 namespace makVrv
19 {
20  class DtAttributeGroupTemplateInterface;
21  class DtDe;
22 
26  {
27  public:
30 
33 
35  virtual void addAttributeGroupTemplate(const std::string& groupName,
36  const std::string& templateName);
37 
40  virtual void attributeGroupTemplateChanged(const std::string& groupName,
41  const std::string& templateName, bool onOff);
42 
44  virtual void removeAttributeGroupTemplate(const std::string& groupName,
45  const std::string& templateName);
46 
48  virtual void setAttributeGroupTemplateStatus(const std::string& groupName,
49  const std::string& templateName, bool onOff);
50 
51  protected:
55  };
56 }

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)