webengine/osswebengine/WebKit/s60/webview/WebView.h
branchRCL_3
changeset 62 c711bdda59f4
parent 58 220a17280356
child 64 ac77f89b1d9e
equal deleted inserted replaced
59:1f3c3f2f5b0a 62:c711bdda59f4
   362         
   362         
   363         /**
   363         /**
   364         * To set the Bitmap zooming Out for Pinch
   364         * To set the Bitmap zooming Out for Pinch
   365         */
   365         */
   366         void setPinchBitmapZoomOut(int zoomLevel);
   366         void setPinchBitmapZoomOut(int zoomLevel);
       
   367         
       
   368         /**
       
   369         * Recreate Plugins in case of Retry Connection
       
   370         */
       
   371         void reCreatePlugins();
   367 
   372 
   368     public: // from MPageScalerCallback
   373     public: // from MPageScalerCallback
   369         /**
   374         /**
   370         *
   375         *
   371         * @since 3.1
   376         * @since 3.1
   582         bool                m_redirectWithLockedHistory;
   587         bool                m_redirectWithLockedHistory;
   583         // full screen mode
   588         // full screen mode
   584         WebPageFullScreenHandler* m_pageFullScreenHandler;  // owned
   589         WebPageFullScreenHandler* m_pageFullScreenHandler;  // owned
   585         bool m_viewIsScrolling;
   590         bool m_viewIsScrolling;
   586         bool m_viewIsFastScrolling;
   591         bool m_viewIsFastScrolling;
   587         TPoint* m_ptrbuffer;
       
   588 
   592 
   589         // synchronous requests
   593         // synchronous requests
   590         bool                m_synchRequestPending;
   594         bool                m_synchRequestPending;
   591         //Indicates any plugin is activated/deactivated
   595         //Indicates any plugin is activated/deactivated
   592         bool                m_showCursor;
   596         bool                m_showCursor;