VR-Forces 5.0.2 Developer's Guide
 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 *********************************************************************/
8 
9 #pragma once
10 
11 #include <vrvVrlQt/vrvVrlQt.h>
12 
14 
15 namespace makVrv
16 {
17  class DtAttributeGroupTemplateInterface;
18  class DtDe;
19 
23  {
24  public:
27 
30 
32  virtual void addAttributeGroupTemplate(const std::string& groupName,
33  const std::string& templateName);
34 
37  virtual void attributeGroupTemplateChanged(const std::string& groupName,
38  const std::string& templateName, bool onOff);
39 
41  virtual void removeAttributeGroupTemplate(const std::string& groupName,
42  const std::string& templateName);
43 
45  virtual void setAttributeGroupTemplateStatus(const std::string& groupName,
46  const std::string& templateName, bool onOff);
47 
48  protected:
52  };
53 }
DtSignalConnectionManager myConnections
Definition: DtAttributeGroupTemplateLogic.h:51
DtDe & myDe
Definition: DtAttributeGroupTemplateLogic.h:49
#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:17
DtAttributeGroupTemplateInterface * myInterface
Definition: DtAttributeGroupTemplateLogic.h:50
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
Logic for editing attribute group template state.
Definition: DtAttributeGroupTemplateLogic.h:22
Base class to provide boost signal/slot management.
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)