Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

wbmp Struct Reference

#include <wbmp.h>

Collaboration diagram for wbmp:

Collaboration graph
[legend]

Data Fields

MultibyteInt type_field
Octet fix_header_field
ExtParamext_header_field
int exthdr_count
MultibyteInt width
MultibyteInt height
Octetmain_image
Octet ** animated_image
int animimg_count

Field Documentation

Octet** wbmp::animated_image
 

Definition at line 97 of file wbmp.h.

Referenced by wbmp_delete().

int wbmp::animimg_count
 

Definition at line 98 of file wbmp.h.

Referenced by wbmp_delete().

ExtParam* wbmp::ext_header_field
 

Definition at line 92 of file wbmp.h.

Referenced by wbmp_delete().

int wbmp::exthdr_count
 

Definition at line 93 of file wbmp.h.

Octet wbmp::fix_header_field
 

Definition at line 87 of file wbmp.h.

Referenced by wbmp_create().

MultibyteInt wbmp::height
 

Definition at line 95 of file wbmp.h.

Referenced by wbmp_create(), and wbmp_create_stream().

Octet* wbmp::main_image
 

Definition at line 96 of file wbmp.h.

Referenced by wbmp_create(), wbmp_create_stream(), and wbmp_delete().

MultibyteInt wbmp::type_field
 

Definition at line 86 of file wbmp.h.

Referenced by wbmp_create(), and wbmp_create_stream().

MultibyteInt wbmp::width
 

Definition at line 94 of file wbmp.h.

Referenced by wbmp_create(), and wbmp_create_stream().


The documentation for this struct was generated from the following file: See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.