videoplayerapp/inc/videoplayerengine.h
changeset 38 ff53afa8ad05
parent 36 8aed59de29f9
child 39 f6d44a0cd476
equal deleted inserted replaced
37:4eb2df7f7cbe 38:ff53afa8ad05
    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;