|
| tfield_label (const std::string &id, const bool mandatory, const std::string &text, const bool use_markup) |
|
| tfield (const std::string &id, const bool mandatory, const std::function< std::string()> &callback_load_value, const std::function< void(const std::string &)> &callback_save_value) |
| Constructor. More...
|
|
| tfield (const std::string &id, const bool mandatory, std::string &linked_variable) |
| Constructor. More...
|
|
| tfield (const std::string &id, const bool mandatory, const std::string &value) |
| Constructor. More...
|
|
void | widget_restore (twindow &window) |
| Inherited from tfield_. More...
|
|
void | set_widget_value (twindow &window, const std::string &value) |
| Sets the value of the field. More...
|
|
void | set_cache_value (const std::string &value) |
| Sets the value of the field. More...
|
|
void | widget_save (twindow &window) |
| Inherited from tfield_. More...
|
|
std::string | get_widget_value (twindow &window) |
| Gets the value of the field. More...
|
|
| tfield_ (const std::string &id, const bool mandatory) |
| Constructor. More...
|
|
virtual | ~tfield_ () |
|
void | attach_to_window (twindow &window) |
| Attaches the field to a window. More...
|
|
void | widget_init (twindow &window) |
| Initializes the widget. More...
|
|
void | widget_finalize (twindow &window) |
| Finalizes the widget. More...
|
|
void | detach_from_window () |
| Detaches the field from a window. More...
|
|
void | widget_set_enabled (twindow &window, const bool enable, const bool sync) |
| Enables a widget. More...
|
|
const std::string & | id () const |
|
bool | is_mandatory () const |
|
tcontrol * | widget () |
|
const tcontrol * | widget () const |
|
Specialized field class for a control, used for labels and images.
Definition at line 622 of file field.hpp.