VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtAttributeGroupTemplateInterface.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2010 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 #pragma once
6 
10 
11 #include <vrvVrlQt/vrvVrlQt.h>
12 
13 namespace makVrv
14 {
18  {
19  public:
21 
24  virtual void addAttributeGroupTemplate(const std::string& groupName,
25  const std::string& templateName) = 0;
26 
27  virtual void removeAttributeGroupTemplate(const std::string& groupName,
28  const std::string& templateName) = 0;
29 
30  virtual void setAttributeGroupTemplateStatus(const std::string& groupName,
31  const std::string& templateName, bool onOff) = 0;
32  };
33 }
34 
#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

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)