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

#include <HitTestRequest.h>

Public Types

enum  RequestType {
  ReadOnly = 1 << 1, Active = 1 << 2, Move = 1 << 3, Release = 1 << 4,
  IgnoreClipping = 1 << 5, SVGClipContent = 1 << 6, TouchEvent = 1 << 7, DisallowUserAgentShadowContent = 1 << 8,
  AllowFrameScrollbars = 1 << 9, AllowChildFrameContent = 1 << 10, ChildFrameHitTest = 1 << 11, AccessibilityHitTest = 1 << 12,
  ReadOnly = 1 << 1, Active = 1 << 2, Move = 1 << 3, Release = 1 << 4,
  IgnoreClipping = 1 << 5, SVGClipContent = 1 << 6, TouchEvent = 1 << 7, DisallowUserAgentShadowContent = 1 << 8,
  AllowFrameScrollbars = 1 << 9, AllowChildFrameContent = 1 << 10, ChildFrameHitTest = 1 << 11, AccessibilityHitTest = 1 << 12
}
 
enum  RequestType {
  ReadOnly = 1 << 1, Active = 1 << 2, Move = 1 << 3, Release = 1 << 4,
  IgnoreClipping = 1 << 5, SVGClipContent = 1 << 6, TouchEvent = 1 << 7, DisallowUserAgentShadowContent = 1 << 8,
  AllowFrameScrollbars = 1 << 9, AllowChildFrameContent = 1 << 10, ChildFrameHitTest = 1 << 11, AccessibilityHitTest = 1 << 12,
  ReadOnly = 1 << 1, Active = 1 << 2, Move = 1 << 3, Release = 1 << 4,
  IgnoreClipping = 1 << 5, SVGClipContent = 1 << 6, TouchEvent = 1 << 7, DisallowUserAgentShadowContent = 1 << 8,
  AllowFrameScrollbars = 1 << 9, AllowChildFrameContent = 1 << 10, ChildFrameHitTest = 1 << 11, AccessibilityHitTest = 1 << 12
}
 
typedef unsigned HitTestRequestType
 
typedef unsigned HitTestRequestType
 

Public Member Functions

 HitTestRequest (HitTestRequestType requestType=ReadOnly|Active|DisallowUserAgentShadowContent)
 
bool readOnly () const
 
bool active () const
 
bool move () const
 
bool release () const
 
bool ignoreClipping () const
 
bool svgClipContent () const
 
bool touchEvent () const
 
bool mouseEvent () const
 
bool disallowsUserAgentShadowContent () const
 
bool allowsFrameScrollbars () const
 
bool allowsChildFrameContent () const
 
bool isChildFrameHitTest () const
 
bool touchMove () const
 
bool touchRelease () const
 
HitTestRequestType type () const
 
 HitTestRequest (HitTestRequestType requestType=ReadOnly|Active|DisallowUserAgentShadowContent)
 
bool readOnly () const
 
bool active () const
 
bool move () const
 
bool release () const
 
bool ignoreClipping () const
 
bool svgClipContent () const
 
bool touchEvent () const
 
bool mouseEvent () const
 
bool disallowsUserAgentShadowContent () const
 
bool allowsFrameScrollbars () const
 
bool allowsChildFrameContent () const
 
bool isChildFrameHitTest () const
 
bool touchMove () const
 
bool touchRelease () const
 
HitTestRequestType type () const
 

Member Typedef Documentation

◆ HitTestRequestType [1/2]

◆ HitTestRequestType [2/2]

Member Enumeration Documentation

◆ RequestType [1/2]

Enumerator
ReadOnly 
Active 
Move 
Release 
IgnoreClipping 
SVGClipContent 
TouchEvent 
DisallowUserAgentShadowContent 
AllowFrameScrollbars 
AllowChildFrameContent 
ChildFrameHitTest 
AccessibilityHitTest 
ReadOnly 
Active 
Move 
Release 
IgnoreClipping 
SVGClipContent 
TouchEvent 
DisallowUserAgentShadowContent 
AllowFrameScrollbars 
AllowChildFrameContent 
ChildFrameHitTest 
AccessibilityHitTest 

◆ RequestType [2/2]

