VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
ExtraDialogInterface Class Referenceabstract

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.

Examples
Inheritance diagram for ExtraDialogInterface:
Inheritance graph
[legend]

Public Member Functions

virtual void setFlipDdsEnabled (bool enabled)=0
 

Public Attributes

boost::signalslib::signal
< void(bool)> 
signal_enableFlagSet
 

Member Function Documentation

virtual void ExtraDialogInterface::setFlipDdsEnabled ( bool  enabled)
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.

Member Data Documentation

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.


The documentation for this class was generated from the following file:

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)