VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtRemoteGraphicSetController.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2010 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: DtRemoteGraphicSetController.h,v $ $Revision: 1.1 $ $State: Exp $
7 *********************************************************************/
11 
12 #pragma once
13 
14 #include <vrvCore/vrvCore.h>
15 #include <vrvCore/DtUniqueID.h>
16 
17 #include <string>
18 
19 namespace makVrv
20 {
21  class DtDe;
22 
27  {
28  public:
31 
34 
36  virtual void setRemoteGraphicSet(const std::string& name, bool onOff);
37 
39  virtual void addRemoteGraphicSet(const std::string& name);
40 
42  virtual void removeRemoteGraphicSet(const std::string& name);
43 
45  virtual void addAttributeGroupTemplate(const std::string& groupName,
46  const std::string& templateName);
47 
49  virtual void removeAttributeGroupTemplate(const std::string& groupName,
50  const std::string& templateName);
51 
53  virtual void setAttributeGroupTemplateStatus(const std::string& groupName,
54  const std::string& templateName, bool onOff);
55  protected:
57  };
58 }

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)