webengine/osswebengine/WebKit/s60/plugins/PluginWin.h
branchRCL_3
changeset 42 a1a5d4e727e8
parent 37 ac77f89b1d9e
child 44 800203832575
equal deleted inserted replaced
41:4bd5176e1bc8 42:a1a5d4e727e8
   479     void ToggleScreenMode(bool aFullScreen);
   479     void ToggleScreenMode(bool aFullScreen);
   480     void PlayPausePluginL (bool pause);
   480     void PlayPausePluginL (bool pause);
   481     void HandlePointerEventFromPluginL(const TPointerEvent& aEvent);
   481     void HandlePointerEventFromPluginL(const TPointerEvent& aEvent);
   482     TBool HandleGesture(const TStmGestureEvent& aEvent);    
   482     TBool HandleGesture(const TStmGestureEvent& aEvent);    
   483 	TBool Windowed() { return m_windowedPlugin;}
   483 	TBool Windowed() { return m_windowedPlugin;}
       
   484 	bool containsPoint(WebView& view, const TPoint& pt);
   484     protected: // New functions
   485     protected: // New functions
   485 
   486 
   486         /**
   487         /**
   487         * C++ default constructor.
   488         * C++ default constructor.
   488         *
   489         *
   504         bool                                m_transparentPlugin;
   505         bool                                m_transparentPlugin;
   505         CFbsBitmap*                         m_bitmap;       //The bitmap for windowless plugin
   506         CFbsBitmap*                         m_bitmap;       //The bitmap for windowless plugin
   506         bool                                m_fullscreen;
   507         bool                                m_fullscreen;
   507         bool                                m_windowCreated;
   508         bool                                m_windowCreated;
   508         bool                                m_forceScroll;
   509         bool                                m_forceScroll;
       
   510         bool                                m_visibilty;
   509     };
   511     };
   510 
   512 
   511 
   513 
   512 #endif      // PluginWin_H
   514 #endif      // PluginWin_H
   513 
   515