KJsEmbed
eventproxy.h
Type
void removeFilter(QEvent::Type t)
Removes an event type from those we forward to JS.
Definition: eventproxy.cpp:72
bool eventFilter(QObject *watched, QEvent *e) override
Reimplemented to forward events to JS.
Definition: eventproxy.cpp:88
Filters events for a QObject and forwards them to a JS handler.
Definition: eventproxy.h:43
void addFilter(QEvent::Type t)
Adds an event type to those we forward to JS.
Definition: eventproxy.cpp:53
bool isFiltered(QEvent::Type t) const
Returns true iff we forward the event type to JS.
Definition: eventproxy.cpp:45
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Dec 10 2023 03:59:19 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Dec 10 2023 03:59:19 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.