videoplayerapp/inc/videoplayerengine.h
changeset 55 4bfa887905cf
parent 50 21fe8338c6bf
child 58 d2b028fd1f7d
equal deleted inserted replaced
50:21fe8338c6bf 55:4bfa887905cf
    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();