videoplayback/videoplaybackview/controlinc/videoplaybackprogressbar.h
changeset 62 0e1e938beb1a
parent 52 e3cecb93e76a
equal deleted inserted replaced
59:a76e86df7ccd 62:0e1e938beb1a
    13 *
    13 *
    14 * Description:  Implementation of VideoPlaybackProgressBar
    14 * Description:  Implementation of VideoPlaybackProgressBar
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: da1mmcf#16 %
    18 // Version : %version: da1mmcf#17 %
    19 
    19 
    20 
    20 
    21 
    21 
    22 #ifndef VIDEOPLAYBACKPROGRESSBAR_H_
    22 #ifndef VIDEOPLAYBACKPROGRESSBAR_H_
    23 #define VIDEOPLAYBACKPROGRESSBAR_H_
    23 #define VIDEOPLAYBACKPROGRESSBAR_H_
    43         void updateState( TMPXPlaybackState state );
    43         void updateState( TMPXPlaybackState state );
    44 
    44 
    45     public:
    45     public:
    46         void durationChanged( int duration );
    46         void durationChanged( int duration );
    47         void positionChanged( int position );
    47         void positionChanged( int position );
       
    48         void resetControl();
    48 
    49 
    49     private slots:
    50     private slots:
    50         void handleSliderPressed();
    51         void handleSliderPressed();
    51         void handleSliderMoved( int value );
    52         void handleSliderMoved( int value );
    52         void handleSliderReleased();
    53         void handleSliderReleased();