KJS::DOMTextEvent Class Reference
Inheritance diagram for KJS::DOMTextEvent:

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

