webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
WebCore::ScrollLatchingState Class Referencefinal

#include <ScrollLatchingState.h>

Public Member Functions

 ScrollLatchingState ()
 
 ~ScrollLatchingState ()
 
void clear ()
 
ElementwheelEventElement ()
 
void setWheelEventElement (Element *)
 
Frameframe ()
 
void setFrame (Frame *frame)
 
bool widgetIsLatched () const
 
void setWidgetIsLatched (bool isOverWidget)
 
ElementpreviousWheelScrolledElement ()
 
void setPreviousWheelScrolledElement (Element *)
 
ContainerNodescrollableContainer ()
 
void setScrollableContainer (ContainerNode *)
 
bool startedGestureAtScrollLimit () const
 
void setStartedGestureAtScrollLimit (bool startedAtLimit)
 

Constructor & Destructor Documentation

◆ ScrollLatchingState()

WebCore::ScrollLatchingState::ScrollLatchingState ( )

◆ ~ScrollLatchingState()

WebCore::ScrollLatchingState::~ScrollLatchingState ( )

Member Function Documentation

◆ clear()

void WebCore::ScrollLatchingState::clear ( )

◆ frame()

Frame* WebCore::ScrollLatchingState::frame ( )
inline

◆ previousWheelScrolledElement()

Element* WebCore::ScrollLatchingState::previousWheelScrolledElement ( )
inline

◆ scrollableContainer()

ContainerNode* WebCore::ScrollLatchingState::scrollableContainer ( )
inline

◆ setFrame()

void WebCore::ScrollLatchingState::setFrame ( Frame frame)
inline

◆ setPreviousWheelScrolledElement()

void WebCore::ScrollLatchingState::setPreviousWheelScrolledElement ( Element element)

◆ setScrollableContainer()

void WebCore::ScrollLatchingState::setScrollableContainer ( ContainerNode container)

◆ setStartedGestureAtScrollLimit()

void WebCore::ScrollLatchingState::setStartedGestureAtScrollLimit ( bool  startedAtLimit)
inline

◆ setWheelEventElement()

void WebCore::ScrollLatchingState::setWheelEventElement ( Element element)

◆ setWidgetIsLatched()

void WebCore::ScrollLatchingState::setWidgetIsLatched ( bool  isOverWidget)

◆ startedGestureAtScrollLimit()

bool WebCore::ScrollLatchingState::startedGestureAtScrollLimit ( ) const
inline

◆ wheelEventElement()

Element* WebCore::ScrollLatchingState::wheelEventElement ( )
inline

◆ widgetIsLatched()

bool WebCore::ScrollLatchingState::widgetIsLatched ( ) const
inline

The documentation for this class was generated from the following files: