webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
WebCore::ScrollableAreaParameters Struct Reference

#include <ScrollingCoordinator.h>

Public Member Functions

 ScrollableAreaParameters ()
 
bool operator== (const ScrollableAreaParameters &other) const
 
 ScrollableAreaParameters ()
 
bool operator== (const ScrollableAreaParameters &other) const
 

Public Attributes

ScrollElasticity horizontalScrollElasticity
 
ScrollElasticity verticalScrollElasticity
 
ScrollbarMode horizontalScrollbarMode
 
ScrollbarMode verticalScrollbarMode
 
bool hasEnabledHorizontalScrollbar
 
bool hasEnabledVerticalScrollbar
 

Constructor & Destructor Documentation

◆ ScrollableAreaParameters() [1/2]

WebCore::ScrollableAreaParameters::ScrollableAreaParameters ( )
inline

◆ ScrollableAreaParameters() [2/2]

WebCore::ScrollableAreaParameters::ScrollableAreaParameters ( )
inline

Member Function Documentation

◆ operator==() [1/2]

bool WebCore::ScrollableAreaParameters::operator== ( const ScrollableAreaParameters other) const
inline

◆ operator==() [2/2]

bool WebCore::ScrollableAreaParameters::operator== ( const ScrollableAreaParameters other) const
inline

Member Data Documentation

◆ hasEnabledHorizontalScrollbar

bool WebCore::ScrollableAreaParameters::hasEnabledHorizontalScrollbar

◆ hasEnabledVerticalScrollbar

bool WebCore::ScrollableAreaParameters::hasEnabledVerticalScrollbar

◆ horizontalScrollbarMode

ScrollbarMode WebCore::ScrollableAreaParameters::horizontalScrollbarMode

◆ horizontalScrollElasticity

ScrollElasticity WebCore::ScrollableAreaParameters::horizontalScrollElasticity

◆ verticalScrollbarMode

ScrollbarMode WebCore::ScrollableAreaParameters::verticalScrollbarMode

◆ verticalScrollElasticity

ScrollElasticity WebCore::ScrollableAreaParameters::verticalScrollElasticity

The documentation for this struct was generated from the following file: