Freeciv-3.2
|
Data Fields | ||
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 49 of file featured_text.c.
union { ... } text_tag |
char text_tag::background[MAX_LEN_STR] |
Definition at line 56 of file featured_text.c.
struct { ... } text_tag::color |
char text_tag::foreground[MAX_LEN_STR] |
Definition at line 55 of file featured_text.c.
int text_tag::id |
Definition at line 60 of file featured_text.c.
struct { ... } text_tag::link |
char text_tag::name[MAX_LEN_STR] |
Definition at line 61 of file featured_text.c.
ft_offset_t text_tag::start_offset |
Definition at line 51 of file featured_text.c.
Referenced by featured_text_apply_tag(), and text_tag_new().
ft_offset_t text_tag::stop_offset |
Definition at line 52 of file featured_text.c.
Referenced by featured_text_apply_tag(), featured_text_to_plain_text(), and text_tag_new().
enum text_tag_type text_tag::type |
Definition at line 50 of file featured_text.c.
enum text_link_type text_tag::type |
Definition at line 59 of file featured_text.c.