VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 }
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
unsigned long long DtUniqueID
Definition: DtUniqueID.h:22
Contains makVrv::DtUniqueID type.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
This manages the visibility state of Remote Graphics Sets and Remote Attribute Group templates...
Definition: DtRemoteGraphicSetController.h:26
DtDe & myDe
Definition: DtRemoteGraphicSetController.h:56
Contains DLL export macros.

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)