videoplayerapp/inc/videoplayerengine.h
changeset 62 0e1e938beb1a
parent 59 a76e86df7ccd
equal deleted inserted replaced
59:a76e86df7ccd 62:0e1e938beb1a
    13 *
    13 *
    14 * Description:  Implementation of VideoPlayerEngine
    14 * Description:  Implementation of VideoPlayerEngine
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: 20 %
    18 // Version : %version: ou1cpsw#22 %
    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>
    31 //FORWARD CLASS DECLARATION
    31 //FORWARD CLASS DECLARATION
    32 
    32 
    33 class MpxViewPlugin;
    33 class MpxViewPlugin;
    34 class VideoServices;
    34 class VideoServices;
    35 class VideoPlaybackWrapper;
    35 class VideoPlaybackWrapper;
       
    36 class AfActivityStorage;
    36 
    37 
    37 /**
    38 /**
    38  *  VideoPlayerEngine
    39  *  VideoPlayerEngine
    39  * 
    40  * 
    40  */
    41  */
    62     signals:
    63     signals:
    63         void applicationReady();
    64         void applicationReady();
    64     
    65     
    65     public slots:
    66     public slots:
    66         void handleCommand( int commandCode );
    67         void handleCommand( int commandCode );
    67         void viewReadySlot();
       
    68 
    68 
    69     private slots:
    69     private slots:
    70         void handleQuit();
    70         void handleQuit();
    71         void serviceQuit();
    71         void serviceQuit();
    72 
    72 
   109         
   109         
   110 
   110 
   111         VideoPlaybackWrapper      *mPlaybackWrapper;
   111         VideoPlaybackWrapper      *mPlaybackWrapper;
   112 
   112 
   113         VideoServices*            mVideoServices;
   113         VideoServices*            mVideoServices;
       
   114         
       
   115         AfActivityStorage*        mActivityStorage;
   114 
   116 
   115 };
   117 };
   116 
   118 
   117 #endif // VIDEOPLAYERENGINE_H
   119 #endif // VIDEOPLAYERENGINE_H
   118 
   120