videoplayerapp/inc/videoplayerengine.h
changeset 24 7d93ee07fb27
parent 17 69946d1824c4
child 28 c48470be1ba7
equal deleted inserted replaced
20:b9e04db066d4 24:7d93ee07fb27
    13 *
    13 *
    14 * Description:  Implementation of QVideoPlayerEngine
    14 * Description:  Implementation of QVideoPlayerEngine
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: 12 %
    18 // Version : %version: 13 %
    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>
    78         void doDelayedLoad();
    78         void doDelayedLoad();
    79         
    79         
    80         void createPlayAndDetailsViews();
    80         void createPlayAndDetailsViews();
    81         
    81         
    82         void setCurrentView();
    82         void setCurrentView();
       
    83         
       
    84         bool isPlayServiceInvoked();        
    83 
    85 
    84     private:
    86     private:
    85         bool                      mIsService;
    87         bool                      mIsService;
    86         bool                      mEmbedded;
    88         bool                      mEmbedded;
    87         bool					  mDelayedLoadDone;
    89         bool					  mDelayedLoadDone;
       
    90         bool                      mIsPlayService;
    88 
    91 
    89         MpxViewPlugin*            mCurrentViewPlugin;
    92         MpxViewPlugin*            mCurrentViewPlugin;
    90         MpxViewPlugin*            mPlaybackViewPlugin; 
    93         MpxViewPlugin*            mPlaybackViewPlugin; 
    91         MpxViewPlugin*            mCollectionViewPlugin; 
    94         MpxViewPlugin*            mCollectionViewPlugin; 
    92         MpxViewPlugin*            mFileDetailsViewPlugin;
    95         MpxViewPlugin*            mFileDetailsViewPlugin;