LeechCraft 0.6.70-14794-g33744ae6ce
Modular cross-platform feature rich live environment.
Loading...
Searching...
No Matches
LC::AN::Field Namespace Reference

Variables

Q_DECL_IMPORT const QString MediaPlayerURL { QStringLiteral (CAT_MEDIA_PLAYER ".Fields.URL") }
 The URL to the file being played.
 
Q_DECL_IMPORT const QString MediaPlaybackStatus { QStringLiteral (CAT_MEDIA_PLAYER ".Fields.PlaybackStatus") }
 Playback status of the URL (QString).
 
Q_DECL_IMPORT const QString MediaTitle { QStringLiteral (CAT_MEDIA_PLAYER ".Fields.Title") }
 The title of the currently playing media (QString).
 
Q_DECL_IMPORT const QString MediaArtist { QStringLiteral (CAT_MEDIA_PLAYER ".Fields.Artist") }
 The artist of the currently playing media (QString).
 
Q_DECL_IMPORT const QString MediaAlbum { QStringLiteral (CAT_MEDIA_PLAYER ".Fields.Album") }
 The album of the currently playing media (QString).
 
Q_DECL_IMPORT const QString MediaLength { QStringLiteral (CAT_MEDIA_PLAYER ".Fields.Length") }
 The length of the currently playing media (int).
 
Q_DECL_IMPORT const QString TerminalActive { QStringLiteral (CAT_TERMINAL ".Fields.Active") }
 Whether the terminal window is active (bool).
 
Q_DECL_IMPORT const QString IMActivityGeneral { QStringLiteral (CAT_IM ".Fields.Activity.General") }
 General activity name of a contact (QString).
 
Q_DECL_IMPORT const QString IMActivitySpecific { QStringLiteral (CAT_IM ".Fields.Activity.Specific") }
 Specific activity name of a contact (QString).
 
Q_DECL_IMPORT const QString IMActivityText { QStringLiteral (CAT_IM ".Fields.Activity.Text") }
 Accompanying activity text entered by a contact (QString).
 
Q_DECL_IMPORT const QString IMMoodGeneral { QStringLiteral (CAT_IM ".Fields.Mood.General") }
 General mood name of a contact (QString).
 
Q_DECL_IMPORT const QString IMMoodText { QStringLiteral (CAT_IM ".Fields.Mood.Text") }
 Accompanying mood text entered by a contact (QString).
 
Q_DECL_IMPORT const QString IMLocationLongitude { QStringLiteral (CAT_IM ".Fields.Location.Longitude") }
 Longitude of a contact's position (double).
 
Q_DECL_IMPORT const QString IMLocationLatitude { QStringLiteral (CAT_IM ".Fields.Location.Latitude") }
 Latitude of a contact's position (double).
 
Q_DECL_IMPORT const QString IMLocationCountry { QStringLiteral (CAT_IM ".Fields.Location.Country") }
 Country a contact is currently in (QString).
 
Q_DECL_IMPORT const QString IMLocationLocality { QStringLiteral (CAT_IM ".Fields.Location.Locality") }
 Exact locality, like a town or a city, a contact is currently in (QString).
 
Q_DECL_IMPORT const QString NewsSourceName { QStringLiteral (CAT_NEWS ".Fields.Source.Name") }
 News source name (QString).
 
Q_DECL_IMPORT const QString NewsSourceURL { QStringLiteral (CAT_NEWS ".Fields.Source.URL") }
 News source URL (QString).
 

Variable Documentation

◆ IMActivityGeneral

const QString LC::AN::Field::IMActivityGeneral { QStringLiteral (CAT_IM ".Fields.Activity.General") }

General activity name of a contact (QString).

Definition at line 96 of file anconstantsdefs.cpp.

Referenced by LC::Util::GetStdANFields().

◆ IMActivitySpecific

const QString LC::AN::Field::IMActivitySpecific { QStringLiteral (CAT_IM ".Fields.Activity.Specific") }

Specific activity name of a contact (QString).

Definition at line 97 of file anconstantsdefs.cpp.

Referenced by LC::Util::GetStdANFields().

◆ IMActivityText

const QString LC::AN::Field::IMActivityText { QStringLiteral (CAT_IM ".Fields.Activity.Text") }

Accompanying activity text entered by a contact (QString).

Definition at line 98 of file anconstantsdefs.cpp.

Referenced by LC::Util::GetStdANFields().

◆ IMLocationCountry

const QString LC::AN::Field::IMLocationCountry { QStringLiteral (CAT_IM ".Fields.Location.Country") }

