VR-Forces 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

makVrv::vrvSignalsLib::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

makVrv::vrvSignalsLib::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 Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)