webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#import <DOMUIEvent.h>
Properties | |
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 |
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 } |
- DOMUIEvent | (PassRefPtr< WebCore::Event >) | e |
Reimplemented from DOMEvent.
Reimplemented in DOMWheelEvent, DOMMouseEvent, and DOMKeyboardEvent.
Reimplemented from DOMEvent.
Reimplemented in DOMWheelEvent, DOMMouseEvent, and DOMKeyboardEvent.
- (virtual HRESULT STDMETHODCALLTYPE) callWebScriptMethod | (_In_ BSTR) | name | |
(__in_ecount_opt(cArgs) const VARIANT) | args[] | ||
(int) | cArgs | ||
(_Out_ VARIANT *) | result | ||
Reimplemented from DOMEvent.
Reimplemented in DOMWheelEvent, DOMMouseEvent, and DOMKeyboardEvent.
Reimplemented from DOMEvent.
Reimplemented in DOMWheelEvent, DOMMouseEvent, and DOMKeyboardEvent.
- (HRESULT) charCode | (_Out_ long *) |
Reimplemented in DOMWheelEvent, DOMMouseEvent, and DOMKeyboardEvent.
- (virtual HRESULT STDMETHODCALLTYPE) currentTarget | (_COM_Outptr_opt_ IDOMEventTarget **) | result |
Reimplemented from DOMEvent.
Reimplemented in DOMWheelEvent, DOMMouseEvent, and DOMKeyboardEvent.
- (HRESULT) detail | (_Out_ long *) | result |
Reimplemented in DOMWheelEvent, and DOMMouseEvent.
Reimplemented from DOMEvent.
Reimplemented in DOMWheelEvent, DOMMouseEvent, and DOMKeyboardEvent.
- (virtual HRESULT STDMETHODCALLTYPE) eventPhase | (_Out_ unsigned short *) | result |
Reimplemented from DOMEvent.
Reimplemented in DOMWheelEvent, DOMMouseEvent, and DOMKeyboardEvent.
- (virtual HRESULT STDMETHODCALLTYPE) initEvent | (_In_ BSTR) | eventTypeArg | |
(BOOL) | canBubbleArg | ||
(BOOL) | cancelableArg | ||
Reimplemented from DOMEvent.
Reimplemented in DOMWheelEvent, DOMMouseEvent, and DOMKeyboardEvent.
- (HRESULT) initUIEvent | (_In_ BSTR) | type | |
(BOOL) | canBubble | ||
(BOOL) | cancelable | ||
(_In_opt_ IDOMWindow *) | view | ||
(long) | detail | ||
Reimplemented in DOMWheelEvent, DOMMouseEvent, and DOMKeyboardEvent.
- (void) initUIEvent: | (NSString *) | type | |
: | (BOOL) | canBubble | |
: | (BOOL) | cancelable | |
: | (DOMAbstractView *) | view | |
: | (10_4) | ||
(10_5) | WEBKIT_DEPRECATED_MAC | ||
Provided by category DOMUIEvent(DOMUIEventDeprecated).
- (void) initUIEvent: | (NSString *) | type | |
canBubble: | (BOOL) | canBubble | |
cancelable: | (BOOL) | cancelable | |
view: | (DOMAbstractView *) | view | |
detail: | (10_5) | WEBKIT_AVAILABLE_MAC | |
- (HRESULT) keyCode | (_Out_ long *) |
Reimplemented in DOMWheelEvent, DOMMouseEvent, and DOMKeyboardEvent.
- (HRESULT) pageX | (_Out_ long *) |
Reimplemented in DOMWheelEvent, DOMMouseEvent, and DOMKeyboardEvent.
- (HRESULT) pageY | (_Out_ long *) |
Reimplemented in DOMWheelEvent, DOMMouseEvent, and DOMKeyboardEvent.
- (virtual HRESULT STDMETHODCALLTYPE) preventDefault |
Reimplemented from DOMEvent.
Reimplemented in DOMWheelEvent, DOMMouseEvent, and DOMKeyboardEvent.
Reimplemented from DOMEvent.
Reimplemented in DOMWheelEvent, DOMMouseEvent, and DOMKeyboardEvent.
Reimplemented from DOMEvent.
Reimplemented in DOMWheelEvent, DOMMouseEvent, and DOMKeyboardEvent.
Reimplemented from DOMEvent.
Reimplemented in DOMWheelEvent, DOMMouseEvent, and DOMKeyboardEvent.
Reimplemented from DOMEvent.
Reimplemented in DOMWheelEvent, DOMMouseEvent, and DOMKeyboardEvent.
- (virtual HRESULT STDMETHODCALLTYPE) setWebScriptValueAtIndex | (unsigned) | index | |
(VARIANT) | val | ||
Reimplemented from DOMEvent.
Reimplemented in DOMWheelEvent, DOMMouseEvent, and DOMKeyboardEvent.
- (virtual HRESULT STDMETHODCALLTYPE) stopPropagation |
Reimplemented from DOMEvent.
Reimplemented in DOMWheelEvent, DOMMouseEvent, and DOMKeyboardEvent.
- (virtual HRESULT STDMETHODCALLTYPE) stringRepresentation | (__deref_opt_out BSTR *) | stringRepresentation |
Reimplemented from DOMEvent.
Reimplemented in DOMWheelEvent, DOMMouseEvent, and DOMKeyboardEvent.
- (virtual HRESULT STDMETHODCALLTYPE) target | (_COM_Outptr_opt_ IDOMEventTarget **) | result |
Reimplemented from DOMEvent.
Reimplemented in DOMWheelEvent, DOMMouseEvent, and DOMKeyboardEvent.
- (virtual HRESULT STDMETHODCALLTYPE) throwException | (_In_ BSTR) | exceptionMessage | |
(_Out_ BOOL *) | result | ||
Reimplemented from DOMEvent.
Reimplemented in DOMWheelEvent, DOMMouseEvent, and DOMKeyboardEvent.
- (virtual HRESULT STDMETHODCALLTYPE) timeStamp | (_Out_ DOMTimeStamp *) | result |
Reimplemented from DOMEvent.
Reimplemented in DOMWheelEvent, DOMMouseEvent, and DOMKeyboardEvent.
Reimplemented from DOMEvent.
Reimplemented in DOMWheelEvent, DOMMouseEvent, and DOMKeyboardEvent.
- (HRESULT) unused1 | (_Out_ long *) |
Reimplemented in DOMWheelEvent, DOMMouseEvent, and DOMKeyboardEvent.
- (HRESULT) unused2 | (_Out_ long *) |
Reimplemented in DOMWheelEvent, DOMMouseEvent, and DOMKeyboardEvent.
- (HRESULT) view | (_COM_Outptr_opt_ IDOMWindow **) | result |
Reimplemented in DOMWheelEvent, DOMMouseEvent, and DOMKeyboardEvent.
- (int keyCode) WEBKIT_AVAILABLE_MAC | (10_5) |
- (int charCode) WEBKIT_AVAILABLE_MAC | (10_5) |
- (int pageX) WEBKIT_AVAILABLE_MAC | (10_5) |
- (int pageY) WEBKIT_AVAILABLE_MAC | (10_5) |
- (int which) WEBKIT_AVAILABLE_MAC | (10_5) |
- (int layerX) WEBKIT_DEPRECATED_MAC | (10_5) | ||
(10_5) | |||
- (int layerY) WEBKIT_DEPRECATED_MAC | (10_5) | ||
(10_5) | |||
- (virtual HRESULT STDMETHODCALLTYPE) webScriptValueAtIndex | (unsigned) | index | |
(_Out_ VARIANT *) | result | ||
Reimplemented from DOMEvent.
Reimplemented in DOMWheelEvent, DOMMouseEvent, and DOMKeyboardEvent.
- (HRESULT) which | (_Out_ long *) |
Reimplemented in DOMWheelEvent, DOMMouseEvent, and DOMKeyboardEvent.
|
readatomicassign |
|
readatomicstrong |