khtml Library API Documentation

KJS::DOMEvent Class Reference

Inheritance diagram for KJS::DOMEvent:

KJS::DOMObject KJS::DOMMutationEvent KJS::DOMUIEvent KJS::DOMMouseEvent KJS::DOMTextEvent List of all members.

Public Types

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

Detailed Description

Definition at line 98 of file kjs_events.h.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for khtml Library Version 3.4.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Feb 8 06:25:46 2006 by doxygen 1.4.4 written by Dimitri van Heesch, © 1997-2003