mpxplugins/viewplugins/inc/mpxmetadataeditordialog.h
branchRCL_3
changeset 17 c8156a91d13c
parent 14 943ff5625028
child 18 c54d95799c80
equal deleted inserted replaced
15:171e07ac910f 17:c8156a91d13c
    41 class CMPXCommonUiHelper;
    41 class CMPXCommonUiHelper;
    42 class CMPXMedia;
    42 class CMPXMedia;
    43 class MMPXCollectionUiHelper;
    43 class MMPXCollectionUiHelper;
    44 class CAknPopupField;
    44 class CAknPopupField;
    45 class CIdle;
    45 class CIdle;
       
    46 namespace DRM
       
    47     {
       
    48     class CDrmUiHandling;
       
    49     }
    46 
    50 
    47 // CLASS DECLARATION
    51 // CLASS DECLARATION
    48 /*
    52 /*
    49 * Provides query dialog for changing track's library.
    53 * Provides query dialog for changing track's library.
    50 */
    54 */
   409     /**
   413     /**
   410      * Populates file details window for podcasts
   414      * Populates file details window for podcasts
   411      */
   415      */
   412     void PopulatePodcastFileDetailsL();
   416     void PopulatePodcastFileDetailsL();
   413 
   417 
       
   418 
       
   419     /**
       
   420      * Launch DRM information popup
       
   421      */
       
   422     void LaunchDrmInfoL();
       
   423 
   414 	
   424 	
   415     /**
   425     /**
   416      * Add parts Of time.
   426      * Add parts Of time.
   417      * @param aIntYrs year information
   427      * @param aIntYrs year information
   418      * @param aIntMon month information
   428      * @param aIntMon month information
   608     TBool                                   iUnknownGenre;
   618     TBool                                   iUnknownGenre;
   609     TBool                                   iDrmDetails; // Flags if DRMRightsManager.rsc was loaded
   619     TBool                                   iDrmDetails; // Flags if DRMRightsManager.rsc was loaded
   610     TBool                                   iDisablePodcasting;
   620     TBool                                   iDisablePodcasting;
   611     CIdle*                                  iIdle;
   621     CIdle*                                  iIdle;
   612     TBool                                   iTryingExit;
   622     TBool                                   iTryingExit;
       
   623     DRM::CDrmUiHandling* iDrmUiHandler;
   613     };
   624     };
   614 
   625 
   615 #endif  // MPXMETADATAEDITORDIALOG_H
   626 #endif  // MPXMETADATAEDITORDIALOG_H
   616 
   627 
   617 // End of File
   628 // End of File