uiaccelerator_plat/alf_core_toolkit_api/inc/uiacceltk/HuiSkin.h
changeset 19 f5bac0badc7e
parent 0 15bf7259bb7c
equal deleted inserted replaced
14:83d2d132aa58 19:f5bac0badc7e
   239      * allocation of the texture failed. KErrNotSupported if invalid skin
   239      * allocation of the texture failed. KErrNotSupported if invalid skin
   240      * texture id is provided.
   240      * texture id is provided.
   241 	 */
   241 	 */
   242     IMPORT_C virtual TInt GetTexture(TInt aSkinTextureResource,
   242     IMPORT_C virtual TInt GetTexture(TInt aSkinTextureResource,
   243                                      const CHuiTexture*& aOutTexture);
   243                                      const CHuiTexture*& aOutTexture);
   244                                      
   244                                  
   245                                      
   245     /**
       
   246      * Release cached textures.
       
   247      */                                     
       
   248     void ReleaseCachedTextures();
       
   249                                          
   246 public:
   250 public:
   247 
   251 
   248     /* Implementation of MHuiTextureContentObserver. */
   252     /* Implementation of MHuiTextureContentObserver. */
   249     
   253     
   250     IMPORT_C void TextureContentUploaded(CHuiTexture& aTexture);
   254     IMPORT_C void TextureContentUploaded(CHuiTexture& aTexture);