![]() |
Max OS 0.3
|
Event that is triggered when the text in an input box is changed. More...
#include <inputbox.h>
Public Member Functions | |
| InputBoxTextChangedEvent (const string &) | |
| Construct a new Input Box Text Changed Event object. | |
Public Member Functions inherited from MaxOS::common::Event< InputBoxEvents > | |
| Event (InputBoxEvents type) | |
| Constructs a new Event object. | |
Public Attributes | ||
| string | new_text | |
| The new text in the input box. | ||
Public Attributes inherited from MaxOS::common::Event< InputBoxEvents > | ||
| InputBoxEvents | type | |
| uint8_t * | buffer_value | |
| uint32_t | int_value | |
| bool | bool_value | |
| union { | ||
| uint8_t * buffer_value | ||
| uint32_t int_value | ||
| bool bool_value | ||
| } | return_value | |
Event that is triggered when the text in an input box is changed.
Definition at line 32 of file inputbox.h.
Construct a new Input Box Text Changed Event object.
| new_text | The new text in the input box |
Definition at line 291 of file inputbox.cpp.
| string MaxOS::gui::widgets::InputBoxTextChangedEvent::new_text |
The new text in the input box.
Definition at line 37 of file inputbox.h.