VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtRemoteGraphicSetInterface.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:
20  virtual ~DtRemoteGraphicSetInterface();
21 
24  virtual void setRemoteGraphicSetStatus(const std::string& name, bool onOff) = 0;
25 
26  virtual void removeRemoteGraphicSet(const std::string& name) = 0;
27 
28  };
29 }
30 
This class provides an interface for widgets that display remote graphic set information.
Definition: DtRemoteGraphicSetInterface.h:17
#define DT_DLL_VRVVRLQT
Definition: vrvVrlQt.h:19
Contains DLL export macros.

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)