KJS::DOMKeyboardEvent Class Reference
Inheritance diagram for KJS::DOMKeyboardEvent:

Detailed Description
Definition at line 193 of file kjs_events.h.
Public Types | |
| KeyIdentifier | |
| KeyLocation | |
| GetModifierState | |
| InitKeyboardEvent | |
| enum | { KeyIdentifier, KeyLocation, GetModifierState, InitKeyboardEvent } |
Public Member Functions | |
| DOMKeyboardEvent (ExecState *exec, DOM::TextEvent ke) | |
| ~DOMKeyboardEvent () | |
| virtual Value | tryGet (ExecState *exec, const Identifier &p) const |
| Value | getValueProperty (ExecState *, int token) const |
| virtual const ClassInfo * | classInfo () const |
| DOM::KeyboardEventImpl * | impl () const |
Static Public Attributes | |
| static const ClassInfo | info = { "KeyboardEvent", &DOMKeyEventBase::info, &DOMKeyboardEventTable, 0 } |
The documentation for this class was generated from the following files:

