mpxplugins/viewplugins/views/collectionviewhg/inc/mpxcollectionviewhgimp.h
branchRCL_3
changeset 15 a1247965635c
parent 14 c54d95799c80
child 18 56b11cf8addb
equal deleted inserted replaced
14:c54d95799c80 15:a1247965635c
   126     /**
   126     /**
   127      *  Saves selected album.
   127      *  Saves selected album.
   128      *
   128      *
   129      *  @param aMedia Album to be stored
   129      *  @param aMedia Album to be stored
   130      */
   130      */
   131      void SaveSelectedAlbum (CMPXMedia &aMedia);
   131      void SaveSelectedAlbumL (CMPXMedia &aMedia);
   132 
   132 
   133      /**
   133      /**
   134      *  Restores selected album.
   134      *  Restores selected album.
   135      *
   135      *
   136      *  @return media of restored album
   136      *  @return media of restored album
   280     /**
   280     /**
   281      * Checks if UPnP AP is defined
   281      * Checks if UPnP AP is defined
   282      *
   282      *
   283      * @return ETrue if visible, EFalse otherwise
   283      * @return ETrue if visible, EFalse otherwise
   284      */
   284      */
   285     TBool IsUpnpVisible();
   285     TBool IsUpnpVisibleL();
   286 
   286 
   287     /**
   287     /**
   288      * Displays the available players in the Play via submenu
   288      * Displays the available players in the Play via submenu
   289      *
   289      *
   290      * @param aMenuPane Menu pane to put the sub menu items
   290      * @param aMenuPane Menu pane to put the sub menu items
   876 
   876 
   877     /*
   877     /*
   878  	 * Display information about MusicPlayer version.
   878  	 * Display information about MusicPlayer version.
   879  	 */
   879  	 */
   880      void  DisplayAboutDlgL() const;
   880      void  DisplayAboutDlgL() const;
   881 	 	 
       
   882 	/*
   881 	/*
   883  	 * Internal functions to show the Educating user URI.
   882  	 * Internal functions to show the Educating user URI.
   884  	 */
   883  	 */
   885     void EducatingUserDialog();
   884     void EducatingUserDialog();
   886     TBool NeedToShowEducatingDialog(); 
   885     TBool NeedToShowEducatingDialog();