webengine/osswebengine/WebKit/s60/webview/WebFrameView.h
changeset 15 60c5402cb945
parent 5 10e98eab6f85
child 42 a1a5d4e727e8
equal deleted inserted replaced
11:c8a366e56285 15:60c5402cb945
    96 
    96 
    97     TPoint nearestPointInFrame(const TPoint &aPoint);
    97     TPoint nearestPointInFrame(const TPoint &aPoint);
    98     TPoint frameCoordsInViewCoords(const TPoint& aPoint);
    98     TPoint frameCoordsInViewCoords(const TPoint& aPoint);
    99     TPoint viewCoordsInFrameCoords(const TPoint& aPoint);
    99     TPoint viewCoordsInFrameCoords(const TPoint& aPoint);
   100     TRect rectInGlobalCoords() const;
   100     TRect rectInGlobalCoords() const;
   101 
   101     TRect frameCoordsInViewCoords(const TRect &aRect);
       
   102     
   102     void checkScrollbarVisibility();
   103     void checkScrollbarVisibility();
   103     int getBidiWidth();
   104     int getBidiWidth();
   104     bool needScroll(const TPoint& aPoint);
   105     bool needScroll(const TPoint& aPoint);
   105 private:
   106 private:
   106     WebFrameView(const WebFrameView&);            // not implemented
   107     WebFrameView(const WebFrameView&);            // not implemented
   123     bool    m_allowsScrolling;
   124     bool    m_allowsScrolling;
   124     bool    m_mayUseCopyScroll;
   125     bool    m_mayUseCopyScroll;
   125 
   126 
   126     bool    m_resizeByEngine;
   127     bool    m_resizeByEngine;
   127     int     m_refCount;
   128     int     m_refCount;
       
   129 	TBool   m_isVisible;
   128 };
   130 };
   129 
   131 
   130 #endif // END OF FILE
   132 #endif // END OF FILE