webengine/osswebengine/WebKit/s60/plugins/PluginWin.h
changeset 42 d39add9822e2
parent 36 0ed94ceaa377
child 64 ac77f89b1d9e
child 65 5bfc169077b2
equal deleted inserted replaced
38:6297cdf66332 42:d39add9822e2
    24 #include <e32def.h>
    24 #include <e32def.h>
    25 #include <coecntrl.h>
    25 #include <coecntrl.h>
    26 #include <pluginadapterinterface.h>
    26 #include <pluginadapterinterface.h>
    27 #include <npapi.h>
    27 #include <npapi.h>
    28 #include <rt_gesturehelper.h>
    28 #include <rt_gesturehelper.h>
       
    29 #include <stmgestureinterface.h>
    29 
    30 
    30 // FORWARD DECLARATIONS
    31 // FORWARD DECLARATIONS
    31 class PluginSkin;
    32 class PluginSkin;
    32 class PluginHandler;
    33 class PluginHandler;
    33 class PluginStream;
    34 class PluginStream;
   476     
   477     
   477     
   478     
   478     void ToggleScreenMode(bool aFullScreen);
   479     void ToggleScreenMode(bool aFullScreen);
   479     void PlayPausePluginL ();
   480     void PlayPausePluginL ();
   480     void HandlePointerEventFromPluginL(const TPointerEvent& aEvent);
   481     void HandlePointerEventFromPluginL(const TPointerEvent& aEvent);
   481     TBool HandleGesture(const RT_GestureHelper::TGestureEvent& aEvent);    
   482     TBool HandleGesture(const TStmGestureEvent& aEvent);    
   482 	TBool Windowed() { return m_windowedPlugin;}
   483 	TBool Windowed() { return m_windowedPlugin;}
   483     protected: // New functions
   484     protected: // New functions
   484 
   485 
   485         /**
   486         /**
   486         * C++ default constructor.
   487         * C++ default constructor.