![]() |
VR-Vantage 2.6 API Documentation
|
Interface for the HumbleDialogWidget. More...

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... | |
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.
|
pure virtual |
Called by the logic to set the text in the widget.
Implemented in HumbleDialogWidget.
| 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.