VR-Forces 5.0.3 Developer's Guide
 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 
36  boost::signalslib::signal<void(bool)> signal_showQuitDialogOnCloseCheckBoxChanged;
37 
39  boost::signalslib::signal<void(bool)> signal_darkModeEnabledCheckBoxChanged;
40 
42  boost::signalslib::signal<void(bool)> signal_lightModeDarkModeIconsEnabledCheckBoxChange;
43 
45  boost::signalslib::signal<void()> signal_clearIconCacheButtonPressed;
46 
48  boost::signalslib::signal<void(double)> signal_paperMapLayerTimeoutChanged;
49 
52  virtual void setScreenCaptureFilePath(const DtUnicode& filePath) = 0;
53 
55  virtual void setShowQuitDialogOnClose(bool show) = 0;
56 
58  virtual void setPaperMapLayerTimeout(double val) = 0;
59 
61  virtual void setDarkModeEnabled(bool enabled) = 0;
62 
64  virtual void setLightModeDarkModeIconsEnabled(bool enabled) = 0;
65  };
66 }
A unicode string. DtUnicode stores a UTF-16 encoded unicode string. Code Point, a Unicode character...
Definition: DtUnicode.h:33
boost::signalslib::signal< void()> signal_clearIconCacheButtonPressed
Called when the user checks the clearIconCache push button is pressed.
Definition: DtGeneralApplicationSettingsInterface.h:45
boost::signalslib::signal< void(DtUnicode)> signal_screenCaptureImageFilePathChanged
Signals.
Definition: DtGeneralApplicationSettingsInterface.h:33
boost::signalslib::signal< void(bool)> signal_lightModeDarkModeIconsEnabledCheckBoxChange
Called when the user checks the lightModedarkModeIconsEnabled checkbox.
Definition: DtGeneralApplicationSettingsInterface.h:42
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
boost::signalslib::signal< void(bool)> signal_showQuitDialogOnCloseCheckBoxChanged
Called when the user checks the show quit dialog on close checkbox.
Definition: DtGeneralApplicationSettingsInterface.h:36
Definition: DtGeneralApplicationSettingsInterface.h:16
boost::signalslib::signal< void(bool)> signal_darkModeEnabledCheckBoxChanged
Called when the user checks the enable dark mode checkbox.
Definition: DtGeneralApplicationSettingsInterface.h:39
boost::signalslib::signal< void(double)> signal_paperMapLayerTimeoutChanged
brief Called when paper map layer timeout slider is changed
Definition: DtGeneralApplicationSettingsInterface.h:48

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)