videoplayback/hbvideoplaybackview/controlinc/mpxvideoplaybackprogressbar.h
changeset 24 7d93ee07fb27
parent 20 b9e04db066d4
child 47 45e72b57a2fd
equal deleted inserted replaced
20:b9e04db066d4 24:7d93ee07fb27
    13 *
    13 *
    14 * Description:  Implementation of QMPXVideoPlaybackProgressBar
    14 * Description:  Implementation of QMPXVideoPlaybackProgressBar
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: da1mmcf#11 %
    18 // Version : %version: da1mmcf#12 %
    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;
       
    30 class HbProgressSlider;
    29 class HbProgressSlider;
    31 class QMPXVideoPlaybackViewFileDetails;
    30 class QMPXVideoPlaybackViewFileDetails;
    32 class QMPXVideoPlaybackControlsController;
    31 class QMPXVideoPlaybackControlsController;
    33 
    32 
    34 class QMPXVideoPlaybackProgressBar : public HbWidget
    33 class QMPXVideoPlaybackProgressBar : public HbWidget
    57         void updatePostion( int position );
    56         void updatePostion( int position );
    58 
    57 
    59     private:
    58     private:
    60         QMPXVideoPlaybackControlsController *mController;
    59         QMPXVideoPlaybackControlsController *mController;
    61         HbProgressSlider                    *mProgressSlider;
    60         HbProgressSlider                    *mProgressSlider;
    62         HbFrameItem                         *mFrameItem;
       
    63 
    61 
    64         int     mDuration;
    62         int     mDuration;
    65         int     mDraggingPosition;
    63         int     mDraggingPosition;
    66         int     mSetPosition;
    64         int     mSetPosition;
    67 
    65