videoplayerapp/inc/videoplayerengine.h
changeset 36 8aed59de29f9
parent 35 3738fe97f027
child 38 ff53afa8ad05
--- 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 <qobject.h>
 #include <mpxviewpluginqt.h>
 
+#include <f32file.h>
+
 #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;