EXIF library (libexif) Internals
0.6.24
|
#include <mnote-canon-entry.h>
Data Fields | |
MnoteCanonTag | tag |
ExifFormat | format |
unsigned long | components |
unsigned char * | data |
unsigned int | size |
ExifByteOrder | order |
Definition at line 30 of file mnote-canon-entry.h.
unsigned long _MnoteCanonEntry::components |
Definition at line 33 of file mnote-canon-entry.h.
Referenced by exif_mnote_data_canon_load(), exif_mnote_data_canon_save(), exif_mnote_data_canon_set_byte_order(), mnote_canon_entry_count_values(), and mnote_canon_entry_get_value().
unsigned char* _MnoteCanonEntry::data |
Definition at line 35 of file mnote-canon-entry.h.
Referenced by exif_mnote_data_canon_clear(), exif_mnote_data_canon_load(), exif_mnote_data_canon_save(), exif_mnote_data_canon_set_byte_order(), mnote_canon_entry_count_values(), and mnote_canon_entry_get_value().
ExifFormat _MnoteCanonEntry::format |
Definition at line 32 of file mnote-canon-entry.h.
Referenced by exif_mnote_data_canon_load(), exif_mnote_data_canon_save(), exif_mnote_data_canon_set_byte_order(), mnote_canon_entry_count_values(), and mnote_canon_entry_get_value().
ExifByteOrder _MnoteCanonEntry::order |
Definition at line 38 of file mnote-canon-entry.h.
Referenced by exif_mnote_data_canon_load(), exif_mnote_data_canon_set_byte_order(), mnote_canon_entry_count_values(), and mnote_canon_entry_get_value().
unsigned int _MnoteCanonEntry::size |
Definition at line 36 of file mnote-canon-entry.h.
Referenced by exif_mnote_data_canon_load(), exif_mnote_data_canon_set_byte_order(), mnote_canon_entry_count_values(), and mnote_canon_entry_get_value().
MnoteCanonTag _MnoteCanonEntry::tag |
Definition at line 31 of file mnote-canon-entry.h.
Referenced by exif_mnote_data_canon_get_description(), exif_mnote_data_canon_get_id(), exif_mnote_data_canon_get_name(), exif_mnote_data_canon_get_title(), exif_mnote_data_canon_load(), exif_mnote_data_canon_save(), mnote_canon_entry_count_values(), and mnote_canon_entry_get_value().