KParts

listingnotificationextension.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 "listingnotificationextension.h"
9
10#include "readonlypart.h"
11
12class KParts::ListingNotificationExtensionPrivate
13{
14};
15
21
25
30
35
36#include "moc_listingnotificationextension.cpp"
An extension for receiving listing change notification.
virtual NotificationEventTypes supportedNotificationEventTypes() const
Returns the OR'ed value of the notification types supported by the part that implements this extensio...
static ListingNotificationExtension * childObject(QObject *obj)
Queries obj for a child object which inherits from this class.
ListingNotificationExtension(KParts::ReadOnlyPart *parent)
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.