webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | Properties | List of all members
UIEvent Interface Reference

import"UIEvent.idl";

Inheritance diagram for UIEvent:
Event CompositionEvent FocusEvent InputEvent KeyboardEvent MouseEvent SVGZoomEvent TextEvent TouchEvent

Public Member Functions

void initUIEvent (optional DOMString type="undefined", optional boolean canBubble=false, optional boolean cancelable=false, optional DOMWindow? view=null, optional long detail=0)
 
void_hidEvent ()
 
NSString_unmodifiedInput ()
 
NSString_modifiedInput ()
 
NSInteger _modifierFlags ()
 
BOOL _isKeyDown ()
 
- Public Member Functions inherited from Event
sequence< NodecomposedPath ()
 
void stopPropagation ()
 
void preventDefault ()
 
void initEvent (DOMString type, optional boolean bubbles=false, optional boolean cancelable=false)
 
void stopImmediatePropagation ()
 

Public Attributes

readonly attribute DOMWindow view
 
readonly attribute long detail
 
readonly attribute long layerX
 
readonly attribute long layerY
 
readonly attribute long pageX
 
readonly attribute long pageY
 
readonly attribute long which
 
- Public Attributes inherited from Event
EventType Type
 
union {
   MoveEvent   Move
 
   SizeEvent   Size
 
   KeyEvent   Key
 
   MouseMoveEvent   MouseMove
 
   MouseButtonEvent   MouseButton
 
   MouseWheelEvent   MouseWheel
 
}; 
 
const unsigned short NONE = 0
 
const unsigned short CAPTURING_PHASE = 1
 
const unsigned short AT_TARGET = 2
 
const unsigned short BUBBLING_PHASE = 3
 
readonly attribute DOMString type
 
readonly attribute EventTarget target
 
readonly attribute EventTarget currentTarget
 
readonly attribute unsigned short eventPhase
 
readonly attribute boolean bubbles
 
readonly attribute boolean cancelable
 
readonly attribute boolean composed
 
readonly attribute DOMTimeStamp timeStamp
 
readonly attribute boolean defaultPrevented
 
readonly attribute boolean isTrusted
 
readonly attribute EventTarget srcElement
 
attribute boolean returnValue
 
attribute boolean cancelBubble
 

Properties

UIKeyboardInputFlags _inputFlags
 

Additional Inherited Members

- Public Types inherited from Event
enum  EventType {
  EVENT_CLOSED, EVENT_MOVED, EVENT_RESIZED, EVENT_LOST_FOCUS,
  EVENT_GAINED_FOCUS, EVENT_TEXT_ENTERED, EVENT_KEY_PRESSED, EVENT_KEY_RELEASED,
  EVENT_MOUSE_WHEEL_MOVED, EVENT_MOUSE_BUTTON_PRESSED, EVENT_MOUSE_BUTTON_RELEASED, EVENT_MOUSE_MOVED,
  EVENT_MOUSE_ENTERED, EVENT_MOUSE_LEFT, EVENT_TEST
}
 

Member Function Documentation

◆ _hidEvent()

void * UIEvent()::_hidEvent ( )
virtual

◆ _isKeyDown()

BOOL UIEvent()::_isKeyDown ( )
virtual

◆ _modifiedInput()

NSString * UIEvent()::_modifiedInput ( )
virtual

◆ _modifierFlags()

NSInteger UIEvent()::_modifierFlags ( )
virtual

◆ _unmodifiedInput()

NSString * UIEvent()::_unmodifiedInput ( )
virtual

◆ initUIEvent()

void UIEvent::initUIEvent ( optional DOMString  type = "undefined",
optional boolean  canBubble = false,
optional boolean  cancelable = false,
optional DOMWindow view = null,
optional long  detail = 0 
)

Member Data Documentation

◆ detail

readonly attribute long UIEvent::detail

◆ layerX

readonly attribute long UIEvent::layerX

◆ layerY

readonly attribute long UIEvent::layerY

◆ pageX

readonly attribute long UIEvent::pageX

◆ pageY

readonly attribute long UIEvent::pageY

◆ view

readonly attribute DOMWindow UIEvent::view

◆ which

readonly attribute long UIEvent::which

Property Documentation

◆ _inputFlags

UIKeyboardInputFlags UIEvent()::_inputFlags
readnonatomicassign

The documentation for this interface was generated from the following file: