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

Describes a lyrics search request. More...

#include "ilyricsfinder.h"

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...
 
std::optional< int > Year_
 The year of the album the track is on. More...
 
std::optional< int > Track_
 The track number. More...
 

Detailed Description

Describes a lyrics search request.

See also
ILyricsFinder

Definition at line 24 of file ilyricsfinder.h.

Member Data Documentation

◆ Album_

QString Media::LyricsQuery::Album_

The album this track is on.

Definition at line 32 of file ilyricsfinder.h.

◆ Artist_

QString Media::LyricsQuery::Artist_

The artist preforming the track.

Definition at line 28 of file ilyricsfinder.h.

◆ Title_

QString Media::LyricsQuery::Title_

The title of the track.

Definition at line 36 of file ilyricsfinder.h.

◆ Track_

std::optional<int> Media::LyricsQuery::Track_

The track number.

Definition at line 44 of file ilyricsfinder.h.

◆ Year_

std::optional<int> Media::LyricsQuery::Year_

The year of the album the track is on.

Definition at line 40 of file ilyricsfinder.h.


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