photosgallery/viewframework/texturemanager/inc/glxtexturemanager.h
branchRCL_3
changeset 19 420f6808bf21
parent 12 ce1c7ad1f18b
child 23 b023a8d2866a
equal deleted inserted replaced
18:78ad99c24f08 19:420f6808bf21
   237     /**
   237     /**
   238        * Removes ALL Textures 
   238        * Removes ALL Textures 
   239        */
   239        */
   240     IMPORT_C void FlushTextures() ;
   240     IMPORT_C void FlushTextures() ;
   241     
   241     
       
   242    /**
       
   243     * Animate the given media.
       
   244     * @param aMediaId The Id of the media to be animated
       
   245     * @param aState Animation state [ETrue to Start, EFalse to Stop]
       
   246     */
       
   247     IMPORT_C void AnimateMediaItem(const TGlxMediaId& aMediaId, TBool aState);
       
   248     
   242 public: // from MGlxSkinChangeObserver
   249 public: // from MGlxSkinChangeObserver
   243 
   250 
   244     void HandleSkinChanged();    
   251     void HandleSkinChanged();    
   245 
   252 
   246 
   253