DOM::UIEvent Class Reference
Introduced in DOM Level 2. More...
#include <dom2_events.h>
Inheritance diagram for DOM::UIEvent:

Public Member Functions | |
UIEvent (const UIEvent &other) | |
UIEvent (const Event &other) | |
UIEvent & | operator= (const UIEvent &other) |
UIEvent & | operator= (const Event &other) |
AbstractView | view () const |
The view attribute identifies the AbstractView from which the event was generated. | |
long | detail () const |
Specifies some detail information about the Event, depending on the type of event. | |
void | initUIEvent (const DOMString &typeArg, bool canBubbleArg, bool cancelableArg, const AbstractView &viewArg, long detailArg) |
The initUIEvent method is used to initialize the value of a UIEvent created through the DocumentEvent interface. | |
Protected Member Functions | |
UIEvent (UIEventImpl *impl) |
Detailed Description
Introduced in DOM Level 2.The UIEvent interface provides specific contextual information associated with User Interface events.
Definition at line 309 of file dom2_events.h.
Member Function Documentation
|
The view attribute identifies the AbstractView from which the event was generated.
Definition at line 243 of file dom2_events.cpp. |
|
Specifies some detail information about the Event, depending on the type of event.
Definition at line 251 of file dom2_events.cpp. |
|
The initUIEvent method is used to initialize the value of a UIEvent created through the DocumentEvent interface. This method may only be called before the UIEvent has been dispatched via the dispatchEvent method, though it may be called multiple times during that phase if necessary. If called multiple times, the final invocation takes precedence.
Definition at line 259 of file dom2_events.cpp. |
The documentation for this class was generated from the following files: