webengine/osswebengine/WebKit/s60/plugins/PluginWin.h
branchRCL_3
changeset 47 e1bea15f9a39
parent 44 800203832575
child 48 79859ed3eea9
equal deleted inserted replaced
46:30342f40acbf 47:e1bea15f9a39
   488 	CFbsBitmap* PluginBitmap() {return m_pausedBitmap; }
   488 	CFbsBitmap* PluginBitmap() {return m_pausedBitmap; }
   489 	void GetBitmapFromPlugin (bool status);
   489 	void GetBitmapFromPlugin (bool status);
   490 	void ClearPluginBitmap();
   490 	void ClearPluginBitmap();
   491 	TBool IsCollectBitmapSupported();
   491 	TBool IsCollectBitmapSupported();
   492 	void drawBitmapToWebCoreContext();
   492 	void drawBitmapToWebCoreContext();
       
   493 	void notifyAPChange(void* ap);
   493     protected: // New functions
   494     protected: // New functions
   494 
   495 
   495         /**
   496         /**
   496         * C++ default constructor.
   497         * C++ default constructor.
   497         *
   498         *
   517         bool                                m_forceScroll;
   518         bool                                m_forceScroll;
   518         bool                                m_visibilty;
   519         bool                                m_visibilty;
   519         CFbsBitmap*                         m_pausedBitmap;       //Plugin paused Bitmap
   520         CFbsBitmap*                         m_pausedBitmap;       //Plugin paused Bitmap
   520         bool                                m_pluginHasBitmap;
   521         bool                                m_pluginHasBitmap;
   521         bool                                m_BitmapSupported;
   522         bool                                m_BitmapSupported;
       
   523         bool                                m_PluginInvisibleOnPinchZoom; 
   522     };
   524     };
   523 
   525 
   524 
   526 
   525 #endif      // PluginWin_H
   527 #endif      // PluginWin_H
   526 
   528