|
dtknotifications
notification development tool kit
|
消息记录中的一些信息 更多...
#include <dnotificationtypes.h>
Public 属性 | |
| QString | appName |
| QString | id |
| QString | appIcon |
| QString | summary |
| QString | body |
| QStringList | actions |
| QVariantMap | hints |
| QString | ctime |
| uint | replacesId |
| QString | timeout |
友元 | |
| bool | operator== (const DNotificationData &lhs, const DNotificationData &rhs) |
| bool | operator== (const QVariantMap &lhs, const QVariantMap &rhs) |
消息记录中的一些信息
| Dtk::Notifications::DNotificationData DNotificationData::actions |
按钮列表
| Dtk::Notifications::DNotificationData DNotificationData::appIcon |
应用图标
| Dtk::Notifications::DNotificationData DNotificationData::appName |
应用名称
| Dtk::Notifications::DNotificationData DNotificationData::body |
通知内容
| Dtk::Notifications::DNotificationData DNotificationData::ctime |
通知时间的时间戳
| Dtk::Notifications::DNotificationData DNotificationData::hints |
通知额外数据
| Dtk::Notifications::DNotificationData DNotificationData::id |
消息id
| Dtk::Notifications::DNotificationData DNotificationData::replacesId |
替换id
| Dtk::Notifications::DNotificationData DNotificationData::summary |
通知概要
| Dtk::Notifications::DNotificationData DNotificationData::timeout |
通知超时时间