KDEUI
#include "ksystemeventfilter.h"
#include <QObject>
#include <QWidget>
#include <QWeakPointer>
#include <QSet>
#include <QAbstractEventDispatcher>
#include <kglobal.h>
#include "ksystemeventfilter.moc"
Go to the source code of this file.
Namespaces | |
namespace | KSystemEventFilter |
Functions | |
bool | _k_eventFilter (void *message) |
void | KSystemEventFilter::installEventFilter (QWidget *filter) |
void | KSystemEventFilter::removeEventFilter (const QWidget *filter) |
Function Documentation
◆ _k_eventFilter()
bool _k_eventFilter | ( | void * | message | ) |
Copyright 2009, 2010 Michael Leupold lemma.nosp@m.@con.nosp@m.fuego.nosp@m..org
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) version 3, or any later version accepted by the membership of KDE e.V. (or its successor approved by the membership of KDE e.V.), which shall act as a proxy defined in Section 6 of version 3 of the license.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library. If not, see http://www.gnu.org/licenses/
Definition at line 89 of file ksystemeventfilter.cpp.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.