KParts
listingnotificationextension.h
24 * @class ListingNotificationExtension listingnotificationextension.h <KParts/ListingNotificationExtension>
virtual NotificationEventTypes supportedNotificationEventTypes() const
Returns the OR'ed value of the notification types supported by the part that implements this extensio...
Definition listingnotificationextension.cpp:31
static ListingNotificationExtension * childObject(QObject *obj)
Queries obj for a child object which inherits from this class.
Definition listingnotificationextension.cpp:26
void listingEvent(KParts::ListingNotificationExtension::NotificationEventType, const KFileItemList &)
This signal is emitted when one of the notification events listed in NotificationEventType occur.
QFlags< NotificationEventType > NotificationEventTypes
Stores a combination of NotificationEventType values.
Definition listingnotificationextension.h:54
NotificationEventType
Supported notification event types.
Definition listingnotificationextension.h:45
@ ItemsAdded
Definition listingnotificationextension.h:47
@ ItemsDeleted
Definition listingnotificationextension.h:48
ListingNotificationExtension(KParts::ReadOnlyPart *parent)
Definition listingnotificationextension.cpp:16
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
Q_SIGNALSQ_SIGNALS
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:58:23 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:58:23 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.