photosgallery/viewframework/commandhandlers/commoncommandhandlers/inc/glxcommandhandlercopyandmove.h
branchRCL_3
changeset 25 191387a8b767
parent 0 4e91876724a2
equal deleted inserted replaced
22:2dac0fdba72b 25:191387a8b767
    38 : public CGlxMpxCommandCommandHandler
    38 : public CGlxMpxCommandCommandHandler
    39     {
    39     {
    40 
    40 
    41 public:
    41 public:
    42     /** 
    42     /** 
    43      * Two-phase constructor: 
    43 	 * Two-phase constructor: 
    44      */
    44 	 */
    45     IMPORT_C static CGlxCommandHandlerCopyAndMove* NewL(MGlxMediaListProvider* aMediaListProvider, TInt aMenuResource);
    45 	IMPORT_C static CGlxCommandHandlerCopyAndMove* NewL(
       
    46 			MGlxMediaListProvider* aMediaListProvider, TInt aMenuResource,
       
    47 			const TDesC& aFileName);
    46     
    48     
    47     /** Destructor */
    49     /** Destructor */
    48     IMPORT_C ~CGlxCommandHandlerCopyAndMove();
    50     IMPORT_C ~CGlxCommandHandlerCopyAndMove();
    49 
    51 
    50 public: // from CGlxMpCommandCommandHandler
    52 public: // from CGlxMpCommandCommandHandler
    55 public: // from CGlxMediaListCommandHandler
    57 public: // from CGlxMediaListCommandHandler
    56     /** See @ref CGlxMediaListCommandHandler::DoDynInitMenuPaneL */
    58     /** See @ref CGlxMediaListCommandHandler::DoDynInitMenuPaneL */
    57     void DoDynInitMenuPaneL(TInt aResourceId, CEikMenuPane* aMenuPane);
    59     void DoDynInitMenuPaneL(TInt aResourceId, CEikMenuPane* aMenuPane);
    58 
    60 
    59 private:
    61 private:
    60     /** Second phase constructor */
    62     /** Second phase constructor
    61     void ConstructL();
    63 	 * @param aResourceFile resource file
       
    64 	 */
       
    65 	void ConstructL(const TDesC& aFileName);
    62 
    66 
    63     /** First phase constructor */
    67     /** First phase constructor */
    64     CGlxCommandHandlerCopyAndMove(MGlxMediaListProvider* aMediaListProvider, TInt aMenuResource);
    68     CGlxCommandHandlerCopyAndMove(MGlxMediaListProvider* aMediaListProvider, TInt aMenuResource);
    65     
    69     
    66     /**
    70     /**