Sayonara Player
Signals | Public Member Functions | List of all members
CoverLookupAll Class Reference

#include <CoverLookupAll.h>

Detailed Description

The CoverLookupAll class. The complete work is done by the CoverLookupThread.

Signals

void sig_cover_found (const QString &file_path)
 
void sig_finished (bool success)
 

Public Member Functions

 CoverLookupAll (QObject *parent, const AlbumList &album_list)
 Constructor. More...
 
void stop () override
 Stops CoverLookupThread.
 
void start ()
 Runs the search.
 

Constructor & Destructor Documentation

CoverLookupAll::CoverLookupAll ( QObject *  parent,
const AlbumList album_list 
)

Constructor.

Parameters
parent
album_listList of all albums to search covers for
Inheritance diagram for CoverLookupAll:
CoverLookupInterface