QDBusTrayIcon Class
Header: | #include <QDBusTrayIcon> |
Inherits: | QPlatformSystemTrayIcon |
Public Functions
const QIcon & | attentionIcon() const |
QString | attentionIconName() const |
QString | attentionMessage() const |
QString | attentionTitle() const |
QString | category() const |
const QIcon & | icon() const |
QString | iconName() const |
bool | isRequestingAttention() const |
QDBusPlatformMenu * | menu() |
QString | status() const |
QString | tooltip() const |
Signals
void | attention() |
void | categoryChanged() |
void | iconChanged() |
void | menuChanged() |
void | statusChanged(QString arg) |
void | tooltipChanged() |
Detailed Description
\internal