ui/uiengine/medialists/inc/glxthumbnailcontext.h
changeset 29 2c833fc9e98f
parent 23 74c9f037fd5d
equal deleted inserted replaced
26:c499df2dbb33 29:2c833fc9e98f
    29 // Forward declarations
    29 // Forward declarations
    30 
    30 
    31 class CGlxAttributeContext;
    31 class CGlxAttributeContext;
    32 class CGlxDRMUtility;
    32 class CGlxDRMUtility;
    33 class CGlxResolutionUtility;
    33 class CGlxResolutionUtility;
    34 class MGlxCache;
    34 //class MGlxCache;
    35 class MGlxMediaList;
    35 class MGlxMediaList;
    36 class TGlxMedia;
    36 class TGlxMedia;
    37 
    37 
    38 /**
    38 /**
    39  *  CGlxThumbnailContext
    39  *  CGlxThumbnailContext
   205 
   205 
   206     /** Iterator for traversing the list */
   206     /** Iterator for traversing the list */
   207     MGlxMediaListIterator* iIterator;	
   207     MGlxMediaListIterator* iIterator;	
   208 
   208 
   209     /** Cache manager interface (owned) */
   209     /** Cache manager interface (owned) */
   210     MGlxCache* iCache;
   210     //MGlxCache* iCache;
   211 
   211 
   212     /** Utility to translate between pixels and poss units */
   212     /** Utility to translate between pixels and poss units */
   213     CGlxResolutionUtility* iResolutionUtility;
   213     CGlxResolutionUtility* iResolutionUtility;
   214 
   214 
   215     /** DRM utility for checking rights */
   215     /** DRM utility for checking rights */