webengine/osswebengine/WebKit/s60/webview/WebFrame.h
branchRCL_3
changeset 44 800203832575
parent 38 4917f9bf7995
child 47 e1bea15f9a39
equal deleted inserted replaced
42:a1a5d4e727e8 44:800203832575
    95 
    95 
    96     void notifyPluginsOfPositionChange();
    96     void notifyPluginsOfPositionChange();
    97     void notifyPluginOfPositionChange(PluginSkin* plg);
    97     void notifyPluginOfPositionChange(PluginSkin* plg);
    98     PluginSkin* focusedPlugin();
    98     PluginSkin* focusedPlugin();
    99     WebFrame* frameAtPoint(const TPoint& pt_);
    99     WebFrame* frameAtPoint(const TPoint& pt_);
   100     void PlayPausePlugins(bool pause);
       
   101     void reCreatePlugins();
   100     void reCreatePlugins();
   102     
   101     
   103     // utility functions
   102     // utility functions
   104     int imageCount(bool visibleOnly_);
   103     int imageCount(bool visibleOnly_);
   105     CArrayFixFlat<TBrCtlImageCarrier>* imageData(bool visibleOnly_);
   104     CArrayFixFlat<TBrCtlImageCarrier>* imageData(bool visibleOnly_);
   107 
   106 
   108     void scalingFactorChanged(int factor);
   107     void scalingFactorChanged(int factor);
   109     void makeVisiblePlugins(TBool visible);
   108     void makeVisiblePlugins(TBool visible);
   110     bool executeScript(const WebCore::String& script);
   109     bool executeScript(const WebCore::String& script);
   111     WebCore::Node* getClosestAnchorElement(const TPoint& pt, TPoint& newPos);
   110     WebCore::Node* getClosestAnchorElement(const TPoint& pt, TPoint& newPos);
   112     
   111 
   113     
   112 	void ScrollOrPinchStatus(bool status);
       
   113 
   114 private:
   114 private:
   115     WebFrame(const WebFrame&);                    // not implemented
   115     WebFrame(const WebFrame&);                    // not implemented
   116     WebFrame& operator=(const WebFrame&);         // not implemented    
   116     WebFrame& operator=(const WebFrame&);         // not implemented    
   117 
   117 
   118     WebFrameView*                   m_view;              // the frame view
   118     WebFrameView*                   m_view;              // the frame view