VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtObserverModeSelectionWidgetInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 #include <vrvCoreQt/vrvCoreQt.h>
12 
13 namespace makVrv
14 {
19  {
20  public:
21 
24 
25  virtual void addObserverMode( int mode, const char* name ) = 0;
26 
27  virtual void removeObserverMode( int mode ) = 0;
28 
29  virtual void enableObserverMode( int mode, bool trueFalse ) = 0;
30 
31  virtual void clearObserverModes() = 0;
32 
33  virtual void setObserverModeSelected( int mode ) = 0;
34 
35  virtual std::string selectedObserverMode() const = 0;
36  };
37 }
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
The interface of the makVrv::DtObserverModeSelectionWidget for the makVrv::DtObserverModeSelectionLog...
Definition: DtObserverModeSelectionWidgetInterface.h:18
const char int mode
Definition: ioapi.h:38

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)