ui/commandhandlers/commoncommandhandlers/inc/glxcommandhandleraddtocontainer.h
changeset 24 99ad1390cd33
parent 23 74c9f037fd5d
child 29 2c833fc9e98f
equal deleted inserted replaced
23:74c9f037fd5d 24:99ad1390cd33
    42     ~GlxCommandHandlerAddToContainer();
    42     ~GlxCommandHandlerAddToContainer();
    43     CMPXCommand* CreateCommandL(TInt aCommandId, MGlxMediaList& aMediaList, TBool& aConsume) const ;
    43     CMPXCommand* CreateCommandL(TInt aCommandId, MGlxMediaList& aMediaList, TBool& aConsume) const ;
    44     QModelIndexList GetSelectionList(GlxAlbumModel *model,bool *ok = 0) const;
    44     QModelIndexList GetSelectionList(GlxAlbumModel *model,bool *ok = 0) const;
    45 
    45 
    46 private:
    46 private:
       
    47     QString CompletionTextL() const;
       
    48     QString ProgressTextL() const; 
       
    49 private:
    47     static TInt iSelectionCount;
    50     static TInt iSelectionCount;
    48     mutable bool mNewMediaAdded ;
    51     mutable bool mNewMediaAdded ;
    49     mutable CMPXCollectionPath* mTargetContainers ;
    52     mutable CMPXCollectionPath* mTargetContainers ;
    50 
    53 
    51 private slots:    
    54 private slots: