VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 }
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

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)