kjsembed
#include <eventproxy.h>

Public Member Functions | |
| EventProxy (QObjectBinding *watch, KJS::Interpreter *interpreter) | |
| ~EventProxy () | |
| void | addFilter (QEvent::Type t) |
| bool | eventFilter (QObject *watched, QEvent *e) |
| bool | isFiltered (QEvent::Type t) const |
| void | removeFilter (QEvent::Type t) |
Protected Member Functions | |
| bool | callHandler (QEvent *e) |
Detailed Description
Filters events for a QObject and forwards them to a JS handler.
Definition at line 44 of file eventproxy.h.
Constructor & Destructor Documentation
| EventProxy::EventProxy | ( | QObjectBinding * | watch, |
| KJS::Interpreter * | interpreter | ||
| ) |
Definition at line 35 of file eventproxy.cpp.
| EventProxy::~EventProxy | ( | ) |
Definition at line 41 of file eventproxy.cpp.
Member Function Documentation
| void EventProxy::addFilter | ( | QEvent::Type | t | ) |
Adds an event type to those we forward to JS.
Definition at line 52 of file eventproxy.cpp.
|
protected |
Definition at line 93 of file eventproxy.cpp.
| bool EventProxy::eventFilter | ( | QObject * | watched, |
| QEvent * | e | ||
| ) |
Reimplemented to forward events to JS.
Definition at line 84 of file eventproxy.cpp.
| bool EventProxy::isFiltered | ( | QEvent::Type | t | ) | const |
Returns true iff we forward the event type to JS.
Definition at line 45 of file eventproxy.cpp.
| void EventProxy::removeFilter | ( | QEvent::Type | t | ) |
Removes an event type from those we forward to JS.
If there are no event types left to forward then we self-destruct.
Definition at line 69 of file eventproxy.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference