KJS::DOMUIEvent Class Reference
Inheritance diagram for KJS::DOMUIEvent:

Detailed Description
Definition at line 133 of file kjs_events.h.
Public Types | |
| View | |
| Detail | |
| KeyCode | |
| CharCode | |
| LayerX | |
| LayerY | |
| PageX | |
| PageY | |
| Which | |
| InitUIEvent | |
| enum | { View, Detail, KeyCode, CharCode, LayerX, LayerY, PageX, PageY, Which, InitUIEvent } |
Public Member Functions | |
| DOMUIEvent (ExecState *exec, DOM::UIEvent ue) | |
| DOMUIEvent (const Object &proto, DOM::UIEvent ue) | |
| ~DOMUIEvent () | |
| virtual Value | tryGet (ExecState *exec, const Identifier &p) const |
| Value | getValueProperty (ExecState *, int token) const |
| virtual const ClassInfo * | classInfo () const |
| DOM::UIEvent | toUIEvent () const |
Static Public Attributes | |
| static const ClassInfo | info = { "UIEvent", &DOMEvent::info, &DOMUIEventTable, 0 } |
The documentation for this class was generated from the following files:

