photosgallery/viewframework/commandhandlers/commoncommandhandlers/inc/glxcommandhandlerhelp.h
branchRCL_3
changeset 15 191387a8b767
parent 0 4e91876724a2
equal deleted inserted replaced
14:2dac0fdba72b 15:191387a8b767
    94 protected:
    94 protected:
    95     /** see @ref MGlxCommandHandler::ExecuteL */
    95     /** see @ref MGlxCommandHandler::ExecuteL */
    96     TBool ExecuteL(TInt aCommandId);
    96     TBool ExecuteL(TInt aCommandId);
    97     
    97     
    98     /** see @ref MGlxCommandHandler::DynInitMenuPaneL */
    98     /** see @ref MGlxCommandHandler::DynInitMenuPaneL */
    99     void DynInitMenuPaneL(TInt aResourceId, CEikMenuPane* aMenuPane);
    99     void DynInitMenuPaneL(TInt aResourceId, CEikMenuPane* aMenuPane,
       
   100                         TBool aIsBrowseMode);
   100     
   101     
   101     /** see @ref MGlxCommandHandler::OfferKeyEventL */
   102     /** see @ref MGlxCommandHandler::OfferKeyEventL */
   102     TKeyResponse OfferKeyEventL(const TKeyEvent& /*aKeyEvent*/, 
   103     TKeyResponse OfferKeyEventL(const TKeyEvent& /*aKeyEvent*/, 
   103                                                 TEventCode /*aType*/);
   104                                                 TEventCode /*aType*/);
   104     
   105