52 virtual void setScreenCaptureFilePath(
const DtUnicode& filePath) = 0;
55 virtual void setShowQuitDialogOnClose(
bool show) = 0;
58 virtual void setPaperMapLayerTimeout(
double val) = 0;
61 virtual void setDarkModeEnabled(
bool enabled) = 0;
64 virtual void setLightModeDarkModeIconsEnabled(
bool enabled) = 0;
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