photosgallery/viewframework/commandhandlers/commandhandlerbase/inc/glxcommandhandler.h
branchRCL_3
changeset 25 191387a8b767
parent 0 4e91876724a2
equal deleted inserted replaced
22:2dac0fdba72b 25:191387a8b767
    49 	
    49 	
    50 	/**
    50 	/**
    51 	 * Modify a menu before it is displayed.
    51 	 * Modify a menu before it is displayed.
    52 	 * @param aResourceId The resource ID of the menu
    52 	 * @param aResourceId The resource ID of the menu
    53 	 * @param aMenuPane The in-memory representation of the menu pane
    53 	 * @param aMenuPane The in-memory representation of the menu pane
       
    54  	 * @param aIsBrowseMode ETrue if in grid view
    54 	 */
    55 	 */
    55 	virtual void DynInitMenuPaneL(TInt aResourceId, CEikMenuPane* aMenuPane) = 0;
    56 	virtual void DynInitMenuPaneL(TInt aResourceId, CEikMenuPane* aMenuPane,
       
    57                                    TBool aIsBrowseMode) = 0;
    56 
    58 
    57 	/**
    59 	/**
    58 	 * Called when the owning view is activated
    60 	 * Called when the owning view is activated
    59 	 * @param aViewId The ID of the view
    61 	 * @param aViewId The ID of the view
    60 	 */
    62 	 */