KJS::DOMMutationEvent Class Reference
Inheritance diagram for KJS::DOMMutationEvent:

Detailed Description
Definition at line 232 of file kjs_events.h.
Public Types | |
| AttrChange | |
| RelatedNode | |
| AttrName | |
| PrevValue | |
| NewValue | |
| InitMutationEvent | |
| enum | { AttrChange, RelatedNode, AttrName, PrevValue, NewValue, InitMutationEvent } |
Public Member Functions | |
| DOMMutationEvent (ExecState *exec, DOM::MutationEvent me) | |
| ~DOMMutationEvent () | |
| virtual Value | tryGet (ExecState *exec, const Identifier &p) const |
| Value | getValueProperty (ExecState *, int token) const |
| virtual const ClassInfo * | classInfo () const |
| DOM::MutationEvent | toMutationEvent () const |
Static Public Attributes | |
| static const ClassInfo | info = { "MutationEvent", &DOMEvent::info, &DOMMutationEventTable, 0 } |
The documentation for this class was generated from the following files:

