webengine/osswebengine/WebKit/s60/webview/WebFrame.h
branchRCL_3
changeset 37 ac77f89b1d9e
parent 10 a359256acfc6
child 38 4917f9bf7995
equal deleted inserted replaced
36:c711bdda59f4 37:ac77f89b1d9e
    95 
    95 
    96     void notifyPluginsOfScrolling();
    96     void notifyPluginsOfScrolling();
    97     void notifyPluginOfScrolling(WebCore::RenderObject* renderer);
    97     void notifyPluginOfScrolling(WebCore::RenderObject* renderer);
    98     PluginSkin* focusedPlugin();
    98     PluginSkin* focusedPlugin();
    99     WebFrame* frameAtPoint(const TPoint& pt_);
    99     WebFrame* frameAtPoint(const TPoint& pt_);
       
   100     void PlayPausePlugins(bool pause);
   100     
   101     
   101     // utility functions
   102     // utility functions
   102     int imageCount(bool visibleOnly_);
   103     int imageCount(bool visibleOnly_);
   103     CArrayFixFlat<TBrCtlImageCarrier>* imageData(bool visibleOnly_);
   104     CArrayFixFlat<TBrCtlImageCarrier>* imageData(bool visibleOnly_);
   104     CArrayFixFlat<TBrCtlSubscribeTo>* findSubscribeTo();
   105     CArrayFixFlat<TBrCtlSubscribeTo>* findSubscribeTo();
   106     void scalingFactorChanged(int factor);
   107     void scalingFactorChanged(int factor);
   107     void makeVisiblePlugins(TBool visible);
   108     void makeVisiblePlugins(TBool visible);
   108     bool executeScript(const WebCore::String& script);
   109     bool executeScript(const WebCore::String& script);
   109     WebCore::Node* getClosestAnchorElement(const TPoint& pt, TPoint& newPos);
   110     WebCore::Node* getClosestAnchorElement(const TPoint& pt, TPoint& newPos);
   110     
   111     
   111     void setpluginToScroll(bool pluginScroll){m_pluginToScroll=pluginScroll;}
       
   112     bool pluginToScroll(){return m_pluginToScroll;}
       
   113     
   112     
   114 private:
   113 private:
   115     WebFrame(const WebFrame&);                    // not implemented
   114     WebFrame(const WebFrame&);                    // not implemented
   116     WebFrame& operator=(const WebFrame&);         // not implemented    
   115     WebFrame& operator=(const WebFrame&);         // not implemented    
   117 
   116