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

Variables

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

Variable Documentation

◆ IMActivityGeneral

const QString LC::AN::Field::IMActivityGeneral { CatIM + ".Fields.Activity.General" }

General activity name of a contact (QString).

Definition at line 116 of file anconstantsdefs.cpp.

◆ IMActivitySpecific

const QString LC::AN::Field::IMActivitySpecific { CatIM + ".Fields.Activity.Specific" }

Specific activity name of a contact (QString).

Definition at line 117 of file anconstantsdefs.cpp.

◆ IMActivityText

const QString LC::AN::Field::IMActivityText { CatIM + ".Fields.Activity.Text" }

Accompanying activity text entered by a contact (QString).

Definition at line 118 of file anconstantsdefs.cpp.

◆ IMLocationCountry

const QString LC::AN::Field::IMLocationCountry { CatIM + ".Fields.Location.Country" }

Country a contact is currently in (QString).

Definition at line 123 of file anconstantsdefs.cpp.

◆ IMLocationLatitude

const QString LC::AN::Field::IMLocationLatitude { CatIM + ".Fields.Location.Latitude" }

Latitude of a contact's position (double).

Definition at line 122 of file anconstantsdefs.cpp.

◆ IMLocationLocality

const QString LC::AN::Field::IMLocationLocality { CatIM + ".Fields.Location.Locality" }

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

Definition at line 124 of file anconstantsdefs.cpp.

◆ IMLocationLongitude

const QString LC::AN::Field::IMLocationLongitude { CatIM + ".Fields.Location.Longitude" }

Longitude of a contact's position (double).

Definition at line 121 of file anconstantsdefs.cpp.

◆ IMMoodGeneral

const QString LC::AN::Field::IMMoodGeneral { CatIM + ".Fields.Mood.General" }

General mood name of a contact (QString).

Definition at line 119 of file anconstantsdefs.cpp.

◆ IMMoodText

const QString LC::AN::Field::IMMoodText { CatIM + ".Fields.Mood.Text" }

Accompanying mood text entered by a contact (QString).

Definition at line 120 of file anconstantsdefs.cpp.

◆ MediaAlbum

const QString LC::AN::Field::MediaAlbum { CatMediaPlayer + ".Fields.Album" }

The album of the currently playing media (QString).

Definition at line 113 of file anconstantsdefs.cpp.

◆ MediaArtist

const QString LC::AN::Field::MediaArtist { CatMediaPlayer + ".Fields.Artist" }

The artist of the currently playing media (QString).

Definition at line 112 of file anconstantsdefs.cpp.

◆ MediaLength

const QString LC::AN::Field::MediaLength { CatMediaPlayer + ".Fields.Length" }

The length of the currently playing media (int).

Definition at line 114 of file anconstantsdefs.cpp.

◆ MediaPlaybackStatus

const QString LC::AN::Field::MediaPlaybackStatus { CatMediaPlayer + ".Fields.PlaybackStatus" }

Playback status of the URL (QString).

A string, one of:

  • Playing
  • Paused
  • Stopped

Definition at line 110 of file anconstantsdefs.cpp.

◆ MediaPlayerURL

const QString LC::AN::Field::MediaPlayerURL { CatMediaPlayer + ".Fields.URL" }

The URL to the file being played.

Definition at line 109 of file anconstantsdefs.cpp.

◆ MediaTitle

const QString LC::AN::Field::MediaTitle { CatMediaPlayer + ".Fields.Title" }

The title of the currently playing media (QString).

Definition at line 111 of file anconstantsdefs.cpp.

◆ NewsSourceName

const QString LC::AN::Field::NewsSourceName { CatNews + ".Fields.Source.Name" }

News source name (QString).

Definition at line 125 of file anconstantsdefs.cpp.

◆ TerminalActive

const QString LC::AN::Field::TerminalActive { CatTerminal + ".Fields.Active" }

Whether the terminal window is active (bool).

Definition at line 115 of file anconstantsdefs.cpp.