LeechCraft  0.6.70-10870-g558588d6ec
Modular cross-platform feature rich live environment.
Media::LyricsResults Struct Reference

Describes the result set for a given lyrics query. More...

#include "ilyricsfinder.h"

+ Collaboration diagram for Media::LyricsResults:

Public Attributes

LyricsQuery Query_
 The original query these results are for. More...
 
QList< LyricsResultItemItems_
 The list of found items for the Query_. More...
 

Detailed Description

Describes the result set for a given lyrics query.

The lyrics searching result set consists of the lyrics query and a list of lyrics results items.

See also
LyricsResultItem.

Definition at line 108 of file ilyricsfinder.h.

Member Data Documentation

◆ Items_

QList<LyricsResultItem> Media::LyricsResults::Items_

The list of found items for the Query_.

This list may be empty or contain duplicate lyrics (though with different ProviderName_ fields).

Definition at line 119 of file ilyricsfinder.h.

◆ Query_

LyricsQuery Media::LyricsResults::Query_

The original query these results are for.

Definition at line 112 of file ilyricsfinder.h.


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