mpxplugins/viewplugins/views/podcastview/inc/mpxpodcastcollectionviewimp.h
branchRCL_3
changeset 18 c54d95799c80
parent 0 ff3acec5bc43
child 21 a1247965635c
equal deleted inserted replaced
17:c8156a91d13c 18:c54d95799c80
    22 
    22 
    23 
    23 
    24 // INCLUDES
    24 // INCLUDES
    25 #include <eikspmod.h>
    25 #include <eikspmod.h>
    26 #include <eikclb.h>
    26 #include <eikclb.h>
    27 #include <AknProgressDialog.h>  // MProgressDialogCallback
       
    28 #include <eikprogi.h>
    27 #include <eikprogi.h>
    29 #include <AknWaitDialog.h>
    28 #include <AknWaitDialog.h>
    30 #include <mpxmediageneraldefs.h>
    29 #include <mpxmediageneraldefs.h>
    31 #include <mpxcollectionobserver.h>
    30 #include <mpxcollectionobserver.h>
    32 #include <mpxplaybackobserver.h>
    31 #include <mpxplaybackobserver.h>
   152      *
   151      *
   153      */
   152      */
   154     void UpdateOptionMenuL();
   153     void UpdateOptionMenuL();
   155 
   154 
   156     /**
   155     /**
   157      * Start either the delete progress note
   156      * Start either the delete wait note
   158      */
   157      */
   159     void StartProgressNoteL();
   158     void StartDeleteWaitNoteL();
   160 
   159 
   161     /**
   160     /**
   162      * Updates the progress note text and progress bar
   161      * Updates the delete wait note text
   163      * 
   162      * 
   164      * @param	aProgress 		Indicates the portion of the process completed
   163      * @param 	aDeleteText	Text to be displayed on the delete wait note  	
   165      * @param 	aProgressText	Text to be displayed on the progress note  	
   164      */
   166      */
   165     void UpdateProcessL(const TDesC& aDeleteNoteText);
   167     void UpdateProcessL(TInt aProgress,const TDesC& aProgressText);
       
   168 
   166 
   169     /**
   167     /**
   170      * Updates the copy to remote menu attachment
   168      * Updates the copy to remote menu attachment
   171      *
   169      *
   172      */
   170      */
   676     TInt iCurrentlyAttachedCopyToMenuPane;
   674     TInt iCurrentlyAttachedCopyToMenuPane;
   677     HBufC* iSubPlayerName;
   675     HBufC* iSubPlayerName;
   678     TBool iUpnpFrameworkSupport;
   676     TBool iUpnpFrameworkSupport;
   679 
   677 
   680     TMPXItemId iSelectedItem;
   678     TMPXItemId iSelectedItem;
   681     // Progress note for delete
   679     // Wait note for delete
   682     CAknProgressDialog*	iProgressDialog;
   680     CAknWaitDialog*	iWaitDialog;
   683     CEikProgressInfo*	iProgressInfo;
       
   684 #ifdef UPNP_INCLUDED
   681 #ifdef UPNP_INCLUDED
   685     CUpnpCopyCommand* iUpnpCopyCommand; 
   682     CUpnpCopyCommand* iUpnpCopyCommand; 
   686 #endif
   683 #endif
   687     };
   684     };
   688 
   685