diff -r 4e91876724a2 -r 9ba538e329bd photosgallery/viewframework/medialists/inc/glxattributecontext.h --- a/photosgallery/viewframework/medialists/inc/glxattributecontext.h Thu Dec 17 08:45:44 2009 +0200 +++ b/photosgallery/viewframework/medialists/inc/glxattributecontext.h Thu Jan 07 12:46:23 2010 +0200 @@ -70,6 +70,13 @@ * Sets granularity of the item index array returned from AttributeRequestL */ IMPORT_C void SetGranularity(TUint aGranularity); + + /** + * Sets the default fetch specification. + * @param aWidth the width of required bitmap. + * @param aHeight the heigth of required bitmap. + */ + IMPORT_C void SetDefaultSpec(TInt aWidth, TInt aHeight); public: // From MGlxFetchContext /// See @ref MGlxFetchContext::AttributeRequestL @@ -114,6 +121,9 @@ * Granularity of the item index array returned from AttributeRequestL */ TUint iGranularity; + + /** Size of the default spec */ + TSize iDefaultSpecSize; /** Tester class */ friend class T_CGlxAttributeContext;