KJS::JSEventListener Class Reference
Inheritance diagram for KJS::JSEventListener:

Public Member Functions | |
JSEventListener (Object _listener, ObjectImp *_compareListenerImp, const Object &_win, bool _html=false) | |
virtual | ~JSEventListener () |
void | hackSetThisObj (Object &thisObj) |
void | hackUnsetThisObj () |
virtual void | handleEvent (DOM::Event &evt) |
virtual DOM::DOMString | eventListenerType () |
virtual Object | listenerObj () const |
ObjectImp * | listenerObjImp () const |
void | clear () |
Protected Attributes | |
Object | listener |
ObjectImp * | compareListenerImp |
bool | html |
Object | win |
Object | m_hackThisObj |
Detailed Description
Definition at line 33 of file kjs_events.h.
Constructor & Destructor Documentation
|
Definition at line 42 of file kjs_events.cpp. References compareListenerImp, and win. |
Member Function Documentation
|
The documentation for this class was generated from the following files: