![]() |
VR-Forces 4.10 Class Documentation
|
Interface for extending the widget. More...

Public Member Functions | |
| virtual void | setFlipDdsEnabled (bool enabled)=0 |
| Enables/disables a checkbox in base class widget. More... | |
Public Attributes | |
| boost::signalslib::signal < void(bool)> | signal_enableFlagSet |
| Signal state changes for the checkbox. More... | |
Interface for extending the widget.
This class defines the implementation-agnostic interface for the DerivedDialogWidget. This interface is used by the DerivedDialogLogic to communicate with the widget without any understanding of how the widget was implemented.
|
pure virtual |
Enables/disables a checkbox in base class widget.
Called by the logic to enable or disable a checkbox found in the makVrv::DtLoaderSettingsWidget base class. The logic should call this function as a result of signal_enableFlagSet being signaled.
Implemented in DerivedDialogWidget.
| boost::signalslib::signal<void (bool)> ExtraDialogInterface::signal_enableFlagSet |
Signal state changes for the checkbox.
This signal is emitted by the widget when the new checkbox value has been changed by the user.