The Battle for Wesnoth  1.19.0-dev
Functions | Variables
wml_separators.hpp File Reference
This graph shows which files directly or indirectly include this file:

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
 

Function Documentation

◆ is_wml_separator()

bool is_wml_separator ( char  c)
inline

Variable Documentation

◆ COLUMN_SEPARATOR

char const COLUMN_SEPARATOR = '='

Definition at line 18 of file wml_separators.hpp.

Referenced by is_wml_separator(), and gui::button::set_label().

◆ DEFAULT_ITEM

char const DEFAULT_ITEM = '*'

Definition at line 18 of file wml_separators.hpp.

Referenced by is_wml_separator().

◆ HEADING_PREFIX

char const HEADING_PREFIX = 2

Definition at line 19 of file wml_separators.hpp.

Referenced by is_wml_separator().

◆ HELP_STRING_SEPARATOR

char const HELP_STRING_SEPARATOR = '|'

Definition at line 18 of file wml_separators.hpp.

Referenced by is_wml_separator().

◆ IMAGE_PREFIX

char const IMAGE_PREFIX = '&'

◆ IMG_TEXT_SEPARATOR

char const IMG_TEXT_SEPARATOR = 1

Definition at line 19 of file wml_separators.hpp.

Referenced by is_wml_separator().