webengine/osswebengine/WebKit/s60/webview/WebFrame.h
changeset 10 a359256acfc6
parent 0 dd21522fd290
child 37 ac77f89b1d9e
equal deleted inserted replaced
5:10e98eab6f85 10:a359256acfc6
   106     void scalingFactorChanged(int factor);
   106     void scalingFactorChanged(int factor);
   107     void makeVisiblePlugins(TBool visible);
   107     void makeVisiblePlugins(TBool visible);
   108     bool executeScript(const WebCore::String& script);
   108     bool executeScript(const WebCore::String& script);
   109     WebCore::Node* getClosestAnchorElement(const TPoint& pt, TPoint& newPos);
   109     WebCore::Node* getClosestAnchorElement(const TPoint& pt, TPoint& newPos);
   110     
   110     
       
   111     void setpluginToScroll(bool pluginScroll){m_pluginToScroll=pluginScroll;}
       
   112     bool pluginToScroll(){return m_pluginToScroll;}
       
   113     
   111 private:
   114 private:
   112     WebFrame(const WebFrame&);                    // not implemented
   115     WebFrame(const WebFrame&);                    // not implemented
   113     WebFrame& operator=(const WebFrame&);         // not implemented    
   116     WebFrame& operator=(const WebFrame&);         // not implemented    
   114 
   117 
   115     WebFrameView*                   m_view;              // the frame view
   118     WebFrameView*                   m_view;              // the frame view
   116     RefPtr<WebFrameLoaderClient>    m_loaderClient;      // the loader client
   119     RefPtr<WebFrameLoaderClient>    m_loaderClient;      // the loader client
   117     WebFrameBridge*                 m_bridge;        // the bridge
   120     WebFrameBridge*                 m_bridge;        // the bridge
       
   121     bool                            m_pluginToScroll;
   118 };
   122 };
   119 
   123 
   120 // utility functions
   124 // utility functions
   121 WebCore::Frame* core(const WebFrame*);
   125 WebCore::Frame* core(const WebFrame*);
   122 WebFrame* kit(WebCore::Frame*);
   126 WebFrame* kit(WebCore::Frame*);