LeechCraft  0.6.70-15082-g543737046d
Modular cross-platform feature rich live environment.
LC::AN::Field Namespace Reference

Variables

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

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.

◆ 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.

◆ 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.

◆ 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.

◆ 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.

◆ 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.

◆ 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.

◆ 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.

◆ 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.

◆ 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.

◆ 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.

◆ 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.

◆ 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.

◆ 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.