videoplayback/inc/videobaseplaybackview.h
changeset 63 4707a0db12f6
parent 50 21fe8338c6bf
equal deleted inserted replaced
58:d2b028fd1f7d 63:4707a0db12f6
    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#21 %
    18 // Version : %version:  22 %
    19 
    19 
    20 
    20 
    21 
    21 
    22 // This file defines the API for .dll
    22 // This file defines the API for .dll
    23 
    23 
    91 
    91 
    92         virtual void issuePlayCommand();
    92         virtual void issuePlayCommand();
    93 
    93 
    94         void initializeVideoPlaybackView();
    94         void initializeVideoPlaybackView();
    95 
    95 
    96         void showDialog( const QString& string, bool closeView = true );
    96         void showDialog( const QString& string, bool closeView = true, bool isError = true );
    97 
    97 
    98         virtual void handleClosePlaybackView();
    98         virtual void handleClosePlaybackView();
    99 
    99 
   100         RWindow *getWindow();
   100         RWindow *getWindow();
   101 
   101