 |
LeechCraft
0.6.70-15082-g543737046d
Modular cross-platform feature rich live environment.
|
Go to the documentation of this file.
26 QObject::tr (
"Track title"),
27 QObject::tr (
"The track that the contact is currently listening to."),
35 QObject::tr (
"Track album"),
36 QObject::tr (
"The album that the contact is currently listening to."),
44 QObject::tr (
"Track artist"),
45 QObject::tr (
"The artist the contact is currently listening to."),
53 QObject::tr (
"Track length"),
54 QObject::tr (
"Length of the track the contact is currently listening to."),
67 QObject::tr (
"General activity"),
68 QObject::tr (
"General activity of the contact."),
76 QObject::tr (
"Specific activity"),
77 QObject::tr (
"Specific activity of the contact within the given general activity."),
85 QObject::tr (
"Activity text"),
86 QObject::tr (
"The comment set by the contact."),
100 QObject::tr (
"The mood of the contact."),
108 QObject::tr (
"Mood explanation text"),
109 QObject::tr (
"The text accompanying the mood set by the contact."),
122 QObject::tr (
"Latitude"),
123 QObject::tr (
"The latitude of the contact's current position."),
131 QObject::tr (
"Longitude"),
132 QObject::tr (
"The longitude of the contact's current position."),
140 QObject::tr (
"Country"),
141 QObject::tr (
"The country the contact is currently in."),
149 QObject::tr (
"Locality"),
150 QObject::tr (
"The the exact locality (like a city or a town) the contact is currently in."),
163 QObject::tr (
"File URL"),
164 QObject::tr (
"URL to the file being played."),
172 QObject::tr (
"Playback status"),
173 QObject::tr (
"The status of the currently playing media file."),
186 QObject::tr (
"Title metadata"),
187 QObject::tr (
"Title of the track being played."),
195 QObject::tr (
"Album metadata"),
196 QObject::tr (
"Album of the track being played."),
204 QObject::tr (
"Artist metadata"),
205 QObject::tr (
"Artist of the track being played."),
213 QObject::tr (
"Length metadata"),
214 QObject::tr (
"Length of the track being played."),
227 QObject::tr (
"News source name"),
228 QObject::tr (
"The name of the news source that caused the notification."),
237 QObject::tr (
"News source URL"),
238 QObject::tr (
"The URL of the news source that caused the notification."),
252 QObject::tr (
"Terminal is active"),
253 QObject::tr (
"The terminal tab that caused the notification is active."),
265 if (!type.isEmpty ())
266 return values.value (type);
269 for (
const auto& list : values)
const Q_DECL_IMPORT QString IMLocationLocality
Exact locality, like a town or a city, a contact is currently in (QString).
const Q_DECL_IMPORT QString MediaArtist
The artist of the currently playing media (QString).
const Q_DECL_IMPORT QString TypeIMEventMoodChange
User's mood has changed.
const Q_DECL_IMPORT QString TypeTerminalActivity
Activity in terminal window.
const Q_DECL_IMPORT QString TypeIMEventLocationChange
User's location has changed.
const Q_DECL_IMPORT QString IMActivitySpecific
Specific activity name of a contact (QString).
const Q_DECL_IMPORT QString TerminalActive
Whether the terminal window is active (bool).
const Q_DECL_IMPORT QString IMActivityGeneral
General activity name of a contact (QString).
const Q_DECL_IMPORT QString MediaAlbum
The album of the currently playing media (QString).
const Q_DECL_IMPORT QString NewsSourceURL
News source URL (QString).
const Q_DECL_IMPORT QString TypeTerminalBell
A bell has ringed in a terminal window.
const Q_DECL_IMPORT QString NewsSourceName
News source name (QString).
const Q_DECL_IMPORT QString IMLocationLongitude
Longitude of a contact's position (double).
const Q_DECL_IMPORT QString TypeTerminalInactivity
Inactivity in terminal window.
const Q_DECL_IMPORT QString TypeNewsSourceBroken
News source is detected to be broken.
const Q_DECL_IMPORT QString CatNews
Category for news-related events.
const Q_DECL_IMPORT QString TypeNewsSourceUpdated
News source got updated.
const Q_DECL_IMPORT QString TypeIMEventTuneChange
User's tune has changed.
const Q_DECL_IMPORT QString MediaTitle
The title of the currently playing media (QString).
const Q_DECL_IMPORT QString IMActivityText
Accompanying activity text entered by a contact (QString).
const Q_DECL_IMPORT QString MediaPlaybackStatus
Playback status of the URL (QString).
const Q_DECL_IMPORT QString CatMediaPlayer
Category of media player-related events.
const Q_DECL_IMPORT QString MediaPlayerURL
The URL to the file being played.
const Q_DECL_IMPORT QString IMLocationCountry
Country a contact is currently in (QString).
const Q_DECL_IMPORT QString TypeMediaPlaybackStatus
A media file playback status has been changed.
const Q_DECL_IMPORT QString MediaLength
The length of the currently playing media (int).
const Q_DECL_IMPORT QString IMLocationLatitude
Latitude of a contact's position (double).
const Q_DECL_IMPORT QString TypeIMEventActivityChange
User's activity has changed.
const Q_DECL_IMPORT QString IMMoodText
Accompanying mood text entered by a contact (QString).
const Q_DECL_IMPORT 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.
const Q_DECL_IMPORT QString CatTerminal
Category for terminal emulation events.