KParts

listingfilterextension.cpp
1/*
2 This file is part of the KDE project
3 SPDX-FileCopyrightText: 2012 Dawit Alemayehu <adawit@kde.org>
4
5 SPDX-License-Identifier: LGPL-2.0-or-later
6*/
7
8#include "listingfilterextension.h"
9
10#include "readonlypart.h"
11
12class KParts::ListingFilterExtensionPrivate
13{
14};
15
21
25
30
35
40
41#include "moc_listingfilterextension.cpp"
An extension for filtering listings.
FilterMode
Supported file filtering modes modes.
virtual bool supportsMultipleFilters(FilterMode mode) const
Returns true if the part that implements this extension allows the use of multiple filters for the gi...
ListingFilterExtension(KParts::ReadOnlyPart *parent)
static ListingFilterExtension * childObject(QObject *obj)
Queries obj for a child object which inherits from this class.
virtual FilterModes supportedFilterModes() const
Returns the OR'ed value of the file filter modes supported by the part that implements this extension...
Base class for any "viewer" part.
T findChild(const QString &name, Qt::FindChildOptions options) const const
FindDirectChildrenOnly
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:15:54 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.