videoplayback/inc/mpxvideoplaybackmediadetailsviewer.h
changeset 1 6711b85517b7
parent 0 96612d01cf9f
child 9 5294c000a26d
equal deleted inserted replaced
0:96612d01cf9f 1:6711b85517b7
    13 *
    13 *
    14 * Description:  Media Details Viewer
    14 * Description:  Media Details Viewer
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version:  3 %
    18 // Version : %version:  e003sa33#4 %
    19 
    19 
    20 #ifndef MPXVIDEOPLAYBACKMEDIADETAILSVIEWER_H_
    20 #ifndef MPXVIDEOPLAYBACKMEDIADETAILSVIEWER_H_
    21 #define MPXVIDEOPLAYBACKMEDIADETAILSVIEWER_H_
    21 #define MPXVIDEOPLAYBACKMEDIADETAILSVIEWER_H_
    22 
    22 
    23 //  INCLUDES
    23 //  INCLUDES
   140         /** 
   140         /** 
   141         * Determine the number of items to be shown in the viewer
   141         * Determine the number of items to be shown in the viewer
   142         * @since 9.2 
   142         * @since 9.2 
   143         * @return the number of rows to be created
   143         * @return the number of rows to be created
   144         */         
   144         */         
   145         TInt NumOfItemsShownInViewer();
   145         TInt NumOfItemsShownInViewerL();
   146         
   146         
   147         /** 
   147         /** 
   148         * Dynamically calculate determine the viewer rectangle dyanmically
   148         * Dynamically calculate determine the viewer rectangle dyanmically
   149         * @since 9.2 
   149         * @since 9.2 
   150         * @return the viewer rect
   150         * @return the viewer rect
   151         */                   
   151         */                   
   152         TRect CalculateViewerRect();          
   152         TRect CalculateViewerRectL();          
   153                 
   153                 
   154 
   154 
   155     private:    // Data
   155     private:    // Data
   156         CMPXVideoPlaybackControlsController* iController;
   156         CMPXVideoPlaybackControlsController* iController;
   157         
   157