![]() |
LeechCraft
%{LEECHCRAFT_VERSION}
Modular cross-platform feature rich live environment.
|
Describes a lyrics search request. More...
#include "ilyricsfinder.h"
Public Member Functions | |
| LyricsQuery () | |
| Constructs an empty request. More... | |
| LyricsQuery (const QString &artist, const QString &album, const QString &title) | |
| Constructs a search request for the given track data. More... | |
Public Attributes | |
| QString | Artist_ |
| The artist preforming the track. More... | |
| QString | Album_ |
| The album this track is on. More... | |
| QString | Title_ |
| The title of the track. More... | |
Describes a lyrics search request.
Definition at line 40 of file ilyricsfinder.h.
|
inline |
Constructs an empty request.
Definition at line 56 of file ilyricsfinder.h.
|
inline |
Constructs a search request for the given track data.
| [in] | artist | The artist name. |
| [in] | album | The album (or single/EP/etc.) name. |
| [in] | title | The title of the track. |
Definition at line 66 of file ilyricsfinder.h.
| QString Media::LyricsQuery::Album_ |
The album this track is on.
Definition at line 48 of file ilyricsfinder.h.
| QString Media::LyricsQuery::Artist_ |
The artist preforming the track.
Definition at line 44 of file ilyricsfinder.h.
| QString Media::LyricsQuery::Title_ |
The title of the track.
Definition at line 52 of file ilyricsfinder.h.