|
libelemental 2.0.2
|
An interface for the display of value entries. More...
#include <value.hh>

Public Member Functions | |
| virtual void | header (const ustring &category) throw () =0 |
| virtual void | entry (const ustring &name, const ustring &value, const ustring &tip=ustring()) throw () =0 |
| Displays a single value entry. | |
Static Protected Member Functions | |
| static ustring::size_type | get_max_name_length () throw () |
An interface for the display of value entries.
|
pure virtual | |||||||||||||||||||
Displays a single value entry.
| name | The name of the entry. |
| value | A localized string representation of the value of the entry. |
| tip | Qualifying information, if any, to be displayed as a tip. |
Implemented in Elemental::EntriesStream.
|
staticprotected | ||||||||||||
Returns the greatest expected length of an entry name. This value is calculated from the lengths of translated property names.
References get_max_name_length().
Referenced by get_max_name_length().
|
pure virtual | |||||||||||||
Displays a category header.
| category | The name of the category. |
Implemented in Elemental::EntriesStream.