19 class DtOculusSettingsInterface;
20 class DtPersistenceControlsInterface;
21 class DtSettingsBackup;
37 virtual void sendSettingsToGui();
41 virtual void slot_mirroringChanged(
int view);
44 virtual void slot_monoscopicChanged(
bool enabled);
47 virtual void slot_pixelsPerDisplayPixelChanged(
float pixels);
53 void on_importFilePathChosen(
const std::string& filePath);
54 void on_exportFilePathChosen(
const std::string& filePath);
#define DT_DLL_VRVOCULUSCHANNELPLUGIN
Definition: vrvOculusChannelPlugin.h:18
DtOculusSettingsInterface & myInterface
Called when settings are restored. Resets GUI if the restored object type is of this class...
Definition: DtOculusSettingsLogic.h:63
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
DtPersistenceControlsInterface & myPersistenceControls
Called when settings are restored. Resets GUI if the restored object type is of this class...
Definition: DtOculusSettingsLogic.h:64
DtSignalConnectionManager myConnections
Called when settings are restored. Resets GUI if the restored object type is of this class...
Definition: DtOculusSettingsLogic.h:62
Definition: DtOculusSettingsInterface.h:16
Abstract interface for controlling persistence of state in a dialog.
Definition: DtPersistenceControlsInterface.h:20
Contains makVrv::DtVirtualBaseClass class.
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
Interface to the file cache settings GUI.
Provides a method of doign settings backup.
Definition: DtSettingsBackup.h:23
Definition: DtOculusSettingsLogic.h:23
DtDe & myDe
Called when settings are restored. Resets GUI if the restored object type is of this class...
Definition: DtOculusSettingsLogic.h:65
Base class to provide boost signal/slot management.
Contains DLL export macros.
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