webengine/osswebengine/WebKit/s60/plugins/PluginWin.h
changeset 11 c8a366e56285
parent 10 a359256acfc6
child 15 60c5402cb945
equal deleted inserted replaced
10:a359256acfc6 11:c8a366e56285
   477     
   477     
   478     void ToggleScreenMode(bool aFullScreen);
   478     void ToggleScreenMode(bool aFullScreen);
   479     void PlayPausePluginL ();
   479     void PlayPausePluginL ();
   480     void HandlePointerEventFromPluginL(const TPointerEvent& aEvent);
   480     void HandlePointerEventFromPluginL(const TPointerEvent& aEvent);
   481     TBool HandleGesture(const RT_GestureHelper::TGestureEvent& aEvent);    
   481     TBool HandleGesture(const RT_GestureHelper::TGestureEvent& aEvent);    
       
   482 	TBool Windowed() { return m_windowedPlugin;}
   482     protected: // New functions
   483     protected: // New functions
   483 
   484 
   484         /**
   485         /**
   485         * C++ default constructor.
   486         * C++ default constructor.
   486         *
   487         *
   499         PluginSkin*                         m_pluginskin;      //not owned               
   500         PluginSkin*                         m_pluginskin;      //not owned               
   500         TBool                               m_pluginfocus;
   501         TBool                               m_pluginfocus;
   501         bool                                m_windowedPlugin;
   502         bool                                m_windowedPlugin;
   502         bool                                m_transparentPlugin;
   503         bool                                m_transparentPlugin;
   503         CFbsBitmap*                         m_bitmap;       //The bitmap for windowless plugin
   504         CFbsBitmap*                         m_bitmap;       //The bitmap for windowless plugin
   504         CFbsBitmap*                         m_mask;         //The mask for transparent windowless plugin
       
   505         CFbsBitmapDevice*                   m_bitmapDeviceMask;
       
   506         CFbsBitGc*                          m_bitmapContextMask; 
       
   507         bool                                m_fullscreen;
   505         bool                                m_fullscreen;
   508         bool                                m_windowCreated;
   506         bool                                m_windowCreated;
   509         bool                                m_forceScroll;
   507         bool                                m_forceScroll;
   510     };
   508     };
   511 
   509