photosgallery/viewframework/views/viewbase/inc/glxviewbase.h
branchRCL_3
changeset 14 2dac0fdba72b
parent 11 71da52165949
child 24 ea65f74e6de4
equal deleted inserted replaced
13:bcb43dc84c44 14:2dac0fdba72b
   228     /**
   228     /**
   229      * Gets the title pane instance.
   229      * Gets the title pane instance.
   230      */
   230      */
   231     CAknTitlePane* GetTitlePaneL();
   231     CAknTitlePane* GetTitlePaneL();
   232 
   232 
       
   233     /*
       
   234      * Set toolbar items dimmed.
       
   235      * @param aDimmed Flag for the toolbar items to be dimmed.
       
   236      */
       
   237     void SetToolbarItemsDimmed(TBool aDimmed);
       
   238     
   233 protected:
   239 protected:
   234 	/**
   240 	/**
   235 	 * Optionally implemented by sub-classes to prepare command handlers.
   241 	 * Optionally implemented by sub-classes to prepare command handlers.
   236 	 * Called once for every command handler added to the view.
   242 	 * Called once for every command handler added to the view.
   237 	 * @param aCommandHandler command handler added to the view.
   243 	 * @param aCommandHandler command handler added to the view.