#include <kate.h>
Data Fields | |
const kate_info * | ki |
kate_const kate_event * | event |
kate_float | t |
struct { | |
unsigned int region:1 | |
unsigned int text_alignment_int:1 | |
unsigned int text_alignment_ext:1 | |
unsigned int text_pos:1 | |
unsigned int text_size:1 | |
unsigned int marker_pos:4 | |
unsigned int text_color:1 | |
unsigned int background_color:1 | |
unsigned int draw_color:1 | |
unsigned int glyph_pointer:4 | |
unsigned int path:1 | |
unsigned int draw:1 | |
unsigned int visible_section:1 | |
unsigned int z:1 | |
unsigned int hmargins:1 | |
unsigned int vmargins:1 | |
unsigned int bitmap_pos:1 | |
unsigned int bitmap_size:1 | |
unsigned int marker_bitmap:4 | |
unsigned int glyph_pointer_bitmap:4 | |
unsigned int draw_width:1 | |
} | has |
int | window_w |
int | window_h |
int | frame_x |
int | frame_y |
int | frame_w |
int | frame_h |
kate_float | region_x |
kate_float | region_y |
kate_float | region_w |
kate_float | region_h |
kate_float | text_halign |
kate_float | text_valign |
kate_float | text_x |
kate_float | text_y |
kate_float | text_size_x |
kate_float | text_size_y |
kate_float | marker_x [4] |
kate_float | marker_y [4] |
kate_color | text_color |
kate_color | background_color |
kate_color | draw_color |
kate_float | glyph_pointer [4] |
kate_float | glyph_height [4] |
kate_float | path_start |
kate_float | path_end |
kate_float | draw_x |
kate_float | draw_y |
kate_float | visible_x |
kate_float | visible_y |
kate_float | z |
kate_float | left_margin |
kate_float | right_margin |
kate_float | top_margin |
kate_float | bottom_margin |
kate_float | bitmap_x |
kate_float | bitmap_y |
kate_float | bitmap_size_x |
kate_float | bitmap_size_y |
const kate_bitmap * | marker_bitmap [4] |
const kate_bitmap * | glyph_pointer_bitmap [4] |
kate_float | draw_width |
|
the background color |
|
if set, the tracker has background color information |
|
if set, the tracker has bitmap position information |
|
if set, the tracker has bitmap size information |
|
the horizontal bitmap size (eg, width) |
|
the vertical bitmap size (eg, height) |
|
the horizontal bitmap position |
|
the vertical bitmap position |
|
the size of the bottom margin |
|
if set, the tracker has draw information |
|
the draw color |
|
if set, the tracker has draw color information |
|
width of the drawn line |
|
if set, the tracker has draw line width information |
|
the current horizontal position of the drawn shape |
|
the current vertical position of the drawn shape |
|
the event being tracked |
|
the video frame height |
|
the video frame width |
|
the video frame origin in the window |
|
the video frame origin in the window |
|
the height associated with each glyph pointer in pixels |
|
the glyph index of each glyph pointer |
|
if set, the tracker has glyph pointer information |
|
index of the bitmap for the glyph pointer bitmap |
|
if set, the tracker has bitmap information for the glyph pointer bitmap |
|
bitfield describing what information the tracker has |
|
if set, the tracker has horizontal margin information |
|
the kate_info associated with this tracker |
|
the size of the left margin |
|
index of the bitmap for the marker bitmap |
|
if set, the tracker has bitmap information for the marker bitmap |
|
if set, the tracker has marker position information |
|
the horizontal position of each marker |
|
the vertical position of each marker |
|
if set, the tracker has text path information |
|
the end point of the current path part |
|
the starting point of the current path part |
|
if set, the tracker has region information |
|
the region height in pixels |
|
the region width in pixels |
|
the region horizontal position in pixels |
|
the region vertical position in pixels |
|
the size of the right margin |
|
the current time at which the tracker interpolates |
|
if set, the tracker has external text alignment information |
|
if set, the tracker has internal text alignment information |
|
the text color |
|
if set, the tracker has text color information |
|
the horizontal text alignment (-1 for left, 1 for right, etc) |
|
if set, the tracker has text position information |
|
if set, the tracker has text size information |
|
the horizontal text size (eg, width) |
|
the vertical text size (eg, height) |
|
the vertical text alignment (-1 for top, 1 for bottom, etc) |
|
the horizontal text position |
|
the vertical text position |
|
the size of the top margin |
|
if set, the tracker has visible section information |
|
the glyph index of the first visible glyph |
|
the glyph index of the last visible glyph |
|
if set, the tracker has vertical margin information |
|
the window height |
|
the window width |
|
the depth of this event's text |
|
if set, the tracker has z (depth) information |