|
gui_id_t | _id = 0 |
|
Manager * | _manager |
|
nk_context * | _context |
|
nk_font * | _font = nullptr |
|
Component * | _parent |
|
std::vector< Component * > | _children |
|
◆ Textbox()
oe::gui::component::Textbox::Textbox |
( |
std::string & |
value, |
|
|
int |
max_size |
|
) |
| |
Bind the text input to an existing string
◆ generate()
void oe::gui::component::Textbox::generate |
( |
| ) |
|
|
virtual |
◆ setMask()
Textbox * oe::gui::component::Textbox::setMask |
( |
const char |
mask | ) |
|
|
inline |
Obfuscate input chars using a char. USed for example in password fields
- Note
- Not work at the moment
- Parameters
-
mask | Character to display instead |
The documentation for this class was generated from the following file:
- OxygenEngine/gui/component/textbox.h