VR-Forces 4.1 Class Documentation
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>
16 
17 namespace makVrv
18 {
19  class DtAttributeGroupTemplateInterface;
20  class DtDe;
21 
25  {
26  public:
29 
32 
34  virtual void addAttributeGroupTemplate(const std::string& groupName,
35  const std::string& templateName);
36 
39  virtual void attributeGroupTemplateChanged(const std::string& groupName,
40  const std::string& templateName, bool onOff);
41 
43  virtual void removeAttributeGroupTemplate(const std::string& groupName,
44  const std::string& templateName);
45 
47  virtual void setAttributeGroupTemplateStatus(const std::string& groupName,
48  const std::string& templateName, bool onOff);
49 
50  protected:
54  };
55 }

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)