15 const QString
Priority { QStringLiteral (
"Priority") };
21 const QString
Text { QStringLiteral (
"Text") };
22 const QString
Tags { QStringLiteral (
" Tags") };
27#define MIME_NOTIFICATION "x-leechcraft/notification"
34 const QString
CatEventCancel { QStringLiteral (
"org.LC.AdvNotifications.Cancel") };
36#define CAT_IM "org.LC.AdvNotifications.IM"
55#define CAT_ORGANIZER "org.LC.AdvNotifications.Organizer"
59#define CAT_DOWNLOADS "org.LC.AdvNotifications.Downloads"
64#define CAT_PACKAGE_MANAGER "org.LC.AdvNotifications.PackageManager"
68#define CAT_MEDIA_PLAYER "org.LC.AdvNotifications.MediaPlayer"
72#define CAT_TERMINAL "org.LC.AdvNotifications.Terminal"
78#define CAT_NEWS "org.LC.AdvNotifications.News"
83#define CAT_GENERIC "org.LC.AdvNotifications.Generic"
111 const QString
SenderID { QStringLiteral (
"org.LC.AdvNotifications.SenderID") };
112 const QString
EventCategory { QStringLiteral (
"org.LC.AdvNotifications.EventCategory") };
113 const QString
EventID { QStringLiteral (
"org.LC.AdvNotifications.EventID") };
114 const QString
VisualPath { QStringLiteral (
"org.LC.AdvNotifications.VisualPath") };
115 const QString
EventType { QStringLiteral (
"org.LC.AdvNotifications.EventType") };
116 const QString
FullText { QStringLiteral (
"org.LC.AdvNotifications.FullText") };
117 const QString
ExtendedText { QStringLiteral (
"org.LC.AdvNotifications.ExtendedText") };
118 const QString
DeltaCount { QStringLiteral (
"org.LC.AdvNotifications.DeltaCount") };
119 const QString
Count { QStringLiteral (
"org.LC.AdvNotifications.Count") };
121 const QString
WindowIndex { QStringLiteral (
"org.LC.AdvNotifications.WindowIndex") };
123 const QString
OpenConfiguration { QStringLiteral (
"org.LC.AdvNotifications.OpenConfiguration") };
124 const QString
IsSingleShot { QStringLiteral (
"org.LC.AdvNotifications.SingleShot") };
125 const QString
NotifyTransient { QStringLiteral (
"org.LC.AdvNotifications.NotifyTransient") };
126 const QString
NotifyPersistent { QStringLiteral (
"org.LC.AdvNotifications.NotifyPersistent") };
127 const QString
NotifyAudio { QStringLiteral (
"org.LC.AdvNotifications.NotifyAudio") };
129 const QString
RuleID { QStringLiteral (
"org.LC.AdvNotifications.RuleID") };
130 const QString
AssocColor { QStringLiteral (
"org.LC.AdvNotifications.AssocColor") };
131 const QString
IsEnabled { QStringLiteral (
"org.LC.AdvNotifications.IsEnabled") };
#define CAT_PACKAGE_MANAGER
#define MIME_NOTIFICATION
Q_DECL_IMPORT const QString Count
The new total event count (int).
Q_DECL_IMPORT const QString EventID
The ID of the event (QString).
Q_DECL_IMPORT const QString SenderID
The plugin ID of the sender (QByteArray or QString).
Q_DECL_IMPORT const QString OpenConfiguration
Whether configuration dialog should be opened (bool).
Q_DECL_IMPORT const QString NotifyPersistent
Whether a persistent notifier should be enabled by default in the rule being created (bool).
Q_DECL_IMPORT const QString VisualPath
Visual path to this event (QStringList).
Q_DECL_IMPORT const QString NotifyAudio
Whether an audio notifier should be enabled by default in the rule being created (bool).
Q_DECL_IMPORT const QString WindowIndex
The index of the window associated with this event (int).
Q_DECL_IMPORT const QString RuleID
Q_DECL_IMPORT const QString IsEnabled
Q_DECL_IMPORT const QString ExtendedText
The even more detailed text than FullText (QString).
Q_DECL_IMPORT const QString NotifyTransient
Whether a transient notifier should be enabled by default in the rule being created (bool).
Q_DECL_IMPORT const QString EventCategory
The category of the event (QString).
Q_DECL_IMPORT const QString FullText
The detailed text of the event (QString).
Q_DECL_IMPORT const QString AssocColor
Q_DECL_IMPORT const QString DeltaCount
The change in event count (int).
Q_DECL_IMPORT const QString EventType
The type of the event (QString).
Q_DECL_IMPORT const QString IsSingleShot
Whether the created rule should be single-shot (bool).
Q_DECL_IMPORT const QString IMActivityGeneral
General activity name of a contact (QString).
Q_DECL_IMPORT const QString IMActivitySpecific
Specific activity name of a contact (QString).
Q_DECL_IMPORT const QString TerminalActive
Whether the terminal window is active (bool).
Q_DECL_IMPORT const QString MediaAlbum
The album of the currently playing media (QString).
Q_DECL_IMPORT const QString IMLocationCountry
Country a contact is currently in (QString).
Q_DECL_IMPORT const QString IMMoodText
Accompanying mood text entered by a contact (QString).
Q_DECL_IMPORT const QString IMLocationLocality
Exact locality, like a town or a city, a contact is currently in (QString).
Q_DECL_IMPORT const QString MediaTitle
The title of the currently playing media (QString).
Q_DECL_IMPORT const QString MediaLength
The length of the currently playing media (int).
Q_DECL_IMPORT const QString NewsSourceName
News source name (QString).
Q_DECL_IMPORT const QString MediaPlayerURL
The URL to the file being played.
Q_DECL_IMPORT const QString MediaPlaybackStatus
Playback status of the URL (QString).
Q_DECL_IMPORT const QString IMMoodGeneral
General mood name of a contact (QString).
Q_DECL_IMPORT const QString IMLocationLatitude
Latitude of a contact's position (double).
Q_DECL_IMPORT const QString MediaArtist
The artist of the currently playing media (QString).
Q_DECL_IMPORT const QString IMLocationLongitude
Longitude of a contact's position (double).
Q_DECL_IMPORT const QString IMActivityText
Accompanying activity text entered by a contact (QString).
Q_DECL_IMPORT const QString NewsSourceURL
News source URL (QString).
Q_DECL_IMPORT const QString TypeTerminalActivity
Activity in terminal window.
Q_DECL_IMPORT const QString TypeIMEventActivityChange
User's activity has changed.
Q_DECL_IMPORT const QString TypeOrganizerEventDue
An event due date is coming.
Q_DECL_IMPORT const QString CatGeneric
Generic notifications that don't fit into any other category.
Q_DECL_IMPORT const QString TypeNewsSourceUpdated
News source got updated.
Q_DECL_IMPORT const QString TypeMediaPlaybackStatus
A media file playback status has been changed.
Q_DECL_IMPORT const QString TypeIMEventLocationChange
User's location has changed.
Q_DECL_IMPORT const QString TypeIMAttention
Another user has requested our user's attention.
Q_DECL_IMPORT const QString TypeIMMUCHighlight
User has been highlighted in a multiuser chat.
Q_DECL_IMPORT const QString TypeGeneric
Generic type for generic notifications.
Q_DECL_IMPORT const QString TypeIMSubscrUnsub
Another user has unsubscribed from our user.
Q_DECL_IMPORT const QString TypeIMSubscrSub
Another user has subscribed to our user.
Q_DECL_IMPORT const QString CatOrganizer
Category of Organizer-related events.
Q_DECL_IMPORT const QString CatIM
Category of Instant Messaging-related events.
Q_DECL_IMPORT const QString TypeIMSubscrRevoke
Another user has revoked subscription from our user.
Q_DECL_IMPORT const QString CatNews
Category for news-related events.
Q_DECL_IMPORT const QString CatTerminal
Category for terminal emulation events.
Q_DECL_IMPORT const QString TypeTerminalBell
A bell has ringed in a terminal window.
Q_DECL_IMPORT const QString CatDownloads
Category of Downloads-related events.
Q_DECL_IMPORT const QString CatEventCancel
Event cancel pseudo-category.
Q_DECL_IMPORT const QString TypeIMSubscrRequest
Another user has requested subscription from our user.
Q_DECL_IMPORT const QString TypePackageUpdated
A package has been updated.
Q_DECL_IMPORT const QString TypeIMMUCInvite
User has been invited to a multiuser chat.
Q_DECL_IMPORT const QString TypeIMIncFile
Another user has sent our user a file.
Q_DECL_IMPORT const QString CatPackageManager
Category of package manager-related events.
Q_DECL_IMPORT const QString CatMediaPlayer
Category of media player-related events.
Q_DECL_IMPORT const QString TypeTerminalInactivity
Inactivity in terminal window.
Q_DECL_IMPORT const QString TypeIMEventTuneChange
User's tune has changed.
Q_DECL_IMPORT const QString TypeIMIncMsg
User has received a message in a standard one-to-one chat.
Q_DECL_IMPORT const QString TypeIMEventMoodChange
User's mood has changed.
Q_DECL_IMPORT const QString TypeIMStatusChange
Another user in our user's contact list has changed its status.
Q_DECL_IMPORT const QString TypeNewsSourceBroken
News source is detected to be broken.
Q_DECL_IMPORT const QString TypeIMSubscrGrant
Another user has granted subscription to our user.
Q_DECL_IMPORT const QString TypeDownloadError
A download has been failed.
Q_DECL_IMPORT const QString TypeIMMUCMsg
A message has been sent to a multiuser chat.
Q_DECL_IMPORT const QString TypeDownloadFinished
A download has been finished successfully without errors.
Q_DECL_IMPORT const QString NotificationTimeout
Q_DECL_IMPORT const QString UserVisibleName
Q_DECL_IMPORT const QString NotificationPixmap
Q_DECL_IMPORT const QString HandlingObject
Q_DECL_IMPORT const QString NotificationActions
Q_DECL_IMPORT const QString Text
Q_DECL_IMPORT const QString Tags
Q_DECL_IMPORT const QString NotificationRuleCreate
Q_DECL_IMPORT const QString Notification