KStatusNotifierItem
kstatusnotifieritem.h
88 /// Nothing is happening in the application, so showing this icon is not required. This is the default value
89 Passive = 1,
92 Active = 2,
95 NeedsAttention = 3,
104 /// An icon for a normal application, can be seen as its taskbar entry. This is the default value
105 ApplicationStatus = 1,
108 Communications = 2,
112 SystemServices = 3,
114 Hardware = 4,
452 void showMessage(const QString &title, const QString &message, const QString &icon, int timeout = 10000);
476 * @param pos if it's a valid position it represents the mouse coordinates when the event was triggered
KDE Status notifier Item protocol implementation
Definition kstatusnotifieritem.h:66
ItemCategory
Different kinds of applications announce their type to the systemtray, so can be drawn in a different...
Definition kstatusnotifieritem.h:103
void activateRequested(bool active, const QPoint &pos)
Inform the host application that an activation has been requested, for instance left mouse click,...
ItemStatus
All the possible status this icon can have, depending on the importance of the events that happens in...
Definition kstatusnotifieritem.h:87
void scrollRequested(int delta, Qt::Orientation orientation)
Inform the host application that the mouse wheel (or another mean of scrolling that the visualization...
void secondaryActivateRequested(const QPoint &pos)
Alternate activate action, for instance right mouse click, but this is not guaranteed since it's depe...
Q_SCRIPTABLE CaptureState status()
Q_ENUM(...)
Q_PROPERTY(...)
Q_SIGNALSQ_SIGNALS
Q_SLOTSQ_SLOTS
virtual bool eventFilter(QObject *watched, QEvent *event)
Orientation
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:15:27 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:15:27 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.