KJS::DOMKeyEventBase Class Reference
Inheritance diagram for KJS::DOMKeyEventBase:

Detailed Description
Definition at line 166 of file kjs_events.h.
Public Types | |
| Key | |
| VirtKey | |
| CtrlKey | |
| ShiftKey | |
| AltKey | |
| MetaKey | |
| enum | { Key, VirtKey, CtrlKey, ShiftKey, AltKey, MetaKey } |
Public Member Functions | |
| DOMKeyEventBase (const Object &proto, DOM::TextEvent ke) | |
| ~DOMKeyEventBase () | |
| virtual Value | tryGet (ExecState *exec, const Identifier &p) const |
| Value | getValueProperty (ExecState *, int token) const |
| virtual const ClassInfo * | classInfo () const |
| DOM::KeyEventBaseImpl * | impl () const |
Static Public Attributes | |
| static const ClassInfo | info = { "KeyEventBase", &DOMUIEvent::info, &DOMKeyEventBaseTable, 0 } |
The documentation for this class was generated from the following files:

