|
virtual | ~Scrollbar () |
|
void | offsetDidChange () |
|
ScrollableArea & | scrollableArea () const |
|
bool | isCustomScrollbar () const |
|
ScrollbarOrientation | orientation () const |
|
int | value () const |
|
float | currentPos () const |
|
int | pressedPos () const |
|
int | visibleSize () const |
|
int | totalSize () const |
|
int | maximum () const |
|
ScrollbarControlSize | controlSize () const |
|
int | occupiedWidth () const |
|
int | occupiedHeight () const |
|
int | lineStep () const |
|
int | pageStep () const |
|
float | pixelStep () const |
|
ScrollbarPart | pressedPart () const |
|
ScrollbarPart | hoveredPart () const |
|
virtual void | setHoveredPart (ScrollbarPart) |
|
virtual void | setPressedPart (ScrollbarPart) |
|
WEBCORE_EXPORT void | setSteps (int lineStep, int pageStep, int pixelsPerStep=1) |
|
WEBCORE_EXPORT void | setProportion (int visibleSize, int totalSize) |
|
void | setPressedPos (int p) |
|
void | paint (GraphicsContext &, const IntRect &damageRect) override |
|
bool | enabled () const |
|
virtual void | setEnabled (bool) |
|
virtual bool | isOverlayScrollbar () const |
|
bool | shouldParticipateInHitTesting () |
|
bool | isWindowActive () const |
|
WEBCORE_EXPORT bool | mouseMoved (const PlatformMouseEvent &) |
|
WEBCORE_EXPORT void | mouseEntered () |
|
WEBCORE_EXPORT bool | mouseExited () |
|
WEBCORE_EXPORT bool | mouseUp (const PlatformMouseEvent &) |
|
WEBCORE_EXPORT bool | mouseDown (const PlatformMouseEvent &) |
|
ScrollbarTheme & | theme () const |
|
void | invalidateRect (const IntRect &) override |
|
bool | suppressInvalidation () const |
|
void | setSuppressInvalidation (bool s) |
|
virtual void | styleChanged () |
|
IntRect | convertToContainingView (const IntRect &) const override |
|
IntRect | convertFromContainingView (const IntRect &) const override |
|
IntPoint | convertToContainingView (const IntPoint &) const override |
|
IntPoint | convertFromContainingView (const IntPoint &) const override |
|
void | moveThumb (int pos, bool draggingDocument=false) |
|
bool | isAlphaLocked () const |
|
void | setIsAlphaLocked (bool flag) |
|
float | opacity () const |
|
void | setOpacity (float opacity) |
|
bool | supportsUpdateOnSecondaryThread () const |
|
WeakPtr< Scrollbar > | createWeakPtr () |
|
virtual | ~Scrollbar () |
|
void | offsetDidChange () |
|
ScrollableArea & | scrollableArea () const |
|
bool | isCustomScrollbar () const |
|
ScrollbarOrientation | orientation () const |
|
int | value () const |
|
float | currentPos () const |
|
int | pressedPos () const |
|
int | visibleSize () const |
|
int | totalSize () const |
|
int | maximum () const |
|
ScrollbarControlSize | controlSize () const |
|
int | occupiedWidth () const |
|
int | occupiedHeight () const |
|
int | lineStep () const |
|
int | pageStep () const |
|
float | pixelStep () const |
|
ScrollbarPart | pressedPart () const |
|
ScrollbarPart | hoveredPart () const |
|
virtual void | setHoveredPart (ScrollbarPart) |
|
virtual void | setPressedPart (ScrollbarPart) |
|
WEBCORE_EXPORT void | setSteps (int lineStep, int pageStep, int pixelsPerStep=1) |
|
WEBCORE_EXPORT void | setProportion (int visibleSize, int totalSize) |
|
void | setPressedPos (int p) |
|
void | paint (GraphicsContext &, const IntRect &damageRect) override |
|
bool | enabled () const |
|
virtual void | setEnabled (bool) |
|
virtual bool | isOverlayScrollbar () const |
|
bool | shouldParticipateInHitTesting () |
|
bool | isWindowActive () const |
|
WEBCORE_EXPORT bool | mouseMoved (const PlatformMouseEvent &) |
|
WEBCORE_EXPORT void | mouseEntered () |
|
WEBCORE_EXPORT bool | mouseExited () |
|
WEBCORE_EXPORT bool | mouseUp (const PlatformMouseEvent &) |
|
WEBCORE_EXPORT bool | mouseDown (const PlatformMouseEvent &) |
|
ScrollbarTheme & | theme () const |
|
void | invalidateRect (const IntRect &) override |
|
bool | suppressInvalidation () const |
|
void | setSuppressInvalidation (bool s) |
|
virtual void | styleChanged () |
|
IntRect | convertToContainingView (const IntRect &) const override |
|
IntRect | convertFromContainingView (const IntRect &) const override |
|
IntPoint | convertToContainingView (const IntPoint &) const override |
|
IntPoint | convertFromContainingView (const IntPoint &) const override |
|
void | moveThumb (int pos, bool draggingDocument=false) |
|
bool | isAlphaLocked () const |
|
void | setIsAlphaLocked (bool flag) |
|
float | opacity () const |
|
void | setOpacity (float opacity) |
|
bool | supportsUpdateOnSecondaryThread () const |
|
WeakPtr< Scrollbar > | createWeakPtr () |
|
WEBCORE_EXPORT | Widget (PlatformWidget=nullptr) |
|
virtual WEBCORE_EXPORT | ~Widget () |
|
WEBCORE_EXPORT PlatformWidget | platformWidget () const |
|
WEBCORE_EXPORT void | setPlatformWidget (PlatformWidget) |
|
int | x () const |
|
int | y () const |
|
int | width () const |
|
int | height () const |
|
IntSize | size () const |
|
IntPoint | location () const |
|
virtual WEBCORE_EXPORT void | setFrameRect (const IntRect &) |
|
WEBCORE_EXPORT IntRect | frameRect () const |
|
IntRect | boundsRect () const |
|
void | resize (int w, int h) |
|
void | resize (const IntSize &s) |
|
void | move (int x, int y) |
|
void | move (const IntPoint &p) |
|
void | invalidate () |
|
virtual WEBCORE_EXPORT void | setFocus (bool) |
|
void | setCursor (const Cursor &) |
|
virtual WEBCORE_EXPORT void | show () |
|
virtual WEBCORE_EXPORT void | hide () |
|
bool | isSelfVisible () const |
|
bool | isParentVisible () const |
|
bool | isVisible () const |
|
virtual void | setParentVisible (bool visible) |
|
void | setSelfVisible (bool v) |
|
void | setIsSelected (bool) |
|
virtual bool | isFrameView () const |
|
virtual bool | isPluginView () const |
|
virtual bool | isPluginViewBase () const |
|
virtual bool | isScrollView () const |
|
WEBCORE_EXPORT void | removeFromParent () |
|
virtual WEBCORE_EXPORT void | setParent (ScrollView *view) |
|
ScrollView * | parent () const |
|
FrameView * | root () const |
|
virtual void | handleEvent (Event *) |
|
virtual void | notifyWidget (WidgetNotification) |
|
WEBCORE_EXPORT IntRect | convertToRootView (const IntRect &) const |
|
IntRect | convertFromRootView (const IntRect &) const |
|
IntPoint | convertToRootView (const IntPoint &) const |
|
IntPoint | convertFromRootView (const IntPoint &) const |
|
WEBCORE_EXPORT IntRect | convertToContainingWindow (const IntRect &) const |
|
IntRect | convertFromContainingWindow (const IntRect &) const |
|
WEBCORE_EXPORT IntPoint | convertToContainingWindow (const IntPoint &) const |
|
IntPoint | convertFromContainingWindow (const IntPoint &) const |
|
virtual void | frameRectsChanged () |
|
virtual void | clipRectChanged () |
|
virtual bool | transformsAffectFrameRect () |
|
WeakPtr< Widget > | createWeakPtr () |
|
WEBCORE_EXPORT | Widget (PlatformWidget=nullptr) |
|
virtual WEBCORE_EXPORT | ~Widget () |
|
WEBCORE_EXPORT PlatformWidget | platformWidget () const |
|
WEBCORE_EXPORT void | setPlatformWidget (PlatformWidget) |
|
int | x () const |
|
int | y () const |
|
int | width () const |
|
int | height () const |
|
IntSize | size () const |
|
IntPoint | location () const |
|
virtual WEBCORE_EXPORT void | setFrameRect (const IntRect &) |
|
WEBCORE_EXPORT IntRect | frameRect () const |
|
IntRect | boundsRect () const |
|
void | resize (int w, int h) |
|
void | resize (const IntSize &s) |
|
void | move (int x, int y) |
|
void | move (const IntPoint &p) |
|
void | invalidate () |
|
virtual WEBCORE_EXPORT void | setFocus (bool) |
|
void | setCursor (const Cursor &) |
|
virtual WEBCORE_EXPORT void | show () |
|
virtual WEBCORE_EXPORT void | hide () |
|
bool | isSelfVisible () const |
|
bool | isParentVisible () const |
|
bool | isVisible () const |
|
virtual void | setParentVisible (bool visible) |
|
void | setSelfVisible (bool v) |
|
void | setIsSelected (bool) |
|
virtual bool | isFrameView () const |
|
virtual bool | isPluginView () const |
|
virtual bool | isPluginViewBase () const |
|
virtual bool | isScrollView () const |
|
WEBCORE_EXPORT void | removeFromParent () |
|
virtual WEBCORE_EXPORT void | setParent (ScrollView *view) |
|
ScrollView * | parent () const |
|
FrameView * | root () const |
|
virtual void | handleEvent (Event *) |
|
virtual void | notifyWidget (WidgetNotification) |
|
WEBCORE_EXPORT IntRect | convertToRootView (const IntRect &) const |
|
IntRect | convertFromRootView (const IntRect &) const |
|
IntPoint | convertToRootView (const IntPoint &) const |
|
IntPoint | convertFromRootView (const IntPoint &) const |
|
WEBCORE_EXPORT IntRect | convertToContainingWindow (const IntRect &) const |
|
IntRect | convertFromContainingWindow (const IntRect &) const |
|
WEBCORE_EXPORT IntPoint | convertToContainingWindow (const IntPoint &) const |
|
IntPoint | convertFromContainingWindow (const IntPoint &) const |
|
virtual void | frameRectsChanged () |
|
virtual void | clipRectChanged () |
|
virtual bool | transformsAffectFrameRect () |
|
WeakPtr< Widget > | createWeakPtr () |
|
void | deref () const |
|
void | deref () const |
|
void | deref () const |
|
void | ref () const |
|
bool | hasOneRef () const |
|
unsigned | refCount () const |
|
void | relaxAdoptionRequirement () |
|
void | ref () const |
|
bool | hasOneRef () const |
|
unsigned | refCount () const |
|
void | relaxAdoptionRequirement () |
|
void | ref () const |
|
bool | hasOneRef () const |
|
unsigned | refCount () const |
|
void | relaxAdoptionRequirement () |
|