LeechCraft  %{LEECHCRAFT_VERSION}
Modular cross-platform feature rich live environment.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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...
 

Variable Documentation

const QString LeechCraft::AN::Field::MediaAlbum = CatMediaPlayer + ".Fields.Album"

The album of the currently playing media (QString).

Definition at line 222 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 218 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 226 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:

  • Playing
  • Paused
  • Stopped

Definition at line 210 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 201 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 214 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 230 of file constants.h.

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