#include <gadget_w_string.h>
Inheritance diagram for gadget_w_string:

Public Member Functions | |
| void | set_value (const char *value) |
| void | set_value (const string &value) |
| gadget_w_string & | operator= (const char *value) |
| gadget_w_string & | operator= (const string &value) |
| size_t | get_value_size () const |
| size_t | get_value (char *value, size_t size) const |
| string | get_value () const |
| string | operator() () const |
Protected Member Functions | |
| virtual void | _set_value (const char *value)=0 |
| virtual size_t | _get_value (char *value, size_t size) const=0 |
|
||||||||||||
|
Implemented in button_c, button_t, displayfield_c, displayfield_t, stringset_c, stringset_t, writablefield_c, and writablefield_t. |
|
|
Implemented in button_c, button_t, displayfield_c, displayfield_t, stringset_c, stringset_t, writablefield_c, and writablefield_t. |
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
Reimplemented in button_b, button_c, button_t, displayfield_b, displayfield_c, displayfield_t, stringset_b, stringset_c, stringset_t, writablefield_b, writablefield_c, and writablefield_t. |
|
|
Reimplemented in button_b, button_c, button_t, displayfield_b, displayfield_c, displayfield_t, stringset_b, stringset_c, stringset_t, writablefield_b, writablefield_c, and writablefield_t. |
|
|
|
|
|
|
1.3.3