10 #ifndef DtLoaderSettingsLogic_H_
11 #define DtLoaderSettingsLogic_H_
20 class DtLoaderSettingsInterface;
21 class DtPersistenceControlsInterface;
24 class DtSettingsBackup;
43 void sendSettingsToGui();
49 void slot_ddsFlipSet(
bool flip);
50 void slot_indirectBufferUpdateTimeBudgetChanged(
int milliseconds );
51 void slot_cdbParallelForThreadCountChanged(
int threads );
56 void on_importFilePathChosen(
const std::string& filePath);
57 void on_exportFilePathChosen(
const std::string& filePath);
The logic for dealing with Loader settings.
Definition: DtLoaderSettingsLogic.h:28
Contains makVrv::DtChannelConfiguration class.
DtPersistenceControlsInterface & myPersistenceControls
Called when the dds flip setting is changed by the gui.
Definition: DtLoaderSettingsLogic.h:66
#define DT_DLL_VRVOSGQT
Definition: vrvOsgQt.h:22
DtLoaderSettingsInterface & myWidget
Called when the dds flip setting is changed by the gui.
Definition: DtLoaderSettingsLogic.h:65
Abstract interface for controlling persistence of state in a dialog.
Definition: DtPersistenceControlsInterface.h:20
Contains DLL export macros.
The interface between the logic and widget for loader settings.
Definition: DtLoaderSettingsInterface.h:18
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
Provides a method of doign settings backup.
Definition: DtSettingsBackup.h:23
DtDe & myDe
Called when the dds flip setting is changed by the gui.
Definition: DtLoaderSettingsLogic.h:67
Base class to provide boost signal/slot management.
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76