videoplayback/hbvideoplaybackview/controlinc/mpxvideoplaybackdetailsplaybackwindow.h
changeset 46 adbe7d5ba2f5
parent 20 b9e04db066d4
equal deleted inserted replaced
28:c48470be1ba7 46:adbe7d5ba2f5
    13 *
    13 *
    14 * Description:  Implementation of QMPXVideoPlaybackDetailsPlaybackWindow
    14 * Description:  Implementation of QMPXVideoPlaybackDetailsPlaybackWindow
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version:  6 %
    18 // Version : %version:  7 %
    19 
    19 
    20 
    20 
    21 
    21 
    22 #ifndef MPXVIDEOPLAYBACKDETAILSPLAYBACKWINDOW_H_
    22 #ifndef MPXVIDEOPLAYBACKDETAILSPLAYBACKWINDOW_H_
    23 #define MPXVIDEOPLAYBACKDETAILSPLAYBACKWINDOW_H_
    23 #define MPXVIDEOPLAYBACKDETAILSPLAYBACKWINDOW_H_
    35     public:
    35     public:
    36         QMPXVideoPlaybackDetailsPlaybackWindow( QMPXVideoPlaybackControlsController* controller );
    36         QMPXVideoPlaybackDetailsPlaybackWindow( QMPXVideoPlaybackControlsController* controller );
    37         virtual ~QMPXVideoPlaybackDetailsPlaybackWindow();
    37         virtual ~QMPXVideoPlaybackDetailsPlaybackWindow();
    38         void initialize();
    38         void initialize();
    39         void updateState( TMPXPlaybackState state );
    39         void updateState( TMPXPlaybackState state );
    40         void mousePressEvent( QGraphicsSceneMouseEvent *event );
       
    41         void mouseReleaseEvent( QGraphicsSceneMouseEvent *event );
       
    42 
    40 
    43     private slots:
    41     private slots:
    44         void playPause();
    42         void playPause();
    45 
    43 
    46     private:
    44     private: