libkate  0.3.8
Functions
misc

Functions

int kate_region_init (kate_region *kr)
int kate_style_init (kate_style *ks)
int kate_palette_init (kate_palette *kp)
int kate_bitmap_init (kate_bitmap *kb)
int kate_curve_init (kate_curve *kc)
int kate_motion_init (kate_motion *km)

Function Documentation

Initializes a kate bitmap to sensible defaults

Parameters:
kbthe bitmap to initialize
Returns:
0 success
KATE_E_* error

References kate_bitmap_type_png, and KATE_E_INVALID_PARAMETER.

int kate_curve_init ( kate_curve kc)

Initializes a kate curve to sensible defaults

Parameters:
kcthe curve to initialize
Returns:
0 success
KATE_E_* error

References kate_curve_none, and KATE_E_INVALID_PARAMETER.

Initializes a kate motion to sensible defaults

Parameters:
kmthe motion to initialize
Returns:
0 success
KATE_E_* error

References KATE_E_INVALID_PARAMETER, kate_motion_mapping_none, and kate_motion_semantics_time.

Initializes a kate palette to sensible defaults

Parameters:
kpthe palette to initialize
Returns:
0 success
KATE_E_* error

References KATE_E_INVALID_PARAMETER.

Initializes a kate region to sensible defaults

Parameters:
krthe region to initialize
Returns:
0 success
KATE_E_* error

References KATE_E_INVALID_PARAMETER, and kate_percentage.

int kate_style_init ( kate_style ks)

Initializes a kate style to sensible defaults

Parameters:
ksthe style to initialize
Returns:
0 success
KATE_E_* error

References KATE_E_INVALID_PARAMETER, kate_pixel, and kate_wrap_word.