ui/commandhandlers/commandhandlerbase/inc/glxmpxcommandhandler.h
changeset 69 45459746d5e8
parent 62 36d93b4dc635
equal deleted inserted replaced
65:ccee5c4b0de4 69:45459746d5e8
    94 	void CompletionNoteL() const;
    94 	void CompletionNoteL() const;
    95     void TryExitL(TInt aErrorCode);
    95     void TryExitL(TInt aErrorCode);
    96     void CreateMediaListL(int aCollectionId, int aHierarchyId, TGlxFilterItemType aFilterType) ;
    96     void CreateMediaListL(int aCollectionId, int aHierarchyId, TGlxFilterItemType aFilterType) ;
    97     void CreateMediaListAlbumItemL(int aCollectionId, int aHierarchyId, TGlxFilterItemType aFilterType);
    97     void CreateMediaListAlbumItemL(int aCollectionId, int aHierarchyId, TGlxFilterItemType aFilterType);
    98     void executeMpxCommand(bool execute);
    98     void executeMpxCommand(bool execute);
       
    99 protected:
       
   100     mutable bool iIsCmdActive;
    99 private:
   101 private:
   100     // Instance of Media List
   102     // Instance of Media List
   101     MGlxMediaList* iMediaList;
   103     MGlxMediaList* iMediaList;
   102 	TBool iProgressComplete;
   104 	TBool iProgressComplete;
   103 	HbProgressDialog* mProgressDialog;
   105 	HbProgressDialog* mProgressDialog;