diff -r 3738fe97f027 -r 8aed59de29f9 videoplayerapp/inc/videoplayerengine.h --- a/videoplayerapp/inc/videoplayerengine.h Thu Apr 01 23:32:44 2010 +0300 +++ b/videoplayerapp/inc/videoplayerengine.h Fri Apr 16 18:13:14 2010 +0300 @@ -15,7 +15,7 @@ * */ -// Version : %version: ou1cpsw#10 % +// Version : %version: 12 % #ifndef VIDEOPLAYERENGINE_H #define VIDEOPLAYERENGINE_H @@ -23,6 +23,8 @@ #include #include +#include + #include "mpxhbvideocommondefs.h" #include "videoplayerappexport.h" @@ -54,6 +56,7 @@ public: void initialize(); void playMedia( QString filePath ); + void playMedia( RFile file ); void setEmbedded(); public slots: @@ -70,9 +73,13 @@ void switchView(); - void loadPlugin( MpxHbVideoCommon::MpxHbVideoViewType viewType ); + void loadPluginAndCreateView( MpxHbVideoCommon::MpxHbVideoViewType viewType ); void doDelayedLoad(); + + void createPlayAndDetailsViews(); + + void setCurrentView(); private: bool mIsService;