VR-Forces Developer's Guide
 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 Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)