videoplayback/hbvideoplaybackview/tsrc/testvideoplaybackcontrolscontroller/stub/inc/hbvideobaseplaybackview.h
changeset 20 b9e04db066d4
parent 15 cf5481c2bc0b
child 40 13331705e488
equal deleted inserted replaced
17:69946d1824c4 20:b9e04db066d4
    13 *
    13 *
    14 * Description:  HB Video playback view
    14 * Description:  HB Video playback view
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: 1 %
    18 // Version : %version: 2 %
    19 
    19 
    20 
    20 
    21 
    21 
    22 // This file defines the API for .dll
    22 // This file defines the API for .dll
    23 
    23 
    46         
    46         
    47         void mouseReleaseEvent( QGraphicsSceneMouseEvent *event );
    47         void mouseReleaseEvent( QGraphicsSceneMouseEvent *event );
    48 
    48 
    49     signals:
    49     signals:
    50         void tappedOnScreen();
    50         void tappedOnScreen();
       
    51 
       
    52     public slots:
       
    53         void closePlaybackView();
       
    54 
       
    55     public:
       
    56         bool mViewClosed;
       
    57 
    51 };
    58 };
    52 
    59 
    53 #endif  // __HBVIDEOBASEPLAYBACKVIEW_H__
    60 #endif  // __HBVIDEOBASEPLAYBACKVIEW_H__
    54 
    61 
    55 // EOF
    62 // EOF