15 #include <vlutil/vlString.h>
23 class DtPersistenceControlsInterface;
28 class DtVrfSessionSettingsRecord;
29 class DtSessionOptionsWidgetInterface;
49 virtual void on_import();
50 virtual void on_export();
51 virtual void on_importFilePathChosen(
const std::string& filePath);
52 virtual void on_exportFilePathChosen(
const std::string& filePath);
54 virtual void on_sessionOptionChanged();
Abstract interface for controlling persistence of state in a dialog.
Definition: DtPersistenceControlsInterface.h:20
Definition: vrfSessionSettingsRecord.h:26
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
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:70