17 class DtPersistenceControlsInterface;
virtual ~DerivedDialogLogic()
CTOR. Disconnect from the boost::signals of the widget-interface.
ExtraDialogInterface & myInterface
Definition: DerivedDialogLogic.h:59
The logic for dealing with Loader settings.
Definition: DtLoaderSettingsLogic.h:28
Abstract interface for controlling persistence of state in a dialog.
Definition: DtPersistenceControlsInterface.h:20
The logic for the widget. This class does not have knowledge about how the widget was implemented...
Definition: DerivedDialogLogic.h:35
The interface between the logic and widget for loader settings.
Definition: DtLoaderSettingsInterface.h:18
void slot_enableFlagSet(bool value)
Catches a signal from the widget-interface. When called this slot commands the widget, through the interface, to enable or disable the checkbox.
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
Contains makVrv::DtLoaderSettingsLogic class.
DerivedDialogLogic(makVrv::DtDe &de, makVrv::DtPersistenceControlsInterface &persistenceControls, makVrv::DtLoaderSettingsInterface &settingsIFace, ExtraDialogInterface &extraIFace)
CTOR. At construction time, this logic is connected to the boost::signals of the widget-interface to ...