KDEUI
kstatusnotifieritem.h
Go to the documentation of this file.
79 Q_PROPERTY( QString title READ title WRITE setTitle )
81 Q_PROPERTY( QString iconName READ iconName WRITE setIconByName )
82 Q_PROPERTY( QString overlayIconName READ overlayIconName WRITE setOverlayIconByName )
83 Q_PROPERTY( QString attentionIconName READ attentionIconName WRITE setAttentionIconByName )
84 Q_PROPERTY( QString toolTipIconName READ toolTipIconName WRITE setToolTipIconByName )
85 Q_PROPERTY( QString toolTipTitle READ toolTipTitle WRITE setToolTipTitle )
86 Q_PROPERTY( QString toolTipSubTitle READ toolTipSubTitle WRITE setToolTipSubTitle )
88 friend class KStatusNotifierItemDBus;
89 friend class KStatusNotifierItemPrivate;
97 Passive = 1,
100 Active = 2,
103 NeedsAttention = 3
112 ApplicationStatus = 1,
115 Communications = 2,
119 SystemServices = 3,
121 Hardware = 4,
122 Reserved = 129
411 void showMessage(const QString &title, const QString &message, const QString &icon, int timeout = 10000);
const char * name(StandardAction id)
This will return the internal name of a given standard action.
Definition: kstandardaction.cpp:223
ItemCategory
Different kinds of applications announce their type to the systemtray, so can be drawn in a different...
Definition: kstatusnotifieritem.h:110
ItemStatus
All the possible status this icon can have, depending on the importance of the events that happens in...
Definition: kstatusnotifieritem.h:95
KDE Status notifier Item protocol implementation
Definition: kstatusnotifieritem.h:72
This file is part of the KDE documentation.
Documentation copyright © 1996-2017 The KDE developers.
Generated on Tue May 16 2017 10:20:58 by doxygen 1.8.13 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2017 The KDE developers.
Generated on Tue May 16 2017 10:20:58 by doxygen 1.8.13 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.