VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtGeneralApplicationSettingsInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2  * Copyright (c) 2021 MAK Technologies, Inc.
3  * All rights reserved.
4  ******************************************************************************/
5 
9 
10 #pragma once
11 #include <vrvCoreQt/vrvCoreQt.h>
12 #include <vrvUtil/DtUnicode.h>
13 
14 namespace makVrv
15 {
17  {
18  public:
21 
24 
27 
30 
33  boost::signalslib::signal<void(DtUnicode)> signal_screenCaptureImageFilePathChanged;
34 
35  boost::signalslib::signal<void(bool)> signal_showQuitDialogOnCloseCheckBoxChanged;
36 
38  boost::signalslib::signal<void(double)> signal_paperMapLayerTimeoutChanged;
39 
42  virtual void setScreenCaptureFilePath(DtUnicode filePath) = 0;
43 
45  virtual void setShowQuitDialogOnClose(bool show) = 0;
46 
48  virtual void setPaperMapLayerTimeout(double val) = 0;
49  };
50 }
A unicode string.
Definition: DtUnicode.h:33
boost::signalslib::signal< void(DtUnicode)> signal_screenCaptureImageFilePathChanged
Signals.
Definition: DtGeneralApplicationSettingsInterface.h:33
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
boost::signalslib::signal< void(bool)> signal_showQuitDialogOnCloseCheckBoxChanged
Definition: DtGeneralApplicationSettingsInterface.h:35
Definition: DtGeneralApplicationSettingsInterface.h:16
boost::signalslib::signal< void(double)> signal_paperMapLayerTimeoutChanged
brief Called when paper map layer timeout slider is changed
Definition: DtGeneralApplicationSettingsInterface.h:38

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)