![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
Public Attributes | |
| enum text_tag_type | type |
| ft_offset_t | start_offset |
| ft_offset_t | stop_offset |
| union { | |
| struct { | |
| char foreground [MAX_LEN_STR] | |
| char background [MAX_LEN_STR] | |
| } color | |
| struct { | |
| enum text_link_type type | |
| int id | |
| char name [MAX_LEN_STR] | |
| } link | |
| }; | |
Definition at line 44 of file featured_text.cpp.
| union { ... } |
| char text_tag::background[MAX_LEN_STR] |
Definition at line 51 of file featured_text.cpp.
| struct { ... } text_tag::color |
Referenced by create_event(), luaconsole_append(), luaconsole_printf(), luaconsole_vprintf(), output_window_append(), output_window_printf(), output_window_vprintf(), text_tag_color_background(), text_tag_color_foreground(), text_tag_init_from_sequence(), text_tag_initv(), and text_tag_start_sequence().
| char text_tag::foreground[MAX_LEN_STR] |
Definition at line 50 of file featured_text.cpp.
| int text_tag::id |
Definition at line 55 of file featured_text.cpp.
| struct { ... } text_tag::link |
| char text_tag::name[MAX_LEN_STR] |
Definition at line 56 of file featured_text.cpp.
| ft_offset_t text_tag::start_offset |
Definition at line 46 of file featured_text.cpp.
Referenced by featured_text_apply_tag(), text_tag_init_from_sequence(), text_tag_initv(), text_tag_new(), text_tag_start_offset(), text_tag_start_sequence(), and text_tag_stop_sequence().
| ft_offset_t text_tag::stop_offset |
Definition at line 47 of file featured_text.cpp.
Referenced by featured_text_apply_tag(), featured_text_to_plain_text(), text_tag_init_from_sequence(), text_tag_initv(), text_tag_new(), text_tag_start_sequence(), text_tag_stop_offset(), and text_tag_stop_sequence().
| enum text_link_type text_tag::type |
Definition at line 51 of file featured_text.cpp.
| enum text_tag_type text_tag::type |
Definition at line 1220 of file featured_text.cpp.
Referenced by extract_sequence_text(), featured_text_to_plain_text(), text_tag_color_background(), text_tag_color_foreground(), text_tag_init_from_sequence(), text_tag_initv(), text_tag_link_id(), text_tag_replace_text(), text_tag_start_sequence(), and text_tag_stop_sequence().