Go to the source code of this file.
Functions | |
bool | is_wml_separator (char c) |
Variables | |
char const | HELP_STRING_SEPARATOR = '|' |
char const | DEFAULT_ITEM = '*' |
char const | COLUMN_SEPARATOR = '=' |
char const | IMAGE_PREFIX = '&' |
char const | IMG_TEXT_SEPARATOR = 1 |
char const | HEADING_PREFIX = 2 |
|
inline |
Definition at line 21 of file wml_separators.hpp.
References c, COLUMN_SEPARATOR, DEFAULT_ITEM, HEADING_PREFIX, HELP_STRING_SEPARATOR, IMAGE_PREFIX, and IMG_TEXT_SEPARATOR.
char const COLUMN_SEPARATOR = '=' |
Definition at line 18 of file wml_separators.hpp.
Referenced by is_wml_separator(), and gui::button::set_label().
char const DEFAULT_ITEM = '*' |
Definition at line 18 of file wml_separators.hpp.
Referenced by is_wml_separator().
char const HEADING_PREFIX = 2 |
Definition at line 19 of file wml_separators.hpp.
Referenced by is_wml_separator().
char const HELP_STRING_SEPARATOR = '|' |
Definition at line 18 of file wml_separators.hpp.
Referenced by is_wml_separator().
char const IMAGE_PREFIX = '&' |
Definition at line 19 of file wml_separators.hpp.
Referenced by gui::is_valid_image(), is_wml_separator(), and gui::button::set_overlay().
char const IMG_TEXT_SEPARATOR = 1 |
Definition at line 19 of file wml_separators.hpp.
Referenced by is_wml_separator().