videoplayback/hbvideoplaybackview/tsrc/testvideoplaybackcontrolscontroller/stub/inc/hbvideobaseplaybackview.h
changeset 46 adbe7d5ba2f5
parent 20 b9e04db066d4
equal deleted inserted replaced
28:c48470be1ba7 46:adbe7d5ba2f5
    13 *
    13 *
    14 * Description:  HB Video playback view
    14 * Description:  HB Video playback view
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: 2 %
    18 // Version : %version: 3 %
    19 
    19 
    20 
    20 
    21 
    21 
    22 // This file defines the API for .dll
    22 // This file defines the API for .dll
    23 
    23 
    41     Q_OBJECT
    41     Q_OBJECT
    42 
    42 
    43     public:
    43     public:
    44         HbVideoBasePlaybackView();
    44         HbVideoBasePlaybackView();
    45         virtual ~HbVideoBasePlaybackView();
    45         virtual ~HbVideoBasePlaybackView();
    46         
       
    47         void mouseReleaseEvent( QGraphicsSceneMouseEvent *event );
       
    48 
    46 
    49     signals:
    47     signals:
    50         void tappedOnScreen();
    48         void tappedOnScreen();
    51 
    49 
    52     public slots:
    50     public slots: