VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
HumbleDialogWidgetInterface Class Referenceabstract

Interface for the HumbleDialogWidget. More...

Inheritance diagram for HumbleDialogWidgetInterface:
Inheritance graph
[legend]

Public Member Functions

virtual void setText (const std::string &text)=0
 Called by the logic to set the text in the widget. More...
 

Public Attributes

boost::signal< void(const
std::string &text)> 
signal_processText
 Signal emitted when the user changes the text in the widget then presses the [Return] or [Enter] key. More...
 

Detailed Description

Interface for the HumbleDialogWidget.

This class defines the implementation-agnostic interface for the HumbleDialogWidget. This interface is used by the HumbleDialogLogic to communicate with the widget without any understanding of how the widget was implemented.

Examples

Member Function Documentation

virtual void HumbleDialogWidgetInterface::setText ( const std::string &  text)
pure virtual

Called by the logic to set the text in the widget.

Implemented in HumbleDialogWidget.

Member Data Documentation

boost::signal<void (const std::string& text)> HumbleDialogWidgetInterface::signal_processText

Signal emitted when the user changes the text in the widget then presses the [Return] or [Enter] key.

Connected to a slot in the logic.


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

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)