videoplayback/hbvideoplaybackview/controlinc/mpxvideoplaybackprogressbar.h
changeset 20 b9e04db066d4
parent 17 69946d1824c4
child 24 7d93ee07fb27
equal deleted inserted replaced
17:69946d1824c4 20:b9e04db066d4
    13 *
    13 *
    14 * Description:  Implementation of QMPXVideoPlaybackProgressBar
    14 * Description:  Implementation of QMPXVideoPlaybackProgressBar
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: da1mmcf#10 %
    18 // Version : %version: da1mmcf#11 %
    19 
    19 
    20 
    20 
    21 
    21 
    22 #ifndef MPXVIDEOPLAYBACKPROGRESSBAR_H_
    22 #ifndef MPXVIDEOPLAYBACKPROGRESSBAR_H_
    23 #define MPXVIDEOPLAYBACKPROGRESSBAR_H_
    23 #define MPXVIDEOPLAYBACKPROGRESSBAR_H_
    24 
    24 
    25 #include <hbwidget.h>
    25 #include <hbwidget.h>
    26 #include <mpxplaybackframeworkdefs.h>
    26 #include <mpxplaybackframeworkdefs.h>
    27 
    27 
    28 class QTimer;
    28 class QTimer;
       
    29 class HbFrameItem;
    29 class HbProgressSlider;
    30 class HbProgressSlider;
    30 class QMPXVideoPlaybackViewFileDetails;
    31 class QMPXVideoPlaybackViewFileDetails;
    31 class QMPXVideoPlaybackControlsController;
    32 class QMPXVideoPlaybackControlsController;
    32 
    33 
    33 class QMPXVideoPlaybackProgressBar : public HbWidget
    34 class QMPXVideoPlaybackProgressBar : public HbWidget
    56         void updatePostion( int position );
    57         void updatePostion( int position );
    57 
    58 
    58     private:
    59     private:
    59         QMPXVideoPlaybackControlsController *mController;
    60         QMPXVideoPlaybackControlsController *mController;
    60         HbProgressSlider                    *mProgressSlider;
    61         HbProgressSlider                    *mProgressSlider;
       
    62         HbFrameItem                         *mFrameItem;
    61 
    63 
    62         int     mDuration;
    64         int     mDuration;
    63         int     mDraggingPosition;
    65         int     mDraggingPosition;
    64         int     mSetPosition;
    66         int     mSetPosition;
    65 
    67