harvester/harvesterplugins/ImagePlugin/inc/harvesterimageplugin.h
changeset 28 c461c7fa72c2
parent 23 33ae025ac1e8
child 43 c5e73110f733
equal deleted inserted replaced
25:8e4539ab1889 28:c461c7fa72c2
    54 		CMdEPropertyDef* iReleaseDatePropertyDef;
    54 		CMdEPropertyDef* iReleaseDatePropertyDef;
    55 		CMdEPropertyDef* iCopyrightPropertyDef;
    55 		CMdEPropertyDef* iCopyrightPropertyDef;
    56 		CMdEPropertyDef* iCaptureDatePropertyDef;
    56 		CMdEPropertyDef* iCaptureDatePropertyDef;
    57 		CMdEPropertyDef* iResolutionUnitPropertyDef;
    57 		CMdEPropertyDef* iResolutionUnitPropertyDef;
    58 		CMdEPropertyDef* iArtistPropertyDef;
    58 		CMdEPropertyDef* iArtistPropertyDef;
       
    59 		CMdEPropertyDef* iDefaultFolderPropertyDef;
    59 		
    60 		
    60 		// Image property definitions
    61 		// Image property definitions
    61 		CMdEPropertyDef* iPixelYDimensionPropertyDef;
    62 		CMdEPropertyDef* iPixelYDimensionPropertyDef;
    62 		CMdEPropertyDef* iPixelXDimensionPropertyDef;
    63 		CMdEPropertyDef* iPixelXDimensionPropertyDef;
    63 		CMdEPropertyDef* iBitsPerSamplePropertyDef;
    64 		CMdEPropertyDef* iBitsPerSamplePropertyDef;
   197         RArray< TMimeTypeMapping<TImageMetadataHandling> > iMimeTypeMappings;
   198         RArray< TMimeTypeMapping<TImageMetadataHandling> > iMimeTypeMappings;
   198         
   199         
   199         CHarvesterImagePluginPropertyDefs* iPropDefs;
   200         CHarvesterImagePluginPropertyDefs* iPropDefs;
   200         
   201         
   201         TInt iMaxTextLength;
   202         TInt iMaxTextLength;
       
   203         
       
   204         HBufC* iPhoneImagesPath;
       
   205         HBufC* iMmcImagesPath;
   202 	};
   206 	};
   203 
   207 
   204 #endif
   208 #endif
   205 
   209