|
PiglerAPI
|
Public Slots | |
| qint32 | init (QString name) |
| qint32 | init () |
| void | setAppId (qint32 appId) |
| QString | appName () |
| qint32 | setNotification (qint32 notificationId, QString title, QString message) |
| qint32 | updateNotification (qint32 notificationId, QString title, QString message) |
| qint32 | createNotification (QString title, QString message) |
| qint32 | removeNotification (qint32 notificationId) |
| qint32 | removeAllNotifications () |
| qint32 | getLastTappedNotification () |
| qint32 | setRemoveOnTap (qint32 notificationId, bool remove) |
| qint32 | setLaunchAppOnTap (qint32 notificationId, bool launch) |
| qint32 | setNotificationIcon (qint32 notificationId, QImage icon) |
| qint32 | getNotificationsCount () |
| qint32 | getMaxNotificationsCount () |
| qint32 | getGlobalNotificationsCount () |
| qint32 | startAnnaServer () |
| void | close () |
| void | setTapHandler (IPiglerTapHandler *handler) |
Signals | |
| void | handleTap (qint32 notificationId) |
Public Member Functions | |
| QPiglerAPI (QObject *parent=0) | |
|
slot |
|
slot |
|
slot |
| title | Title text |
| message | Bottom text |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
| notificationId | Notification id |
|
slot |
| appId | Symbian app UID |
|
slot |
| notificationId | Notification id |
| launch |
|
slot |
| notificationId | Notification id or 0 to create |
| title | Title text |
| message | Bottom text |
|
slot |
| notificationId | Notification id |
| icon | Icon image, recommended size is 52x52 |
|
slot |
| notificationId | Notification id |
| remove |
|
slot |
| handler | Tap handler |
|
slot |
|
slot |
| notificationId | Notification id |
| title | Title text |
| message | Bottom text |