kjsembed
eventproxy.h
Go to the documentation of this file.
bool isFiltered(QEvent::Type t) const
Returns true iff we forward the event type to JS.
Definition eventproxy.cpp:45
bool eventFilter(QObject *watched, QEvent *e)
Reimplemented to forward events to JS.
Definition eventproxy.cpp:84
void addFilter(QEvent::Type t)
Adds an event type to those we forward to JS.
Definition eventproxy.cpp:52
EventProxy(QObjectBinding *watch, KJS::Interpreter *interpreter)
Definition eventproxy.cpp:35
void removeFilter(QEvent::Type t)
Removes an event type from those we forward to JS.
Definition eventproxy.cpp:69
Definition qobject_binding.h:80
Definition application.h:33
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.