Adonthell
0.4
|
Public Member Functions | |
label_input () | |
Constructor Initialize to : cursor_moveable, cursor_visible and editable. | |
void | set_editable (const bool) |
Set the label input in editable. | |
bool | input_update () |
Input update. | |
Protected Attributes | |
bool | editable_ |
Definition at line 20 of file label_input.h.
Constructor Initialize to : cursor_moveable, cursor_visible and editable.
Definition at line 17 of file label_input.cc.
void label_input::set_editable | ( | const bool | b | ) |
Set the label input in editable.
Definition at line 24 of file label_input.cc.
bool label_input::input_update | ( | ) | [virtual] |