Main Page   Modules   Data Structures   Data Fields   Related Pages   Examples   Search  

vbi_export_class Struct Reference
[Internal export module interface]


Data Fields

vbi_export_class * next
vbi_export_info_public
vbi_export *(* _new )(void)
void(* _delete )(vbi_export *)
vbi_option_info *(* option_enum )(vbi_export *, int index)
vbi_bool(* option_set )(vbi_export *, const char *keyword, va_list)
vbi_bool(* option_get )(vbi_export *, const char *keyword, vbi_option_value *value)
vbi_bool(* export )(vbi_export *, FILE *fp, vbi_page *pg)

Detailed Description

Structure describing an export module, part of the private export module interface. One required for each module.

Export modules must initialize these fields (except next, see exp-tmpl.c for a detailed discussion) and call vbi_export_register_module() to become accessible.

Examples:

exp-templ.c.


Generated on Sat Oct 12 18:01:17 2002 for ZVBI Library by doxygen1.2.15