|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#import <DOMEvent.h>
Class Methods | |
| (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: |
Protected Member Functions | |
| () | - DOMEvent |
| () | - ~DOMEvent |
Protected Attributes | |
| RefPtr< WebCore::Event > | m_event |
Protected Attributes inherited from DOMObject | |
| package DOMObjectInternal * | _internal |
Protected Attributes inherited from WebScriptObject | |
| WebScriptObjectPrivate * | _private |
| ULONG | m_refCount { 0 } |
Properties | |
| NSString * | type |
| id< DOMEventTarget > | target |
| id< DOMEventTarget > | currentTarget |
| unsigned short | eventPhase |
| BOOL | bubbles |
| BOOL | cancelable |
| DOMTimeStamp | timeStamp |
Additional Inherited Members | |
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 |
| - DOMEvent | (PassRefPtr< WebCore::Event >) | e |
| - ~DOMEvent |
Reimplemented from DOMObject.
Reimplemented in DOMWheelEvent, DOMOverflowEvent, DOMMutationEvent, DOMMouseEvent, DOMKeyboardEvent, and DOMUIEvent.
Reimplemented in DOMWheelEvent, DOMOverflowEvent, DOMMutationEvent, DOMMouseEvent, DOMKeyboardEvent, and DOMUIEvent.
| - (virtual HRESULT STDMETHODCALLTYPE) callWebScriptMethod | (_In_ BSTR) | name | |
| (__in_ecount_opt(cArgs) const VARIANT) | args[] | ||
| (int) | cArgs | ||
| (_Out_ VARIANT *) | result | ||
Reimplemented from DOMObject.
Reimplemented in DOMWheelEvent, DOMOverflowEvent, DOMMutationEvent, DOMMouseEvent, DOMKeyboardEvent, and DOMUIEvent.
Reimplemented in DOMWheelEvent, DOMOverflowEvent, DOMMutationEvent, DOMMouseEvent, DOMKeyboardEvent, and DOMUIEvent.
| - (Event*) DOMEvent: |
| + (IDOMEvent *) createInstance | (PassRefPtr< WebCore::Event >) | e |
| - (HRESULT) currentTarget | (_COM_Outptr_opt_ IDOMEventTarget **) | result |
Reimplemented in DOMWheelEvent, DOMOverflowEvent, DOMMutationEvent, DOMMouseEvent, DOMKeyboardEvent, and DOMUIEvent.
Reimplemented from DOMObject.
Reimplemented in DOMWheelEvent, DOMOverflowEvent, DOMMutationEvent, DOMMouseEvent, DOMKeyboardEvent, and DOMUIEvent.
| - (HRESULT) eventPhase | (_Out_ unsigned short *) | result |
Reimplemented in DOMWheelEvent, DOMOverflowEvent, DOMMutationEvent, DOMMouseEvent, DOMKeyboardEvent, and DOMUIEvent.
Reimplemented in DOMWheelEvent, DOMOverflowEvent, DOMMutationEvent, DOMMouseEvent, DOMKeyboardEvent, and DOMUIEvent.
| - (void) initEvent: | (NSString *) | eventTypeArg | |
| : | (BOOL) | canBubbleArg | |
| : | (10_4) | ||
| (10_5) | WEBKIT_DEPRECATED_MAC | ||
Provided by category DOMEvent(DOMEventDeprecated).
| - (void) initEvent: | (NSString *) | eventTypeArg | |
| canBubbleArg: | (BOOL) | canBubbleArg | |
| cancelableArg: | (10_5) | WEBKIT_AVAILABLE_MAC | |
| - (HRESULT) preventDefault |
Implements IDOMEvent.
Reimplemented in DOMWheelEvent, DOMOverflowEvent, DOMMutationEvent, DOMMouseEvent, DOMKeyboardEvent, and DOMUIEvent.
| - (virtual HRESULT STDMETHODCALLTYPE) preventDefault |
Implements IDOMEvent.
Reimplemented in DOMWheelEvent, DOMOverflowEvent, DOMMutationEvent, DOMMouseEvent, DOMKeyboardEvent, and DOMUIEvent.
Reimplemented from DOMObject.
Reimplemented in DOMWheelEvent, DOMOverflowEvent, DOMMutationEvent, DOMMouseEvent, DOMKeyboardEvent, and DOMUIEvent.
Reimplemented from DOMObject.
Reimplemented in DOMWheelEvent, DOMOverflowEvent, DOMMutationEvent, DOMMouseEvent, DOMKeyboardEvent, and DOMUIEvent.
Reimplemented from DOMObject.
Reimplemented in DOMWheelEvent, DOMOverflowEvent, DOMMutationEvent, DOMMouseEvent, DOMKeyboardEvent, and DOMUIEvent.
Reimplemented from DOMObject.
Reimplemented in DOMWheelEvent, DOMOverflowEvent, DOMMutationEvent, DOMMouseEvent, DOMKeyboardEvent, and DOMUIEvent.
| - (virtual HRESULT STDMETHODCALLTYPE) setWebScriptValueAtIndex | (unsigned) | index | |
| (VARIANT) | val | ||
Reimplemented from DOMObject.
Reimplemented in DOMWheelEvent, DOMOverflowEvent, DOMMutationEvent, DOMMouseEvent, DOMKeyboardEvent, and DOMUIEvent.
| - (HRESULT) stopPropagation |
Implements IDOMEvent.
Reimplemented in DOMWheelEvent, DOMOverflowEvent, DOMMutationEvent, DOMMouseEvent, DOMKeyboardEvent, and DOMUIEvent.
| - (virtual HRESULT STDMETHODCALLTYPE) stopPropagation |
Implements IDOMEvent.
Reimplemented in DOMWheelEvent, DOMOverflowEvent, DOMMutationEvent, DOMMouseEvent, DOMKeyboardEvent, and DOMUIEvent.
| - (virtual HRESULT STDMETHODCALLTYPE) stringRepresentation | (__deref_opt_out BSTR *) | stringRepresentation |
Reimplemented from DOMObject.
Reimplemented in DOMWheelEvent, DOMOverflowEvent, DOMMutationEvent, DOMMouseEvent, DOMKeyboardEvent, and DOMUIEvent.
| - (HRESULT) target | (_COM_Outptr_opt_ IDOMEventTarget **) | result |
Reimplemented in DOMWheelEvent, DOMOverflowEvent, DOMMutationEvent, DOMMouseEvent, DOMKeyboardEvent, and DOMUIEvent.
| - (virtual HRESULT STDMETHODCALLTYPE) throwException | (_In_ BSTR) | exceptionMessage | |
| (_Out_ BOOL *) | result | ||
Reimplemented from DOMObject.
Reimplemented in DOMWheelEvent, DOMOverflowEvent, DOMMutationEvent, DOMMouseEvent, DOMKeyboardEvent, and DOMUIEvent.
| - (HRESULT) timeStamp | (_Out_ DOMTimeStamp *) | result |
Reimplemented in DOMWheelEvent, DOMOverflowEvent, DOMMutationEvent, DOMMouseEvent, DOMKeyboardEvent, and DOMUIEvent.
Reimplemented in DOMWheelEvent, DOMOverflowEvent, DOMMutationEvent, DOMMouseEvent, DOMKeyboardEvent, and DOMUIEvent.
| - (id<DOMEventTarget> srcElement) WEBKIT_AVAILABLE_MAC | (10_6) |
| - (BOOL returnValue) WEBKIT_AVAILABLE_MAC | (10_6) |
| - (BOOL cancelBubble) WEBKIT_AVAILABLE_MAC | (10_6) |
| - (virtual HRESULT STDMETHODCALLTYPE) webScriptValueAtIndex | (unsigned) | index | |
| (_Out_ VARIANT *) | result | ||
Reimplemented from DOMObject.
Reimplemented in DOMWheelEvent, DOMOverflowEvent, DOMMutationEvent, DOMMouseEvent, DOMKeyboardEvent, and DOMUIEvent.
|
protected |
|
readatomicassign |
|
readatomicassign |
|
readatomicstrong |
|
readatomicassign |
|
readatomicassign |
1.8.13