#include <HitTestRequest.h>
|
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 |
|
◆ HitTestRequestType [1/2]
◆ HitTestRequestType [2/2]
◆ 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 | |
◆ HitTestRequest() [1/2]
◆ HitTestRequest() [2/2]
◆ 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]
◆ type() [2/2]
The documentation for this class was generated from the following file:
- DerivedData/WebKit/Build/Products/Debug/WebCore.framework/Versions/A/PrivateHeaders/HitTestRequest.h