KIO

kurisearchfilter.h
1/*
2 This file is part of the KDE project
3 SPDX-FileCopyrightText: 1999 Simon Hausmann <hausmann@kde.org>
4 SPDX-FileCopyrightText: 2000 Yves Arrouye <yves@realnames.com>
5 SPDX-FileCopyrightText: 2002, 2003 Dawit Alemayehu <adawit@kde.org>
6
7 SPDX-License-Identifier: GPL-2.0-or-later
8*/
9
10#ifndef KURISEARCHFILTER_H
11#define KURISEARCHFILTER_H
12
13#include "kurifilterplugin_p.h"
14
15class KUriSearchFilter : public KUriFilterPlugin
16{
17 Q_OBJECT
18public:
19 using KUriFilterPlugin::KUriFilterPlugin;
20 ~KUriSearchFilter() override;
21
22 bool filterUri(KUriFilterData &) const override;
23};
24
25#endif
This class is a basic messaging class used to exchange filtering information between the filter plugi...
Definition kurifilter.h:153
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:18:52 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.