Country a contact is currently in (QString).

Definition at line 103 of file anconstantsdefs.cpp.

Referenced by LC::Util::GetStdANFields().

◆ IMLocationLatitude

const QString LC::AN::Field::IMLocationLatitude { QStringLiteral (CAT_IM ".Fields.Location.Latitude") }

Latitude of a contact's position (double).

Definition at line 102 of file anconstantsdefs.cpp.

Referenced by LC::Util::GetStdANFields().

◆ IMLocationLocality

const QString LC::AN::Field::IMLocationLocality { QStringLiteral (CAT_IM ".Fields.Location.Locality") }

Exact locality, like a town or a city, a contact is currently in (QString).

Definition at line 104 of file anconstantsdefs.cpp.

Referenced by LC::Util::GetStdANFields().

◆ IMLocationLongitude

const QString LC::AN::Field::IMLocationLongitude { QStringLiteral (CAT_IM ".Fields.Location.Longitude") }

Longitude of a contact's position (double).

Definition at line 101 of file anconstantsdefs.cpp.

Referenced by LC::Util::GetStdANFields().

◆ IMMoodGeneral

const QString LC::AN::Field::IMMoodGeneral { QStringLiteral (CAT_IM ".Fields.Mood.General") }

General mood name of a contact (QString).

Definition at line 99 of file anconstantsdefs.cpp.

Referenced by LC::Util::GetStdANFields().

◆ IMMoodText

const QString LC::AN::Field::IMMoodText { QStringLiteral (CAT_IM ".Fields.Mood.Text") }

Accompanying mood text entered by a contact (QString).

Definition at line 100 of file anconstantsdefs.cpp.

Referenced by LC::Util::GetStdANFields().

◆ MediaAlbum

const QString LC::AN::Field::MediaAlbum { QStringLiteral (CAT_MEDIA_PLAYER ".Fields.Album") }

The album of the currently playing media (QString).

Definition at line 93 of file anconstantsdefs.cpp.

Referenced by LC::Util::GetStdANFields().

◆ MediaArtist

const QString LC::AN::Field::MediaArtist { QStringLiteral (CAT_MEDIA_PLAYER ".Fields.Artist") }

The artist of the currently playing media (QString).

Definition at line 92 of file anconstantsdefs.cpp.

Referenced by LC::Util::GetStdANFields().

◆ MediaLength

const QString LC::AN::Field::MediaLength { QStringLiteral (CAT_MEDIA_PLAYER ".Fields.Length") }

The length of the currently playing media (int).

Definition at line 94 of file anconstantsdefs.cpp.

Referenced by LC::Util::GetStdANFields().

◆ MediaPlaybackStatus

const QString LC::AN::Field::MediaPlaybackStatus { QStringLiteral (CAT_MEDIA_PLAYER ".Fields.PlaybackStatus") }

Playback status of the URL (QString).

A string, one of:

  • Playing
  • Paused
  • Stopped

Definition at line 90 of file anconstantsdefs.cpp.

Referenced by LC::Util::GetStdANFields().

◆ MediaPlayerURL

const QString LC::AN::Field::MediaPlayerURL { QStringLiteral (CAT_MEDIA_PLAYER ".Fields.URL") }

The URL to the file being played.

Definition at line 89 of file anconstantsdefs.cpp.

Referenced by LC::Util::GetStdANFields().

◆ MediaTitle

const QString LC::AN::Field::MediaTitle { QStringLiteral (CAT_MEDIA_PLAYER ".Fields.Title") }

The title of the currently playing media (QString).

Definition at line 91 of file anconstantsdefs.cpp.

Referenced by LC::Util::GetStdANFields().

◆ NewsSourceName

const QString LC::AN::Field::NewsSourceName { QStringLiteral (CAT_NEWS ".Fields.Source.Name") }

News source name (QString).

Definition at line 105 of file anconstantsdefs.cpp.

Referenced by LC::Util::GetStdANFields().

◆ NewsSourceURL

const QString LC::AN::Field::NewsSourceURL { QStringLiteral (CAT_NEWS ".Fields.Source.URL") }

News source URL (QString).

Definition at line 106 of file anconstantsdefs.cpp.

Referenced by LC::Util::GetStdANFields().

◆ TerminalActive

const QString LC::AN::Field::TerminalActive { QStringLiteral (CAT_TERMINAL ".Fields.Active") }

Whether the terminal window is active (bool).

Definition at line 95 of file anconstantsdefs.cpp.

Referenced by LC::Util::GetStdANFields().