|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#import <DOMWheelEvent.h>
Properties | |
| int | wheelDelta |
| BOOL | isHorizontal |
Properties inherited from DOMUIEvent | |
| DOMAbstractView * | view |
| int | detail |
Properties inherited from DOMEvent | |
| NSString * | type |
| id< DOMEventTarget > | target |
| id< DOMEventTarget > | currentTarget |
| unsigned short | eventPhase |
| BOOL | bubbles |
| BOOL | cancelable |
| DOMTimeStamp | timeStamp |
Properties inherited from DOMMouseEvent | |
| int | screenX |
| int | screenY |
| int | clientX |
| int | clientY |
| BOOL | ctrlKey |
| BOOL | shiftKey |
| BOOL | altKey |
| BOOL | metaKey |
| unsigned short | button |
| id< DOMEventTarget > | relatedTarget |
Additional Inherited Members | |
Class Methods inherited from DOMEvent | |
| (static IDOMEvent *) | + createInstance |
Class Methods inherited from WebScriptObject | |
| (BOOL) | + throwException: |
| (BOOL) | + throwException: |
| (id) | + _convertValueToObjcValue:originRootObject:rootObject: |
| (id) | + _convertValueToObjcValue:originRootObject:rootObject: |
| (id) | + scriptObjectForJSObject:originRootObject:rootObject: |
| (id) | + scriptObjectForJSObject:originRootObject:rootObject: |
Public Attributes inherited from IDOMEvent | |
| const unsigned short | DOMEVENT_CAPTURING_PHASE = 1 |
| const unsigned short | DOMEVENT_AT_TARGET = 2 |
| const unsigned short | DOMEVENT_BUBBLING_PHASE = 3 |
| const unsigned short | DOMEVENT_MOUSEDOWN = 1 |
| const unsigned short | DOMEVENT_MOUSEUP = 2 |
| const unsigned short | DOMEVENT_MOUSEOVER = 4 |
| const unsigned short | DOMEVENT_MOUSEOUT = 8 |
| const unsigned short | DOMEVENT_MOUSEMOVE = 16 |
| const unsigned short | DOMEVENT_MOUSEDRAG = 32 |
| const unsigned short | DOMEVENT_CLICK = 64 |
| const unsigned short | DOMEVENT_DBLCLICK = 128 |
| const unsigned short | DOMEVENT_KEYDOWN = 256 |
| const unsigned short | DOMEVENT_KEYUP = 512 |
| const unsigned short | DOMEVENT_KEYPRESS = 1024 |
| const unsigned short | DOMEVENT_DRAGDROP = 2048 |
| const unsigned short | DOMEVENT_FOCUS = 4096 |
| const unsigned short | DOMEVENT_BLUR = 8192 |
| const unsigned short | DOMEVENT_SELECT = 16384 |
| const unsigned short | DOMEVENT_CHANGE = 32768 |
Protected Member Functions inherited from DOMEvent | |
| () | - DOMEvent |
| () | - ~DOMEvent |
Protected Attributes inherited from DOMEvent | |
| RefPtr< WebCore::Event > | m_event |
Protected Attributes inherited from DOMObject | |
| package DOMObjectInternal * | _internal |
Protected Attributes inherited from WebScriptObject | |
| WebScriptObjectPrivate * | _private |
| ULONG | m_refCount { 0 } |
| - DOMWheelEvent | (PassRefPtr< WebCore::Event >) | e |
Reimplemented from DOMUIEvent.
Reimplemented from DOMMouseEvent.
Reimplemented from DOMUIEvent.
| - (virtual HRESULT STDMETHODCALLTYPE) callWebScriptMethod | (_In_ BSTR) | name | |
| (__in_ecount_opt(cArgs) const VARIANT) | args[] | ||
| (int) | cArgs | ||
| (_Out_ VARIANT *) | result | ||
Reimplemented from DOMUIEvent.
Reimplemented from DOMUIEvent.
| - (virtual HRESULT STDMETHODCALLTYPE) charCode | (_Out_ long *) | result |
Reimplemented from DOMUIEvent.
| - (HRESULT) clientX | (_Out_ long *) |
Reimplemented from DOMMouseEvent.
| - (HRESULT) clientY | (_Out_ long *) |
Reimplemented from DOMMouseEvent.
Reimplemented from DOMMouseEvent.
| - (virtual HRESULT STDMETHODCALLTYPE) currentTarget | (_COM_Outptr_opt_ IDOMEventTarget **) | result |
Reimplemented from DOMUIEvent.
| - (virtual HRESULT STDMETHODCALLTYPE) detail | (_Out_ long *) | result |
Reimplemented from DOMUIEvent.
Reimplemented from DOMUIEvent.
| - (virtual HRESULT STDMETHODCALLTYPE) eventPhase | (_Out_ unsigned short *) | result |
Reimplemented from DOMUIEvent.
| - (virtual HRESULT STDMETHODCALLTYPE) initEvent | (_In_ BSTR) | eventTypeArg | |
| (BOOL) | canBubbleArg | ||
| (BOOL) | cancelableArg | ||
Reimplemented from DOMUIEvent.
| - (virtual HRESULT STDMETHODCALLTYPE) initUIEvent | (_In_ BSTR) | type | |
| (BOOL) | canBubble | ||
| (BOOL) | cancelable | ||
| (_In_opt_ IDOMWindow *) | view | ||
| (long) | detail | ||
Reimplemented from DOMUIEvent.
| - (HRESULT) initWheelEvent | (long) | wheelDeltaX | |
| (long) | wheelDeltaY | ||
| (_In_opt_ IDOMWindow *) | view | ||
| (long) | screenX | ||
| (long) | screenY | ||
| (long) | clientX | ||
| (long) | clientY | ||
| (BOOL) | ctrlKey | ||
| (BOOL) | altKey | ||
| (BOOL) | shiftKey | ||
| (BOOL) | metaKey | ||
| - (void) initWheelEvent: | (int) | wheelDeltaX | |
| wheelDeltaY: | (int) | wheelDeltaY | |
| view: | (DOMAbstractView *) | view | |
| screenX: | (int) | screenX | |
| screenY: | (int) | screenY | |
| clientX: | (int) | clientX | |
| clientY: | (int) | clientY | |
| ctrlKey: | (BOOL) | ctrlKey | |
| altKey: | (BOOL) | altKey | |
| shiftKey: | (BOOL) | shiftKey | |
| metaKey: | (10_5) | WEBKIT_AVAILABLE_MAC | |
| - (virtual HRESULT STDMETHODCALLTYPE) keyCode | (_Out_ long *) | result |
Reimplemented from DOMUIEvent.
Reimplemented from DOMMouseEvent.
| - (HRESULT) offsetX | (_Out_ long *) |
Reimplemented from DOMMouseEvent.
| - (HRESULT) offsetY | (_Out_ long *) |
Reimplemented from DOMMouseEvent.
| - (virtual HRESULT STDMETHODCALLTYPE) pageX | (_Out_ long *) | result |
Reimplemented from DOMUIEvent.
| - (virtual HRESULT STDMETHODCALLTYPE) pageY | (_Out_ long *) | result |
Reimplemented from DOMUIEvent.
| - (virtual HRESULT STDMETHODCALLTYPE) preventDefault |
Reimplemented from DOMUIEvent.
Reimplemented from DOMUIEvent.
Reimplemented from DOMUIEvent.
Reimplemented from DOMUIEvent.
| - (HRESULT) screenX | (_Out_ long *) |
Reimplemented from DOMMouseEvent.
| - (HRESULT) screenY | (_Out_ long *) |
Reimplemented from DOMMouseEvent.
Reimplemented from DOMUIEvent.
| - (virtual HRESULT STDMETHODCALLTYPE) setWebScriptValueAtIndex | (unsigned) | index | |
| (VARIANT) | val | ||
Reimplemented from DOMUIEvent.
Reimplemented from DOMMouseEvent.
| - (virtual HRESULT STDMETHODCALLTYPE) stopPropagation |
Reimplemented from DOMUIEvent.
| - (virtual HRESULT STDMETHODCALLTYPE) stringRepresentation | (__deref_opt_out BSTR *) | stringRepresentation |
Reimplemented from DOMUIEvent.
| - (virtual HRESULT STDMETHODCALLTYPE) target | (_COM_Outptr_opt_ IDOMEventTarget **) | result |
Reimplemented from DOMUIEvent.
| - (virtual HRESULT STDMETHODCALLTYPE) throwException | (_In_ BSTR) | exceptionMessage | |
| (_Out_ BOOL *) | result | ||
Reimplemented from DOMUIEvent.
| - (virtual HRESULT STDMETHODCALLTYPE) timeStamp | (_Out_ DOMTimeStamp *) | result |
Reimplemented from DOMUIEvent.
Reimplemented from DOMUIEvent.
| - (virtual HRESULT STDMETHODCALLTYPE) unused1 | (_Out_ long *) | result |
Reimplemented from DOMUIEvent.
| - (virtual HRESULT STDMETHODCALLTYPE) unused2 | (_Out_ long *) | result |
Reimplemented from DOMUIEvent.
| - (virtual HRESULT STDMETHODCALLTYPE) view | (_COM_Outptr_opt_ IDOMWindow **) | result |
Reimplemented from DOMUIEvent.
| - (int wheelDeltaX) WEBKIT_AVAILABLE_MAC | (10_5) |
| - (int wheelDeltaY) WEBKIT_AVAILABLE_MAC | (10_5) |
| - (virtual HRESULT STDMETHODCALLTYPE) webScriptValueAtIndex | (unsigned) | index | |
| (_Out_ VARIANT *) | result | ||
Reimplemented from DOMUIEvent.
| - (HRESULT) wheelDelta | (_Out_ long *) |
| - (HRESULT) wheelDeltaX | (_Out_ long *) |
| - (HRESULT) wheelDeltaY | (_Out_ long *) |
| - (virtual HRESULT STDMETHODCALLTYPE) which | (_Out_ long *) | result |
Reimplemented from DOMUIEvent.
Reimplemented from DOMMouseEvent.
Reimplemented from DOMMouseEvent.
|
readatomicassign |
|
readatomicassign |
1.8.13