![]() |
VR-Vantage 3.1 API Documentation
|
Interface for extending the widget. More...

Public Member Functions | |
| virtual void | setFlipDdsEnabled (bool enabled)=0 |
| Enables/disables a checkbox in base class widget. | |
Public Attributes | |
| makVrv::vrvSignalsLib::signal < void(bool)> | signal_enableFlagSet |
| Signal state changes for the checkbox. | |
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.
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.
Signal state changes for the checkbox.
This signal is emitted by the widget when the new checkbox value has been changed by the user.