mpxplugins/viewplugins/views/collectionviewhg/inc/mpxcollectionviewhgimp.h
branchRCL_3
changeset 11 13afc0e517bd
parent 2 b70d77332e66
child 14 943ff5625028
equal deleted inserted replaced
5:2a40e88564c8 11:13afc0e517bd
    51 class CMPXCommonUiHelper;
    51 class CMPXCommonUiHelper;
    52 class CMediaRecognizer;
    52 class CMediaRecognizer;
    53 class CMediatorCommandInitiator;
    53 class CMediatorCommandInitiator;
    54 class CSendUi;
    54 class CSendUi;
    55 class CUpnpCopyCommand;
    55 class CUpnpCopyCommand;
       
    56 
       
    57 #ifdef BACKSTEPPING_INCLUDED
    56 class MMPXBackSteppingUtility;
    58 class MMPXBackSteppingUtility;
       
    59 #endif // BACKSTEPPING_INCLUDED
       
    60 
    57 class MMPXCollectionUtility;
    61 class MMPXCollectionUtility;
    58 class MMPXPlaybackUtility;
    62 class MMPXPlaybackUtility;
    59 class MMPXPlayerManager;
    63 class MMPXPlayerManager;
    60 class MMPXViewUtility;
    64 class MMPXViewUtility;
    61 class MProfileEngine;
    65 class MProfileEngine;
   845     void OpenArtistAlbumsL();
   849     void OpenArtistAlbumsL();
   846     void OpenPlaylistsL();
   850     void OpenPlaylistsL();
   847     void OpenGenreL();
   851     void OpenGenreL();
   848     void OpenPodcastsL();
   852     void OpenPodcastsL();
   849 
   853 
       
   854     static TInt IADCheckTimerCallBack(TAny* aHgViewObject); //directly called
       
   855     void StartCheckingforIADUpdates(); //indirectly called
   850 
   856 
   851 private:    // Data
   857 private:    // Data
   852 
   858 
   853     MMPXCollectionUtility*      iCollectionUtility;
   859     MMPXCollectionUtility*      iCollectionUtility;
   854     CMPXCollectionViewHgContainer* iContainer;
   860     CMPXCollectionViewHgContainer* iContainer;
   937 
   943 
   938 #ifdef __ENABLE_PODCAST_IN_MUSIC_MENU
   944 #ifdef __ENABLE_PODCAST_IN_MUSIC_MENU
   939     TBool iPodcast;
   945     TBool iPodcast;
   940 #endif // __ENABLE_PODCAST_IN_MUSIC_MENU
   946 #endif // __ENABLE_PODCAST_IN_MUSIC_MENU
   941 
   947 
       
   948 #ifdef BACKSTEPPING_INCLUDED
   942     MMPXBackSteppingUtility* iBackSteppingUtility;
   949     MMPXBackSteppingUtility* iBackSteppingUtility;
       
   950     TBool iActivateBackStepping;
       
   951 #endif // BACKSTEPPING_INCLUDED
   943 
   952 
   944     TBool iUSBOnGoing;
   953     TBool iUSBOnGoing;
   945     TBool iInAlbumArtDialog;
   954     TBool iInAlbumArtDialog;
   946     TBool iDisablePodcasting;
   955     TBool iDisablePodcasting;
   947     TProcessPriority iPriority;
   956     TProcessPriority iPriority;
   965     // Progress note for delete
   974     // Progress note for delete
   966     CAknProgressDialog*	iProgressDialog;
   975     CAknProgressDialog*	iProgressDialog;
   967     CEikProgressInfo*	iProgressInfo;
   976     CEikProgressInfo*	iProgressInfo;
   968     TBool iIsAddingToPlaylist;  // flag used to handle the return by adding songs incrementally
   977     TBool iIsAddingToPlaylist;  // flag used to handle the return by adding songs incrementally
   969     CUpnpCopyCommand* iUpnpCopyCommand;
   978     CUpnpCopyCommand* iUpnpCopyCommand;
   970     TBool iActivateBackStepping;
   979 
   971     TBool iOpeningNote; // Waitnote is opening
   980     TBool iOpeningNote; // Waitnote is opening
   972 	TBool iMarkedAll;
   981 	TBool iMarkedAll;
   973 	TBool iFirstIncrementalBatch;
   982 	TBool iFirstIncrementalBatch;
       
   983 
       
   984     CPeriodic* iTimer;
   974     };
   985     };
   975 
   986 
   976 #endif  // C_CMPXCOLLECTIONVIEWHGIMP_H
   987 #endif  // C_CMPXCOLLECTIONVIEWHGIMP_H
   977 
   988 
   978 // End of File
   989 // End of File