![]() |
VR-Forces Developer's Guide
|
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.

Public Member Functions | |
| virtual void | setText (const std::string &text)=0 |
Public Attributes | |
| makVrv::vrvSignalsLib::signal < void(const std::string &text)> | signal_processText |
|
pure virtual |
Called by the logic to set the text in the widget.
Implemented in HumbleDialogWidget.
| makVrv::vrvSignalsLib::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.