webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#import <DOMMouseEvent.h>
Properties | |
int | screenX |
int | screenY |
int | clientX |
int | clientY |
BOOL | ctrlKey |
BOOL | shiftKey |
BOOL | altKey |
BOOL | metaKey |
unsigned short | button |
id< DOMEventTarget > | relatedTarget |
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 |
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 } |
- DOMMouseEvent | (PassRefPtr< WebCore::Event >) | e |
Reimplemented from DOMUIEvent.
Reimplemented in DOMWheelEvent.
Reimplemented in DOMWheelEvent.
Reimplemented from DOMUIEvent.
Reimplemented in DOMWheelEvent.
- (HRESULT) button | (_Out_ unsigned short *) |
- (virtual HRESULT STDMETHODCALLTYPE) callWebScriptMethod | (_In_ BSTR) | name | |
(__in_ecount_opt(cArgs) const VARIANT) | args[] | ||
(int) | cArgs | ||
(_Out_ VARIANT *) | result | ||
Reimplemented from DOMUIEvent.
Reimplemented in DOMWheelEvent.
Reimplemented from DOMUIEvent.
Reimplemented in DOMWheelEvent.
- (virtual HRESULT STDMETHODCALLTYPE) charCode | (_Out_ long *) | result |
Reimplemented from DOMUIEvent.
Reimplemented in DOMWheelEvent.
- (HRESULT) clientX | (_Out_ long *) |
Reimplemented in DOMWheelEvent.
- (HRESULT) clientY | (_Out_ long *) |
Reimplemented in DOMWheelEvent.
Reimplemented in DOMWheelEvent.
- (virtual HRESULT STDMETHODCALLTYPE) currentTarget | (_COM_Outptr_opt_ IDOMEventTarget **) | result |
Reimplemented from DOMUIEvent.
Reimplemented in DOMWheelEvent.
- (virtual HRESULT STDMETHODCALLTYPE) detail | (_Out_ long *) | result |
Reimplemented from DOMUIEvent.
Reimplemented in DOMWheelEvent.
Reimplemented from DOMUIEvent.
Reimplemented in DOMWheelEvent.
- (virtual HRESULT STDMETHODCALLTYPE) eventPhase | (_Out_ unsigned short *) | result |
Reimplemented from DOMUIEvent.
Reimplemented in DOMWheelEvent.
- (virtual HRESULT STDMETHODCALLTYPE) initEvent | (_In_ BSTR) | eventTypeArg | |
(BOOL) | canBubbleArg | ||
(BOOL) | cancelableArg | ||
Reimplemented from DOMUIEvent.
Reimplemented in DOMWheelEvent.
- (HRESULT) initMouseEvent | (_In_ BSTR) | type | |
(BOOL) | canBubble | ||
(BOOL) | cancelable | ||
(_In_opt_ IDOMWindow *) | view | ||
(long) | detail | ||
(long) | screenX | ||
(long) | screenY | ||
(long) | clientX | ||
(long) | clientY | ||
(BOOL) | ctrlKey | ||
(BOOL) | altKey | ||
(BOOL) | shiftKey | ||
(BOOL) | metaKey | ||
(unsigned short) | button | ||
(_In_opt_ IDOMEventTarget *) | relatedTarget | ||
- (void) initMouseEvent: | (NSString *) | type | |
: | (BOOL) | canBubble | |
: | (BOOL) | cancelable | |
: | (DOMAbstractView *) | view | |
: | (int) | detail | |
: | (int) | screenX | |
: | (int) | screenY | |
: | (int) | clientX | |
: | (int) | clientY | |
: | (BOOL) | ctrlKey | |
: | (BOOL) | altKey | |
: | (BOOL) | shiftKey | |
: | (BOOL) | metaKey | |
: | (unsigned short) | button | |
: | (10_4) | ||
(10_5) | WEBKIT_DEPRECATED_MAC | ||
Provided by category DOMMouseEvent(DOMMouseEventDeprecated).
- (void) initMouseEvent: | (NSString *) | type | |
canBubble: | (BOOL) | canBubble | |
cancelable: | (BOOL) | cancelable | |
view: | (DOMAbstractView *) | view | |
detail: | (int) | detail | |
screenX: | (int) | screenX | |
screenY: | (int) | screenY | |
clientX: | (int) | clientX | |
clientY: | (int) | clientY | |
ctrlKey: | (BOOL) | ctrlKey | |
altKey: | (BOOL) | altKey | |
shiftKey: | (BOOL) | shiftKey | |
metaKey: | (BOOL) | metaKey | |
button: | (unsigned short) | button | |
relatedTarget: | (10_5) | WEBKIT_AVAILABLE_MAC | |
- (virtual HRESULT STDMETHODCALLTYPE) initUIEvent | (_In_ BSTR) | type | |
(BOOL) | canBubble | ||
(BOOL) | cancelable | ||
(_In_opt_ IDOMWindow *) | view | ||
(long) | detail | ||
Reimplemented from DOMUIEvent.
Reimplemented in DOMWheelEvent.
- (virtual HRESULT STDMETHODCALLTYPE) keyCode | (_Out_ long *) | result |
Reimplemented from DOMUIEvent.
Reimplemented in DOMWheelEvent.
Reimplemented in DOMWheelEvent.
- (HRESULT) offsetX | (_Out_ long *) |
Reimplemented in DOMWheelEvent.
- (HRESULT) offsetY | (_Out_ long *) |
Reimplemented in DOMWheelEvent.
- (virtual HRESULT STDMETHODCALLTYPE) pageX | (_Out_ long *) | result |
Reimplemented from DOMUIEvent.
Reimplemented in DOMWheelEvent.
- (virtual HRESULT STDMETHODCALLTYPE) pageY | (_Out_ long *) | result |
Reimplemented from DOMUIEvent.
Reimplemented in DOMWheelEvent.
- (virtual HRESULT STDMETHODCALLTYPE) preventDefault |
Reimplemented from DOMUIEvent.
Reimplemented in DOMWheelEvent.
Reimplemented from DOMUIEvent.
Reimplemented in DOMWheelEvent.
- (HRESULT) relatedTarget | (_COM_Outptr_opt_ IDOMEventTarget **) | result |
Reimplemented from DOMUIEvent.
Reimplemented in DOMWheelEvent.
Reimplemented from DOMUIEvent.
Reimplemented in DOMWheelEvent.
- (HRESULT) screenX | (_Out_ long *) |
Reimplemented in DOMWheelEvent.
- (HRESULT) screenY | (_Out_ long *) |
Reimplemented in DOMWheelEvent.
Reimplemented from DOMUIEvent.
Reimplemented in DOMWheelEvent.
- (virtual HRESULT STDMETHODCALLTYPE) setWebScriptValueAtIndex | (unsigned) | index | |
(VARIANT) | val | ||
Reimplemented from DOMUIEvent.
Reimplemented in DOMWheelEvent.
Reimplemented in DOMWheelEvent.
- (virtual HRESULT STDMETHODCALLTYPE) stopPropagation |
Reimplemented from DOMUIEvent.
Reimplemented in DOMWheelEvent.
- (virtual HRESULT STDMETHODCALLTYPE) stringRepresentation | (__deref_opt_out BSTR *) | stringRepresentation |
Reimplemented from DOMUIEvent.
Reimplemented in DOMWheelEvent.
- (virtual HRESULT STDMETHODCALLTYPE) target | (_COM_Outptr_opt_ IDOMEventTarget **) | result |
Reimplemented from DOMUIEvent.
Reimplemented in DOMWheelEvent.
- (virtual HRESULT STDMETHODCALLTYPE) throwException | (_In_ BSTR) | exceptionMessage | |
(_Out_ BOOL *) | result | ||
Reimplemented from DOMUIEvent.
Reimplemented in DOMWheelEvent.
- (virtual HRESULT STDMETHODCALLTYPE) timeStamp | (_Out_ DOMTimeStamp *) | result |
Reimplemented from DOMUIEvent.
Reimplemented in DOMWheelEvent.
Reimplemented from DOMUIEvent.
Reimplemented in DOMWheelEvent.
- (virtual HRESULT STDMETHODCALLTYPE) unused1 | (_Out_ long *) | result |
Reimplemented from DOMUIEvent.
Reimplemented in DOMWheelEvent.
- (virtual HRESULT STDMETHODCALLTYPE) unused2 | (_Out_ long *) | result |
Reimplemented from DOMUIEvent.
Reimplemented in DOMWheelEvent.
- (virtual HRESULT STDMETHODCALLTYPE) view | (_COM_Outptr_opt_ IDOMWindow **) | result |
Reimplemented from DOMUIEvent.
Reimplemented in DOMWheelEvent.
- (int offsetX) WEBKIT_AVAILABLE_MAC | (10_5) |
- (int offsetY) WEBKIT_AVAILABLE_MAC | (10_5) |
- (int x) WEBKIT_AVAILABLE_MAC | (10_5) |
- (int y) WEBKIT_AVAILABLE_MAC | (10_5) |
- (DOMNode* fromElement) WEBKIT_AVAILABLE_MAC | (10_5) |
- (virtual HRESULT STDMETHODCALLTYPE) webScriptValueAtIndex | (unsigned) | index | |
(_Out_ VARIANT *) | result | ||
Reimplemented from DOMUIEvent.
Reimplemented in DOMWheelEvent.
- (virtual HRESULT STDMETHODCALLTYPE) which | (_Out_ long *) | result |
Reimplemented from DOMUIEvent.
Reimplemented in DOMWheelEvent.
Reimplemented in DOMWheelEvent.
Reimplemented in DOMWheelEvent.
|
readatomicassign |
|
readatomicassign |
|
readatomicassign |
|
readatomicassign |
|
readatomicassign |
|
readatomicassign |
|
readatomicstrong |
|
readatomicassign |
|
readatomicassign |
|
readatomicassign |