KNotifications
kstatusnotifieritem.h
83 /// Nothing is happening in the application, so showing this icon is not required. This is the default value
84 Passive = 1,
87 Active = 2,
90 NeedsAttention = 3,
99 /// An icon for a normal application, can be seen as its taskbar entry. This is the default value
100 ApplicationStatus = 1,
103 Communications = 2,
107 SystemServices = 3,
109 Hardware = 4,
426 void showMessage(const QString &title, const QString &message, const QString &icon, int timeout = 10000);
439 * @param pos if it's a valid position it represents the mouse coordinates when the event was triggered
Q_PROPERTY(...)
Q_ENUM(...)
Q_SLOTSQ_SLOTS
ItemStatus
All the possible status this icon can have, depending on the importance of the events that happens in...
Definition: kstatusnotifieritem.h:82
virtual bool eventFilter(QObject *watched, QEvent *event)
Orientation
Q_SCRIPTABLE CaptureState status()
Q_SIGNALSQ_SIGNALS
KDE Status notifier Item protocol implementation
Definition: kstatusnotifieritem.h:60
ItemCategory
Different kinds of applications announce their type to the systemtray, so can be drawn in a different...
Definition: kstatusnotifieritem.h:98
QString message
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 03:49:15 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 03:49:15 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.