49 QObject::tr (
"Title metadata"),
50 QObject::tr (
"Title of the track being played."),
58 QObject::tr (
"Album metadata"),
59 QObject::tr (
"Album of the track being played."),
67 QObject::tr (
"Artist metadata"),
68 QObject::tr (
"Artist of the track being played."),
76 QObject::tr (
"Length metadata"),
77 QObject::tr (
"Length of the track being played."),
90 QObject::tr (
"General activity"),
91 QObject::tr (
"General activity of the contact."),
99 QObject::tr (
"Specific activity"),
100 QObject::tr (
"Specific activity of the contact within the given general activity."),
108 QObject::tr (
"Activity text"),
109 QObject::tr (
"The comment set by the contact."),
122 QObject::tr (
"Mood"),
123 QObject::tr (
"The mood of the contact."),
131 QObject::tr (
"Mood explanation text"),
132 QObject::tr (
"The text accompanying the mood set by the contact."),
145 QObject::tr (
"Latitude"),
146 QObject::tr (
"The latitude of the contact's current position."),
154 QObject::tr (
"Longitude"),
155 QObject::tr (
"The longitude of the contact's current position."),
163 QObject::tr (
"Country"),
164 QObject::tr (
"The country the contact is currently in."),
172 QObject::tr (
"Longitude"),
173 QObject::tr (
"The the exact locality (like a city or a town) the contact is currently in."),
186 QObject::tr (
"File URL"),
187 QObject::tr (
"URL to the file being played."),
195 QObject::tr (
"Playback status"),
196 QObject::tr (
"The status of the currently playing media file."),
209 QObject::tr (
"Title metadata"),
210 QObject::tr (
"Title of the track being played."),
218 QObject::tr (
"Album metadata"),
219 QObject::tr (
"Album of the track being played."),
227 QObject::tr (
"Artist metadata"),
228 QObject::tr (
"Artist of the track being played."),
236 QObject::tr (
"Length metadata"),
237 QObject::tr (
"Length of the track being played."),
250 QObject::tr (
"News source name"),
251 QObject::tr (
"The name of the news source that caused the notification."),
265 QObject::tr (
"Terminal is active"),
266 QObject::tr (
"The terminal tab that caused the notification is active."),
278 if (!type.isEmpty ())
279 return values.value (type);
282 for (
const auto& list : values)
Q_DECL_IMPORT const QString CatTerminal
Category for terminal emulation events.
Q_DECL_IMPORT const QString MediaArtist
The artist of the currently playing media (QString).
Q_DECL_IMPORT const QString TypeIMEventLocationChange
User's location has changed.
Q_DECL_IMPORT const QString IMActivitySpecific
Specific activity name of a contact (QString).
Q_DECL_IMPORT const QString TypeTerminalActivity
Activity in terminal window.
Q_DECL_IMPORT const QString MediaTitle
The title of the currently playing media (QString).
Q_DECL_IMPORT const QString TerminalActive
Whether the terminal window is active (bool).
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 TypeTerminalBell
A bell has ringed in a terminal window.
Q_DECL_IMPORT const QString TypeNewsSourceBroken
News source is detected to be broken.
Q_DECL_IMPORT const QString MediaPlayerURL
The URL to the file being played.
Q_DECL_IMPORT const QString TypeNewsSourceUpdated
News source got updated.
Q_DECL_IMPORT const QString TypeTerminalInactivity
Inactivity in terminal window.
Q_DECL_IMPORT const QString MediaAlbum
The album of the currently playing media (QString).
Q_DECL_IMPORT const QString CatNews
Category for news-related events.
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 CatMediaPlayer
Category of media player-related events.
Q_DECL_IMPORT const QString TypeMediaPlaybackStatus
A media file playback status has been changed.
Q_DECL_IMPORT const QString TypeIMEventTuneChange
User's tune has changed.
Q_DECL_IMPORT const QString TypeIMEventActivityChange
User's activity has changed.
Q_DECL_IMPORT const QString NewsSourceName
News source name (QString).
Q_DECL_IMPORT const QString IMLocationLatitude
Latitude of a contact's position (double).
Q_DECL_IMPORT const QString IMLocationCountry
Country a contact is currently in (QString).
Q_DECL_IMPORT const QString IMActivityGeneral
General activity name of a contact (QString).
Q_DECL_IMPORT const QString IMMoodGeneral
General mood name of a contact (QString).
QList< ANFieldData > GetStdANFields(const QString &type)
Returns the list of the standard AN fields for the given category.
Q_DECL_IMPORT const QString MediaPlaybackStatus
Playback status of the URL (QString).
Q_DECL_IMPORT const QString TypeIMEventMoodChange
User's mood has changed.
Q_DECL_IMPORT const QString MediaLength
The length of the currently playing media (int).