#include <component_options.h>
Public Methods | |
| bool | exists (const std::string &option_name) const |
| int | count (const std::string &option_name) const |
| const std::string& | get_value (const std::string &option_name, int offset=0) const |
| int | get_value_as_int (const std::string &option_name, int offset=0) const |
| bool | get_value_as_bool (const std::string &option_name, int offset=0) const |
| void | add_option (const std::string &option_name, const std::string &option_value) |
| void | add_option_as_int (const std::string &option_name, int option_value) |
| void | add_option_as_bool (const std::string &option_name, bool option_value) |
| void | clear () |
Public Attributes | |
| std::multimap<std::string, std::string> | options |
Definition at line 20 of file component_options.h.
|
|
Definition at line 88 of file component_options.h. Referenced by add_option_as_bool(), and add_option_as_int(). |
|
|
Definition at line 99 of file component_options.h. Referenced by cl_min(). |
|
|
Definition at line 93 of file component_options.h. Referenced by cl_min(). |
|
|
Definition at line 105 of file component_options.h. |
|
|
Definition at line 29 of file component_options.h. |
|
|
Definition at line 24 of file component_options.h. Referenced by SELECTIONLIST_DEFAULT_MAX_HEIGHT(). |
|
|
Definition at line 36 of file component_options.h. Referenced by get_value_as_bool(), and get_value_as_int(). |
|
|
Definition at line 64 of file component_options.h. |
|
|
Definition at line 58 of file component_options.h. Referenced by SELECTIONLIST_DEFAULT_MAX_HEIGHT(). |
|
|
Definition at line 110 of file component_options.h. |
1.2.6 written by Dimitri van Heesch,
© 1997-2001