TTKMusicPlayer
4.1.3.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
The class of the download art background image manager request. More...
#include <musicdownloadbackgroundrequest.h>
Public Slots | |
void | downLoadFinished (const QString &bytes) |
Public Member Functions | |
MusicDownloadBackgroundRequest (const QString &name, const QString &path, QObject *parent=nullptr) | |
void | startToRequest () |
Private Member Functions | |
void | findAllPlugins () |
Private Attributes | |
int | m_findCount |
int | m_pluginSelector |
QString | m_name |
QString | m_path |
The class of the download art background image manager request.
Definition at line 27 of file musicdownloadbackgroundrequest.h.
MusicDownloadBackgroundRequest::MusicDownloadBackgroundRequest | ( | const QString & | name, |
const QString & | path, | ||
QObject * | parent = nullptr |
||
) |
Object constructor provide artist name and save local path.
Definition at line 7 of file musicdownloadbackgroundrequest.cpp.
|
slot |
Download data from net finished.
Definition at line 24 of file musicdownloadbackgroundrequest.cpp.
References findAllPlugins(), m_findCount, and MAX_IMAGE_COUNT.
Referenced by findAllPlugins().
|
private |
Find all plugins.
Definition at line 44 of file musicdownloadbackgroundrequest.cpp.
References downLoadFinished(), m_findCount, m_name, m_path, m_pluginSelector, MAX_IMAGE_COUNT, MusicAbstractDownloadImageRequest::setRemainCount(), and MusicAbstractDownloadImageRequest::startToRequest().
Referenced by downLoadFinished(), and startToRequest().
void MusicDownloadBackgroundRequest::startToRequest | ( | ) |
Start to download background data.
Definition at line 17 of file musicdownloadbackgroundrequest.cpp.
References findAllPlugins(), m_findCount, and m_pluginSelector.
|
private |
Definition at line 55 of file musicdownloadbackgroundrequest.h.
Referenced by downLoadFinished(), findAllPlugins(), and startToRequest().
|
private |
Definition at line 57 of file musicdownloadbackgroundrequest.h.
Referenced by findAllPlugins().
|
private |
Definition at line 57 of file musicdownloadbackgroundrequest.h.
Referenced by findAllPlugins().
|
private |
Definition at line 56 of file musicdownloadbackgroundrequest.h.
Referenced by findAllPlugins(), and startToRequest().