LeechCraft  0.6.70-6645-gcd10d7e
Modular cross-platform feature rich live environment.
Media::LyricsQuery Struct Reference

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

Detailed Description

Describes a lyrics search request.

See also
ILyricsFinder

Definition at line 40 of file ilyricsfinder.h.

Constructor & Destructor Documentation

Media::LyricsQuery::LyricsQuery ( )
inline

Constructs an empty request.

Definition at line 56 of file ilyricsfinder.h.

Media::LyricsQuery::LyricsQuery ( const QString &  artist,
const QString &  album,
const QString &  title 
)
inline

Constructs a search request for the given track data.

Parameters
[in]artistThe artist name.
[in]albumThe album (or single/EP/etc.) name.
[in]titleThe title of the track.

Definition at line 66 of file ilyricsfinder.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: