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 (
"Terminal is active"),
251 QObject::tr (
"The terminal tab that caused the notification is active."),
263 if (!type.isEmpty ())
264 return values.value (type);
267 for (
const auto& list : values)
const QString IMActivitySpecific
Specific activity name of a contact (QString).
const QString MediaArtist
The artist of the currently playing media (QString).
const QString MediaAlbum
The album of the currently playing media (QString).
QList< ANFieldData > GetStdANFields(const QString &type)
Returns the list of the standard AN fields for the given category.
const QString IMMoodGeneral
General mood name of a contact (QString).
const QString TypeIMEventTuneChange
User's tune has changed.
const QString TypeIMEventActivityChange
User's activity has changed.
const QString TypeMediaPlaybackStatus
A media file playback status has been changed.
const QString TypeTerminalBell
A bell has ringed in a terminal window.
const QString TypeTerminalActivity
Activity in terminal window.
const QString TerminalActive
Whether the terminal window is active (bool).
const QString IMLocationLocality
Exact locality, like a town or a city, a contact is currently in (QString).
const QString IMLocationCountry
Country a contact is currently in (QString).
const QString CatTerminal
Category for terminal emulation events.
const QString MediaTitle
The title of the currently playing media (QString).
const QString TypeIMEventMoodChange
User's mood has changed.
const QString IMMoodText
Accompanying mood text entered by a contact (QString).
const QString IMLocationLatitude
Latitude of a contact's position (double).
const QString TypeIMEventLocationChange
User's location has changed.
const QString IMActivityText
Accompanying activity text entered by a contact (QString).
const QString IMActivityGeneral
General activity name of a contact (QString).
const QString MediaPlaybackStatus
Playback status of the URL (QString).
const QString TypeTerminalInactivity
Inactivity in terminal window.
const QString IMLocationLongitude
Longitude of a contact's position (double).
const QString CatMediaPlayer
Category of media player-related events.
const QString MediaPlayerURL
The URL to the file being played.
const QString MediaLength
The length of the currently playing media (int).