VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtGhostedToolbarWidgetInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2022 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCoreQt/vrvCoreQt.h>
13 
14 namespace makVrv
15 {
19  {
20  public:
23 
26 
29 
32 
33  virtual void setGhostedEnabled(bool enabled) = 0;
34  virtual void setEchelonLevel(int echelonLevel) = 0;
35 
36  boost::signalslib::signal<void(int)> signal_selectedEchelonChanged;
37  boost::signalslib::signal<void(bool)> signal_showGhostedChanged;
38 
39  };
40 }
41 
boost::signalslib::signal< void(int)> signal_selectedEchelonChanged
Definition: DtGhostedToolbarWidgetInterface.h:36
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
Abstract interface for the stealth control widget.
Definition: DtGhostedToolbarWidgetInterface.h:18
boost::signalslib::signal< void(bool)> signal_showGhostedChanged
Definition: DtGhostedToolbarWidgetInterface.h:37

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)