videoplayback/inc/hbvideobaseplaybackview.h
changeset 24 7d93ee07fb27
parent 20 b9e04db066d4
child 28 c48470be1ba7
equal deleted inserted replaced
20:b9e04db066d4 24:7d93ee07fb27
    13 *
    13 *
    14 * Description:  MPX Video base playback view
    14 * Description:  MPX Video base playback view
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version:  da1mmcf#14 %
    18 // Version : %version:  da1mmcf#15 %
    19 
    19 
    20 
    20 
    21 
    21 
    22 // This file defines the API for .dll
    22 // This file defines the API for .dll
    23 
    23 
    90         void initializeVideoPlaybackView();
    90         void initializeVideoPlaybackView();
    91 		
    91 		
    92         void showDialog( const QString& qString, bool closeView = true );
    92         void showDialog( const QString& qString, bool closeView = true );
    93 
    93 
    94         virtual void handleClosePlaybackView();
    94         virtual void handleClosePlaybackView();
    95         
       
    96         bool event( QEvent *event );
       
    97 
    95 
    98         RWindow *getWindow();
    96         RWindow *getWindow();
       
    97 
       
    98         bool eventFilter( QObject *object, QEvent *event );
    99 
    99 
   100     protected:
   100     protected:
   101 
   101 
   102         void mousePressEvent( QGraphicsSceneMouseEvent *event );
   102         void mousePressEvent( QGraphicsSceneMouseEvent *event );
   103         void mouseReleaseEvent( QGraphicsSceneMouseEvent *event );
   103         void mouseReleaseEvent( QGraphicsSceneMouseEvent *event );