15 #include <vlutil/vlString.h>
23 class DtPersistenceControlsInterface;
28 class DtVrfSimulationSettingsRecord;
29 class DtSimulationOptionsWidgetInterface;
48 virtual void backendCountChanged();
51 virtual void on_import();
52 virtual void on_export();
53 virtual void on_importFilePathChosen(
const std::string& filePath);
54 virtual void on_exportFilePathChosen(
const std::string& filePath);
56 virtual void on_simulationOptionChanged();
57 virtual void on_labelsChanged(
const std::map<int, DtString>&);
58 virtual void extendedLabelsChanged();
Definition: vrfSimulationSettingsRecord.h:26
Abstract interface for controlling persistence of state in a dialog.
Definition: DtPersistenceControlsInterface.h:20
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