videoplayback/inc/hbvideobaseplaybackview.h
changeset 35 3738fe97f027
parent 34 bbb98528c666
child 37 4eb2df7f7cbe
equal deleted inserted replaced
34:bbb98528c666 35:3738fe97f027
    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#12 %
    18 // Version : %version:  da1mmcf#13 %
    19 
    19 
    20 
    20 
    21 
    21 
    22 // This file defines the API for .dll
    22 // This file defines the API for .dll
    23 
    23 
    49         void activatePreviousView();
    49         void activatePreviousView();
    50         void tappedOnScreen();
    50         void tappedOnScreen();
    51 
    51 
    52     protected slots:
    52     protected slots:
    53         virtual void closePlaybackView();
    53         virtual void closePlaybackView();
       
    54         void handleClosePopupDialog();
    54 
    55 
    55     public:
    56     public:
    56 
    57 
    57         virtual void retrievePdlInformation();
    58         virtual void retrievePdlInformation();
    58         
    59         
    83         virtual void handleBufferingState();
    84         virtual void handleBufferingState();
    84 
    85 
    85         virtual void issuePlayCommand();
    86         virtual void issuePlayCommand();
    86 
    87 
    87         void initializeVideoPlaybackView();
    88         void initializeVideoPlaybackView();
    88         void displayInfoMessage( const QString& qString );
    89 		
    89         void displayErrorMessage( const QString& qString );
    90         void showDialog( const QString& qString, bool closeView = true );
    90 
    91 
    91         virtual void handleClosePlaybackView();
    92         virtual void handleClosePlaybackView();
    92         
    93         
    93         bool event( QEvent *event );
    94         bool event( QEvent *event );
    94 
    95