webengine/osswebengine/WebKit/s60/plugins/PluginWin.h
changeset 8 7c90e6132015
parent 0 dd21522fd290
child 13 10e98eab6f85
--- a/webengine/osswebengine/WebKit/s60/plugins/PluginWin.h	Mon Mar 30 12:54:55 2009 +0300
+++ b/webengine/osswebengine/WebKit/s60/plugins/PluginWin.h	Fri May 08 08:25:06 2009 +0300
@@ -25,6 +25,7 @@
 #include <coecntrl.h>
 #include <PluginAdapterInterface.h>
 #include <npapi.h>
+#include <rt_gesturehelper.h>
 
 // FORWARD DECLARATIONS
 class PluginSkin;
@@ -354,7 +355,12 @@
         * @return
         */
         void pluginDeactivate();        
-        
+        /**
+        * zoom on double tap on the plugin
+        * Sets the cursor poistion
+        * @return
+        */
+        void adaptiveZoom(const TPoint& aCurPosition);
 
 public: // Functions from MPluginAdapter
 
@@ -483,6 +489,9 @@
     
     
     void TogleScreenMode(bool aFullScreen);
+    void PlayPausePluginL ();
+    void HandlePointerEventFromPluginL(const TPointerEvent& aEvent);
+    TBool HandleGesture(const RT_GestureHelper::TGestureEvent& aEvent);    
     protected: // New functions
 
         /**