![]() |
LeechCraft
0.6.70-10870-g558588d6ec
Modular cross-platform feature rich live environment.
|
Variables | |
const QString | MediaPlayerURL = CatMediaPlayer + ".Fields.URL" |
The URL to the file being played. More... | |
const QString | MediaPlaybackStatus = CatMediaPlayer + ".Fields.PlaybackStatus" |
Playback status of the URL (QString). More... | |
const QString | MediaTitle = CatMediaPlayer + ".Fields.Title" |
The title of the currently playing media (QString). More... | |
const QString | MediaArtist = CatMediaPlayer + ".Fields.Artist" |
The artist of the currently playing media (QString). More... | |
const QString | MediaAlbum = CatMediaPlayer + ".Fields.Album" |
The album of the currently playing media (QString). More... | |
const QString | MediaLength = CatMediaPlayer + ".Fields.Length" |
The length of the currently playing media (int). More... | |
const QString | TerminalActive = CatTerminal + ".Fields.Active" |
Whether the terminal window is active (bool). More... | |
const QString | IMActivityGeneral = CatIM + ".Fields.Activity.General" |
General activity name of a contact (QString). More... | |
const QString | IMActivitySpecific = CatIM + ".Fields.Activity.Specific" |
Specific activity name of a contact (QString). More... | |
const QString | IMActivityText = CatIM + ".Fields.Activity.Text" |
Accompanying activity text entered by a contact (QString). More... | |
const QString | IMMoodGeneral = CatIM + ".Fields.Mood.General" |
General mood name of a contact (QString). More... | |
const QString | IMMoodText = CatIM + ".Fields.Mood.Text" |
Accompanying mood text entered by a contact (QString). More... | |
const QString | IMLocationLongitude = CatIM + ".Fields.Location.Longitude" |
Longitude of a contact's position (double). More... | |
const QString | IMLocationLatitude = CatIM + ".Fields.Location.Latitude" |
Latitude of a contact's position (double). More... | |
const QString | IMLocationCountry = CatIM + ".Fields.Location.Country" |
Country a contact is currently in (QString). More... | |
const QString | IMLocationLocality = CatIM + ".Fields.Location.Locality" |
Exact locality, like a town or a city, a contact is currently in (QString). More... | |
const QString LeechCraft::AN::Field::IMActivityGeneral = CatIM + ".Fields.Activity.General" |
General activity name of a contact (QString).
Definition at line 246 of file constants.h.
Referenced by LeechCraft::Util::GetStdANFields().
const QString LeechCraft::AN::Field::IMActivitySpecific = CatIM + ".Fields.Activity.Specific" |
Specific activity name of a contact (QString).
Definition at line 249 of file constants.h.
Referenced by LeechCraft::Util::GetStdANFields().
const QString LeechCraft::AN::Field::IMActivityText = CatIM + ".Fields.Activity.Text" |
Accompanying activity text entered by a contact (QString).
Definition at line 252 of file constants.h.
Referenced by LeechCraft::Util::GetStdANFields().
const QString LeechCraft::AN::Field::IMLocationCountry = CatIM + ".Fields.Location.Country" |
Country a contact is currently in (QString).
Definition at line 269 of file constants.h.
Referenced by LeechCraft::Util::GetStdANFields().
const QString LeechCraft::AN::Field::IMLocationLatitude = CatIM + ".Fields.Location.Latitude" |
Latitude of a contact's position (double).
Definition at line 266 of file constants.h.
Referenced by LeechCraft::Util::GetStdANFields().
const QString LeechCraft::AN::Field::IMLocationLocality = CatIM + ".Fields.Location.Locality" |
Exact locality, like a town or a city, a contact is currently in (QString).
Definition at line 273 of file constants.h.
Referenced by LeechCraft::Util::GetStdANFields().
const QString LeechCraft::AN::Field::IMLocationLongitude = CatIM + ".Fields.Location.Longitude" |
Longitude of a contact's position (double).
Definition at line 263 of file constants.h.
Referenced by LeechCraft::Util::GetStdANFields().
const QString LeechCraft::AN::Field::IMMoodGeneral = CatIM + ".Fields.Mood.General" |
General mood name of a contact (QString).
Definition at line 256 of file constants.h.
Referenced by LeechCraft::Util::GetStdANFields().
const QString LeechCraft::AN::Field::IMMoodText = CatIM + ".Fields.Mood.Text" |
Accompanying mood text entered by a contact (QString).
Definition at line 259 of file constants.h.
Referenced by LeechCraft::Util::GetStdANFields().
const QString LeechCraft::AN::Field::MediaAlbum = CatMediaPlayer + ".Fields.Album" |
The album of the currently playing media (QString).
Definition at line 234 of file constants.h.
Referenced by LeechCraft::Util::GetStdANFields().
const QString LeechCraft::AN::Field::MediaArtist = CatMediaPlayer + ".Fields.Artist" |
The artist of the currently playing media (QString).
Definition at line 230 of file constants.h.
Referenced by LeechCraft::Util::GetStdANFields().
const QString LeechCraft::AN::Field::MediaLength = CatMediaPlayer + ".Fields.Length" |
The length of the currently playing media (int).
Definition at line 238 of file constants.h.
Referenced by LeechCraft::Util::GetStdANFields().
const QString LeechCraft::AN::Field::MediaPlaybackStatus = CatMediaPlayer + ".Fields.PlaybackStatus" |
Playback status of the URL (QString).
A string, one of:
Definition at line 222 of file constants.h.
Referenced by LeechCraft::Util::GetStdANFields().
const QString LeechCraft::AN::Field::MediaPlayerURL = CatMediaPlayer + ".Fields.URL" |
The URL to the file being played.
Definition at line 213 of file constants.h.
Referenced by LeechCraft::Util::GetStdANFields().
const QString LeechCraft::AN::Field::MediaTitle = CatMediaPlayer + ".Fields.Title" |
The title of the currently playing media (QString).
Definition at line 226 of file constants.h.
Referenced by LeechCraft::Util::GetStdANFields().
const QString LeechCraft::AN::Field::TerminalActive = CatTerminal + ".Fields.Active" |
Whether the terminal window is active (bool).
Definition at line 242 of file constants.h.
Referenced by LeechCraft::Util::GetStdANFields().