kjsembed
eventproxy.cpp
Go to the documentation of this file.
135 (*KJSEmbed::conerr()) << i18n("Exception calling '%1' function from %2:%3:%4", id.ascii(), !sourceURL.isEmpty() ? sourceURL : QString::number(sourceId), line, message) << endl;
bool eventFilter(QObject *watched, QEvent *e)
Reimplemented to forward events to JS.
Definition: eventproxy.cpp:84
Definition: qobject_binding.h:79
Definition: variant_binding.cpp:130
void addFilter(QEvent::Type t)
Adds an event type to those we forward to JS.
Definition: eventproxy.cpp:52
KJS::Identifier findEventHandler(QEvent::Type t) const
Returns the name of the handler method for the specified event type.
Definition: jseventmapper.cpp:279
KJS::JSObject * event(KJS::ExecState *exec, const QEvent *ev)
Definition: jseventutils.cpp:31
bool isFiltered(QEvent::Type t) const
Returns true iff we forward the event type to JS.
Definition: eventproxy.cpp:45
EventProxy(QObjectBinding *watch, KJS::Interpreter *interpreter)
Definition: eventproxy.cpp:35
Definition: variant_binding.cpp:130
void removeFilter(QEvent::Type t)
Removes an event type from those we forward to JS.
Definition: eventproxy.cpp:69
JSObject * throwError(ExecState *e, ErrorType t, const QString &m)
Definition: binding_support.h:241
This file is part of the KDE documentation.
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
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.