LeechCraft  0.6.70-10870-g558588d6ec
Modular cross-platform feature rich live environment.
LeechCraft::AN::Field Namespace Reference

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

Variable Documentation

◆ IMActivityGeneral

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().

◆ IMActivitySpecific

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().

◆ IMActivityText

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().

◆ IMLocationCountry

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().

◆ IMLocationLatitude

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().

◆ IMLocationLocality

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().

◆ IMLocationLongitude

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().

◆ IMMoodGeneral

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().

◆ IMMoodText

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().

◆ MediaAlbum

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().

◆ MediaArtist

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().

◆ MediaLength

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().

◆ MediaPlaybackStatus

const QString LeechCraft::AN::Field::MediaPlaybackStatus = CatMediaPlayer + ".Fields.PlaybackStatus"

Playback status of the URL (QString).

A string, one of:

  • Playing
  • Paused
  • Stopped

Definition at line 222 of file constants.h.

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

◆ MediaPlayerURL

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().

◆ MediaTitle

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().

◆ TerminalActive

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().