VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
ExtraDialogInterface Class Reference

Interface for extending the widget. More...

Inheritance diagram for ExtraDialogInterface:
Inheritance graph
[legend]

Public Member Functions

virtual void setFlipDdsEnabled (bool enabled)=0
 Enables/disables a checkbox in base class widget.

Public Attributes

boost::signal< void(bool)> signal_enableFlagSet
 Signal state changes for the checkbox.

Detailed Description

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

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::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 Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)