videoplayback/hbvideoplaybackview/controlinc/mpxvideoplaybackprogressbar.h
changeset 35 3738fe97f027
parent 34 bbb98528c666
child 36 8aed59de29f9
equal deleted inserted replaced
34:bbb98528c666 35:3738fe97f027
    13 *
    13 *
    14 * Description:  Implementation of QMPXVideoPlaybackProgressBar
    14 * Description:  Implementation of QMPXVideoPlaybackProgressBar
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: da1mmcf#8 %
    18 // Version : %version: da1mmcf#9 %
    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 HbLabel;
    28 class HbLabel;
    29 class HbFrameItem;
       
    30 class HbProgressBar;
    29 class HbProgressBar;
    31 class QMPXVideoPlaybackViewFileDetails;
    30 class QMPXVideoPlaybackViewFileDetails;
    32 class QMPXVideoPlaybackControlsController;
    31 class QMPXVideoPlaybackControlsController;
    33 
    32 
    34 class QMPXVideoPlaybackProgressBar : public HbWidget
    33 class QMPXVideoPlaybackProgressBar : public HbWidget
    61 
    60 
    62         int                                  mDuration;
    61         int                                  mDuration;
    63         bool                                 mNeedToResumeAfterSetPosition;
    62         bool                                 mNeedToResumeAfterSetPosition;
    64         bool                                 mInitialized;
    63         bool                                 mInitialized;
    65         bool                                 mDragging;
    64         bool                                 mDragging;
    66 
       
    67         HbFrameItem                         *mFrameItem;
       
    68 };
    65 };
    69 
    66 
    70 #endif /*MPXVIDEOPLAYBACKPROGRESSBAR_H_*/
    67 #endif /*MPXVIDEOPLAYBACKPROGRESSBAR_H_*/
    71 
    68