  
    
main.htmlMain Page     
classes.htmlData Structures     
files.htmlFiles     
dirs.htmlDirectories   
  
    
files.htmlFile List     
globals.htmlGlobals   
dir_20715630405f3b63e7ab7a5c713843d9.htmllibexif exif-mnote-data-priv.h
exif-mnote-data-priv_8h.htmlGo to the documentation of this file. 00001 /* exif-mnote-data-priv.h 00002  * 00003  * Copyright © 2003 Lutz Müller <lutz@users.sourceforge.net> 00004  * 00005  * This library is free software; you can redistribute it and/or 00006  * modify it under the terms of the GNU Lesser General Public 00007  * License as published by the Free Software Foundation; either 00008  * version 2 of the License, or (at your option) any later version. 00009  * 00010  * This library is distributed in the hope that it will be useful, 00011  * but WITHOUT ANY WARRANTY; without even the implied warranty of 00012  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 00013  * Lesser General Public License for more details. 00014  * 00015  * You should have received a copy of the GNU Lesser General Public 00016  * License along with this library; if not, write to the 00017  * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 00018  * Boston, MA 02111-1307, USA. 00019  */ 00020 
00021 #ifndef __EXIF_MNOTE_DATA_PRIV_H__ 00022 #define __EXIF_MNOTE_DATA_PRIV_H__ 00023 00024 #ifdef __cplusplus 00025 extern "C" {
00026 #endif /* __cplusplus */ 00027 
00028 #include < exif-mnote-data_8h.htmllibexif/exif-mnote-data.h > 00029 #include < exif-byte-order_8h.htmllibexif/exif-byte-order.h > 00030 #include < exif-log_8h.htmllibexif/exif-log.h > 00031 
exif-mnote-data-priv_8h.html#e80352c11e0921d3a390459448a1be1500032  typedef struct struct__ExifMnoteDataMethods.html_ExifMnoteDataMethods  exif-mnote-data-priv_8h.html#e80352c11e0921d3a390459448a1be15ExifMnoteDataMethods ;
struct__ExifMnoteDataMethods.html00033  struct struct__ExifMnoteDataMethods.html_ExifMnoteDataMethods  {
00034 
00035         /* Live cycle */ 00036         void (* struct__ExifMnoteDataMethods.html#235b911b5e76cad1172c5551e6edd609free ) ( struct__ExifMnoteData.htmlExifMnoteData  *);
00037 
00038         /* Modification */ 00039         void (* struct__ExifMnoteDataMethods.html#bd9b0c209efcccfd92be7b3f16f1ff2dsave ) ( struct__ExifMnoteData.htmlExifMnoteData  *, unsigned char **, unsigned int *);
00040         void (* struct__ExifMnoteDataMethods.html#70dd60ad580375fe7533eaea4bf36386load ) ( struct__ExifMnoteData.htmlExifMnoteData  *, const unsigned char *, unsigned int);
00041         void (* struct__ExifMnoteDataMethods.html#23a49245e91ceeb7b8693da10544e84eset_offset )     ( struct__ExifMnoteData.htmlExifMnoteData  *, unsigned int);
00042         void (* struct__ExifMnoteDataMethods.html#d841cedf65defa767e26d59479dbe59bset_byte_order ) ( struct__ExifMnoteData.htmlExifMnoteData  *, exif-byte-order_8h.html#de4a9c512c9cd4723485181c5679f1d5ExifByteOrder );
00043 
00044         /* Query */ 00045         unsigned int (* struct__ExifMnoteDataMethods.html#8c5c9588e9360c9d98362e52563cfdcdcount )           ( struct__ExifMnoteData.htmlExifMnoteData  *);
00046         unsigned int (* struct__ExifMnoteDataMethods.html#6f13f4a3b196ae98e0c8e52011e25f1eget_id )          ( struct__ExifMnoteData.htmlExifMnoteData  *, unsigned int);
00047         const char * (* get_name)        ( struct__ExifMnoteData.htmlExifMnoteData  *, unsigned int);
00048         const char * (* get_title)       ( struct__ExifMnoteData.htmlExifMnoteData  *, unsigned int);
00049         const char * (* get_description) ( struct__ExifMnoteData.htmlExifMnoteData  *, unsigned int);
00050         char * (* get_value)             ( struct__ExifMnoteData.htmlExifMnoteData  *, unsigned int, char *val, unsigned int maxlen);
00051 };
00052 
exif-mnote-data-priv_8h.html#355bcc5e3e2fd88afe575c58035d98e200053  typedef struct struct__ExifMnoteDataPriv.html_ExifMnoteDataPriv  exif-mnote-data-priv_8h.html#355bcc5e3e2fd88afe575c58035d98e2ExifMnoteDataPriv ;
00054 
struct__ExifMnoteData.html00055  struct struct__ExifMnoteData.html_ExifMnoteData  
00056 {
struct__ExifMnoteData.html#c3d56d81088c1a3fb9b6e1f0c6455aaa00057          exif-mnote-data-priv_8h.html#355bcc5e3e2fd88afe575c58035d98e2ExifMnoteDataPriv  * struct__ExifMnoteData.html#c3d56d81088c1a3fb9b6e1f0c6455aaapriv ;
00058 
struct__ExifMnoteData.html#8aa4201e4ba43f3b45356ae8d9bb4bc500059          exif-mnote-data-priv_8h.html#e80352c11e0921d3a390459448a1be15ExifMnoteDataMethods  struct__ExifMnoteData.html#8aa4201e4ba43f3b45356ae8d9bb4bc5methods ;
00060 
00061         /* Logging */ struct__ExifMnoteData.html#84321b0981574521dcae4fcba760c78700062          struct__ExifLog.htmlExifLog  * struct__ExifMnoteData.html#84321b0981574521dcae4fcba760c787log ;
00063 
00064         /* Memory management */ struct__ExifMnoteData.html#5af61de00f29058de1d06484f96145fc00065          struct__ExifMem.htmlExifMem  * struct__ExifMnoteData.html#5af61de00f29058de1d06484f96145fcmem ;
00066 };
00067 
00068 void exif-mnote-data-priv_8h.html#4851f7dbe71b3c0faec2970bcd39e284exif_mnote_data_construct       ( struct__ExifMnoteData.htmlExifMnoteData  *, struct__ExifMem.htmlExifMem  *mem);
00069 void exif-mnote-data-priv_8h.html#97ad703423084ddc95e573fe891905dfexif_mnote_data_set_byte_order  ( struct__ExifMnoteData.htmlExifMnoteData  *, exif-byte-order_8h.html#de4a9c512c9cd4723485181c5679f1d5ExifByteOrder );
00070 void exif-mnote-data-priv_8h.html#cd453a059a4cf3fb6ff1fd87cb85db5cexif_mnote_data_set_offset      ( struct__ExifMnoteData.htmlExifMnoteData  *, unsigned int);
00071 
00072 #ifdef __cplusplus 00073 }
00074 #endif /* __cplusplus */ 00075 
00076 #endif /* __EXIF_MNOTE_PRIV_H__ */ Generated on Sun Apr 23 01:22:39 2006 for EXIF library (libexif) Internals by 
http://www.doxygen.org/index.htmldoxygen  1.4.6 