photosgallery/viewframework/texturemanager/inc/glxtexturemanager.h
changeset 1 9ba538e329bd
parent 0 4e91876724a2
child 14 ce1c7ad1f18b
--- a/photosgallery/viewframework/texturemanager/inc/glxtexturemanager.h	Thu Dec 17 08:45:44 2009 +0200
+++ b/photosgallery/viewframework/texturemanager/inc/glxtexturemanager.h	Thu Jan 07 12:46:23 2010 +0200
@@ -188,6 +188,13 @@
                                             TGlxIdSpaceId aIdSpaceId, MGlxTextureObserver* aObserver);
 
     /**
+    * Create a texture from a zoomed thumbnail for a given texture ID
+    * @param aTextureId The texture id, for which the texture is removed.
+    * @return Created texture
+    */
+    IMPORT_C CAlfTexture* CreateZoomedTextureL() ;
+    
+    /**
     * Create an animated texture from a GIF file
     * @param aFilename The filename of the GIF file
     * @param aSize The size of the GIF file
@@ -225,6 +232,11 @@
     */
     IMPORT_C void RemoveTexture(const TGlxMediaId& aMediaId, TBool aAllTexture=EFalse);
     
+    /**
+       * Removes ALL Textures 
+       */
+    IMPORT_C void FlushTextures() ;
+    
 public: // from MGlxSkinChangeObserver
 
     void HandleSkinChanged();