Enumerator
ReadOnly 
Active 
Move 
Release 
IgnoreClipping 
SVGClipContent 
TouchEvent 
DisallowUserAgentShadowContent 
AllowFrameScrollbars 
AllowChildFrameContent 
ChildFrameHitTest 
AccessibilityHitTest 
ReadOnly 
Active 
Move 
Release 
IgnoreClipping 
SVGClipContent 
TouchEvent 
DisallowUserAgentShadowContent 
AllowFrameScrollbars 
AllowChildFrameContent 
ChildFrameHitTest 
AccessibilityHitTest 

Constructor & Destructor Documentation

◆ HitTestRequest() [1/2]

WebCore::HitTestRequest::HitTestRequest ( HitTestRequestType  requestType = ReadOnly | Active | DisallowUserAgentShadowContent)
inline

◆ HitTestRequest() [2/2]

WebCore::HitTestRequest::HitTestRequest ( HitTestRequestType  requestType = ReadOnly | Active | DisallowUserAgentShadowContent)
inline

Member Function Documentation

◆ active() [1/2]

bool WebCore::HitTestRequest::active ( ) const
inline

◆ active() [2/2]

bool WebCore::HitTestRequest::active ( ) const
inline

◆ allowsChildFrameContent() [1/2]

bool WebCore::HitTestRequest::allowsChildFrameContent ( ) const
inline

◆ allowsChildFrameContent() [2/2]

bool WebCore::HitTestRequest::allowsChildFrameContent ( ) const
inline

◆ allowsFrameScrollbars() [1/2]

bool WebCore::HitTestRequest::allowsFrameScrollbars ( ) const
inline

◆ allowsFrameScrollbars() [2/2]

bool WebCore::HitTestRequest::allowsFrameScrollbars ( ) const
inline

◆ disallowsUserAgentShadowContent() [1/2]

bool WebCore::HitTestRequest::disallowsUserAgentShadowContent ( ) const
inline

◆ disallowsUserAgentShadowContent() [2/2]

bool WebCore::HitTestRequest::disallowsUserAgentShadowContent ( ) const
inline

◆ ignoreClipping() [1/2]

bool WebCore::HitTestRequest::ignoreClipping ( ) const
inline

◆ ignoreClipping() [2/2]

bool WebCore::HitTestRequest::ignoreClipping ( ) const
inline

◆ isChildFrameHitTest() [1/2]

bool WebCore::HitTestRequest::isChildFrameHitTest ( ) const
inline

◆ isChildFrameHitTest() [2/2]

bool WebCore::HitTestRequest::isChildFrameHitTest ( ) const
inline

◆ mouseEvent() [1/2]

bool WebCore::HitTestRequest::mouseEvent ( ) const
inline

◆ mouseEvent() [2/2]

bool WebCore::HitTestRequest::mouseEvent ( ) const
inline

◆ move() [1/2]

bool WebCore::HitTestRequest::move ( ) const
inline

◆ move() [2/2]

bool WebCore::HitTestRequest::move ( ) const
inline

◆ readOnly() [1/2]

bool WebCore::HitTestRequest::readOnly ( ) const
inline

◆ readOnly() [2/2]

bool WebCore::HitTestRequest::readOnly ( ) const
inline

◆ release() [1/2]

bool WebCore::HitTestRequest::release ( ) const
inline

◆ release() [2/2]

bool WebCore::HitTestRequest::release ( ) const
inline

◆ svgClipContent() [1/2]

bool WebCore::HitTestRequest::svgClipContent ( ) const
inline

◆ svgClipContent() [2/2]

bool WebCore::HitTestRequest::svgClipContent ( ) const
inline

◆ touchEvent() [1/2]

bool WebCore::HitTestRequest::touchEvent ( ) const
inline

◆ touchEvent() [2/2]

bool WebCore::HitTestRequest::touchEvent ( ) const
inline

◆ touchMove() [1/2]

bool WebCore::HitTestRequest::touchMove ( ) const
inline

◆ touchMove() [2/2]

bool WebCore::HitTestRequest::touchMove ( ) const
inline

◆ touchRelease() [1/2]

bool WebCore::HitTestRequest::touchRelease ( ) const
inline

◆ touchRelease() [2/2]

bool WebCore::HitTestRequest::touchRelease ( ) const
inline

◆ type() [1/2]

HitTestRequestType WebCore::HitTestRequest::type ( ) const
inline

◆ type() [2/2]

HitTestRequestType WebCore::HitTestRequest::type ( ) const
inline

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