KJS::DOMEvent Class Reference
Inheritance diagram for KJS::DOMEvent:

Detailed Description
Definition at line 89 of file kjs_events.h.
Public Types | |
Type | |
Target | |
CurrentTarget | |
EventPhase | |
Bubbles | |
Cancelable | |
TimeStamp | |
StopPropagation | |
PreventDefault | |
InitEvent | |
SrcElement | |
ReturnValue | |
CancelBubble | |
enum | { Type, Target, CurrentTarget, EventPhase, Bubbles, Cancelable, TimeStamp, StopPropagation, PreventDefault, InitEvent, SrcElement, ReturnValue, CancelBubble } |
Public Member Functions | |
DOMEvent (ExecState *exec, DOM::Event e) | |
DOMEvent (const Object &proto, DOM::Event e) | |
~DOMEvent () | |
virtual Value | tryGet (ExecState *exec, const Identifier &p) const |
Value | getValueProperty (ExecState *, int token) const |
virtual void | tryPut (ExecState *exec, const Identifier &propertyName, const Value &value, int attr=None) |
virtual Value | defaultValue (ExecState *exec, KJS::Type hint) const |
void | putValueProperty (ExecState *exec, int token, const Value &value, int) |
virtual const ClassInfo * | classInfo () const |
DOM::Event | toEvent () const |
Static Public Attributes | |
static const ClassInfo | info = { "Event", 0, &DOMEventTable, 0 } |
Protected Attributes | |
DOM::Event | event |
The documentation for this class was generated from the following files: