photosgallery/viewframework/commandhandlers/commoncommandhandlers/inc/glxcommandhandlerdetails.h
branchRCL_3
changeset 18 bcb43dc84c44
parent 0 4e91876724a2
child 25 191387a8b767
equal deleted inserted replaced
14:ce1c7ad1f18b 18:bcb43dc84c44
    74     	 */
    74     	 */
    75 		virtual TBool DoExecuteL( TInt aCommandId , MGlxMediaList& aList);
    75 		virtual TBool DoExecuteL( TInt aCommandId , MGlxMediaList& aList);
    76 
    76 
    77 	    /** @see CGlxMediaListCommandHandler::DoIsDisabled */
    77 	    /** @see CGlxMediaListCommandHandler::DoIsDisabled */
    78 	    TBool DoIsDisabled(TInt aCommandId, MGlxMediaList& aList) const;
    78 	    TBool DoIsDisabled(TInt aCommandId, MGlxMediaList& aList) const;
       
    79 	    
       
    80 	    /**
       
    81 	     * It checks whether full screen thumbnail for 
       
    82 	     * focus item is available or not
       
    83     	 * @param aList Medialist to use
       
    84     	 * @return ETrue if any full screen thumbnail available
       
    85 	     */
       
    86 	    TBool IsThumbnailAvailable(MGlxMediaList& aList) const;
    79 	
    87 	
    80 	private: // implementation
    88 	private: // implementation
    81 	
    89 	
    82 		void LaunchViewL(TUid aViewPluginId,const TDesC& aURI);
    90 		void LaunchViewL(TUid aViewPluginId,const TDesC& aURI);
    83 
    91