#include <kate.h>
Data Fields | |
kate_int64_t | start |
kate_int64_t | duration |
kate_int64_t | backlink |
kate_float | start_time |
kate_float | end_time |
kate_int32_t | id |
kate_text_encoding | text_encoding |
kate_text_directionality | text_directionality |
kate_const char * | language |
kate_const char * | text |
size_t | len |
size_t | len0 |
size_t | nmotions |
kate_const kate_motion *kate_const * | motions |
kate_const kate_region * | region |
kate_const kate_style * | style |
kate_const kate_style * | secondary_style |
kate_const kate_font_mapping * | font_mapping |
kate_const kate_palette * | palette |
kate_const kate_bitmap * | bitmap |
kate_markup_type | text_markup_type |
size_t | nbitmaps |
kate_const kate_bitmap *kate_const * | bitmaps |
|
the relative offset in granules since the start of the earliest still active event (positive or zero) |
|
bitmap to use as background (may be NULL for none) |
|
the list of attached bitmaps (may be NULL if none) |
|
the duration in granules |
|
the time at which this event ends |
|
font mapping to use for the text (may be NULL for no particular mapping) |
|
unique id to identify this event |
|
language of the text in this event (may be NULL if no override) |
|
length in bytes of the text |
|
length in bytes of the text, including terminating zero(s) |
|
the list of attached motions (may be NULL if none) |
|
number of attached bitmaps (may be zero) |
|
number of attached motions (may be zero) |
|
palette to use as background (may be NULL for none) |
|
region to display in (may be NULL for no particular region) |
|
secondary style to display text (may be NULL for no particular style) |
|
the time at offset rate at which this event starts |
|
the time at which this event starts |
|
style to display text (may be NULL for no particular style) |
|
the event text (may be NULL if none) |
|
directionality of the text in this event |
|
character encoding for the text in this event |
|
how to interpret any markup found in the text |