videoplayerapp/inc/videoplayerengine.h
changeset 59 a76e86df7ccd
parent 52 e3cecb93e76a
child 62 0e1e938beb1a
equal deleted inserted replaced
52:e3cecb93e76a 59:a76e86df7ccd
    13 *
    13 *
    14 * Description:  Implementation of VideoPlayerEngine
    14 * Description:  Implementation of VideoPlayerEngine
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: 19 %
    18 // Version : %version: 20 %
    19 
    19 
    20 #ifndef VIDEOPLAYERENGINE_H
    20 #ifndef VIDEOPLAYERENGINE_H
    21 #define VIDEOPLAYERENGINE_H
    21 #define VIDEOPLAYERENGINE_H
    22 
    22 
    23 #include <qobject.h>
    23 #include <qobject.h>
    66         void handleCommand( int commandCode );
    66         void handleCommand( int commandCode );
    67         void viewReadySlot();
    67         void viewReadySlot();
    68 
    68 
    69     private slots:
    69     private slots:
    70         void handleQuit();
    70         void handleQuit();
       
    71         void serviceQuit();
    71 
    72 
    72     private:
    73     private:
    73         void activateView( MpxHbVideoCommon::MpxHbVideoViewType viewType );
    74         void activateView( MpxHbVideoCommon::MpxHbVideoViewType viewType );
    74 
    75 
    75         void connectView();
    76         void connectView();