webengine/osswebengine/WebKit/s60/webview/WebPageScrollHandler.h
changeset 5 10e98eab6f85
parent 1 7c90e6132015
child 28 d39add9822e2
equal deleted inserted replaced
1:7c90e6132015 5:10e98eab6f85
   122 
   122 
   123         /**
   123         /**
   124         * @since 5.0
   124         * @since 5.0
   125         * param
   125         * param
   126         * return
   126         * return
       
   127         */ 
       
   128         void clearScrollingElement();
       
   129         
       
   130         /**
       
   131         * @since 5.0
       
   132         * param
       
   133         * return
   127         */
   134         */
   128         WebFrameView* currentScrollingFrameView() { return m_scrollableView.m_frameView;}
   135         WebFrameView* currentScrollingFrameView() { return m_scrollableView.m_frameView;}
   129         
   136         
   130         /**
   137         /**
   131         * @since 5.0
   138         * @since 5.0
   132         * param
   139         * param
   133         * return
   140         * return
   134         */
   141         */
       
   142         WebCore::Element* currentScrollingElement() { return m_scrollableView.m_scrollingElement;}
       
   143         
       
   144         /**
       
   145         * @since 5.0
       
   146         * param
       
   147         * return
       
   148         */
   135         void updateScrolling(const TPointerEvent& pointerEvent);
   149         void updateScrolling(const TPointerEvent& pointerEvent);
   136         
   150         
   137         /**
   151         /**
   138         * @since 5.0
   152         * @since 5.0
   139         * param
   153         * param
   140         * return
   154         * return
   141         */
   155         */
   142         void scrollContent();
   156         void scrollContent();
       
   157         
       
   158         /**
       
   159         * @since 5.0
       
   160         * param
       
   161         * return
       
   162         */
       
   163         void scrollContent(TPoint& scrollDelta);
       
   164         
   143         /**
   165         /**
   144         * @since 5.0
   166         * @since 5.0
   145         * param
   167         * param
   146         * return
   168         * return
   147         */
   169         */