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 produce the download query class by type. More...
#include <musicdownloadqueryfactory.h>
The class of the produce the download query class by type.
Definition at line 34 of file musicdownloadqueryfactory.h.
MusicAbstractQueryRequest * MusicDownLoadQueryFactory::makeAlbumRequest | ( | QObject * | parent | ) |
Make album request object by type.
Definition at line 81 of file musicdownloadqueryfactory.cpp.
References MusicSettingManager::DownloadServerIndex, G_SETTING_PTR, MusicAbstractQueryRequest::KG, MusicAbstractQueryRequest::KW, MusicAbstractQueryRequest::queryServer(), TTK_INFO_STREAM, TTKStaticCast, and MusicAbstractQueryRequest::WY.
MusicAbstractQueryRequest * MusicDownLoadQueryFactory::makeArtistAlbumRequest | ( | QObject * | parent | ) |
Make artist album request object by type.
Definition at line 126 of file musicdownloadqueryfactory.cpp.
References MusicSettingManager::DownloadServerIndex, G_SETTING_PTR, MusicAbstractQueryRequest::KG, MusicAbstractQueryRequest::KW, MusicAbstractQueryRequest::queryServer(), TTK_INFO_STREAM, TTKStaticCast, and MusicAbstractQueryRequest::WY.
MusicAbstractQueryRequest * MusicDownLoadQueryFactory::makeArtistListRequest | ( | QObject * | parent | ) |
Make artist category request object by type.
Definition at line 111 of file musicdownloadqueryfactory.cpp.
References MusicSettingManager::DownloadServerIndex, G_SETTING_PTR, MusicAbstractQueryRequest::KG, MusicAbstractQueryRequest::KW, MusicAbstractQueryRequest::queryServer(), TTK_INFO_STREAM, TTKStaticCast, and MusicAbstractQueryRequest::WY.
MusicAbstractQueryRequest * MusicDownLoadQueryFactory::makeArtistMovieRequest | ( | QObject * | parent | ) |
Make artist movie request object by type.
Definition at line 141 of file musicdownloadqueryfactory.cpp.
References MusicSettingManager::DownloadServerIndex, G_SETTING_PTR, MusicAbstractQueryRequest::KG, MusicAbstractQueryRequest::KW, MusicAbstractQueryRequest::queryServer(), TTK_INFO_STREAM, TTKStaticCast, and MusicAbstractQueryRequest::WY.
MusicAbstractQueryRequest * MusicDownLoadQueryFactory::makeArtistRequest | ( | QObject * | parent | ) |
Make artist request object by type.
Definition at line 96 of file musicdownloadqueryfactory.cpp.
References MusicSettingManager::DownloadServerIndex, G_SETTING_PTR, MusicAbstractQueryRequest::KG, MusicAbstractQueryRequest::KW, MusicAbstractQueryRequest::queryServer(), TTK_INFO_STREAM, TTKStaticCast, and MusicAbstractQueryRequest::WY.
MusicDownloadBackgroundRequest * MusicDownLoadQueryFactory::makeBackgroundRequest | ( | const QString & | name, |
const QString & | path, | ||
QObject * | parent | ||
) |
Make download art background object by type.
Definition at line 265 of file musicdownloadqueryfactory.cpp.
MusicCoverRequest * MusicDownLoadQueryFactory::makeCoverRequest | ( | QObject * | parent | ) |
Make cover object by type.
Definition at line 228 of file musicdownloadqueryfactory.cpp.
References MusicSettingManager::DownloadServerIndex, G_SETTING_PTR, MusicAbstractQueryRequest::KW, and TTKStaticCast.
MusicAbstractDownLoadRequest * MusicDownLoadQueryFactory::makeCoverRequest | ( | const QString & | url, |
const QString & | path, | ||
QObject * | parent | ||
) |
Make download art cover object by type.
Definition at line 253 of file musicdownloadqueryfactory.cpp.
References TTK::Cover, MusicSettingManager::DownloadServerIndex, G_SETTING_PTR, MusicAbstractQueryRequest::KW, and TTKStaticCast.
MusicDiscoverListRequest * MusicDownLoadQueryFactory::makeDiscoverListRequest | ( | QObject * | parent | ) |
Make discover list request object by type.
Definition at line 214 of file musicdownloadqueryfactory.cpp.
References MusicSettingManager::DownloadServerIndex, G_SETTING_PTR, MusicAbstractQueryRequest::KG, MusicAbstractQueryRequest::KW, TTKStaticCast, and MusicAbstractQueryRequest::WY.
MusicAbstractDownLoadRequest * MusicDownLoadQueryFactory::makeLrcRequest | ( | const QString & | url, |
const QString & | path, | ||
QObject * | parent | ||
) |
Make download lrc object by type.
Definition at line 240 of file musicdownloadqueryfactory.cpp.
References MusicSettingManager::DownloadServerIndex, G_SETTING_PTR, MusicAbstractQueryRequest::KG, MusicAbstractQueryRequest::KW, TTKStaticCast, and MusicAbstractQueryRequest::WY.
MusicAbstractQueryRequest * MusicDownLoadQueryFactory::makeMovieRequest | ( | QObject * | parent | ) |
Make movie request object by type.
Definition at line 66 of file musicdownloadqueryfactory.cpp.
References MusicSettingManager::DownloadServerIndex, G_SETTING_PTR, MusicAbstractQueryRequest::KG, MusicAbstractQueryRequest::KW, MusicAbstractQueryRequest::queryServer(), TTK_INFO_STREAM, TTKStaticCast, and MusicAbstractQueryRequest::WY.
MusicCommentsRequest * MusicDownLoadQueryFactory::makePlaylistCommentRequest | ( | QObject * | parent | ) |
Make playlist comment request object by type.
Definition at line 200 of file musicdownloadqueryfactory.cpp.
References MusicSettingManager::DownloadServerIndex, G_SETTING_PTR, MusicAbstractQueryRequest::KG, MusicAbstractQueryRequest::KW, TTKStaticCast, and MusicAbstractQueryRequest::WY.
MusicAbstractQueryRequest * MusicDownLoadQueryFactory::makePlaylistRequest | ( | QObject * | parent | ) |
Make playlist request object by type.
Definition at line 171 of file musicdownloadqueryfactory.cpp.
References MusicSettingManager::DownloadServerIndex, G_SETTING_PTR, MusicAbstractQueryRequest::KG, MusicAbstractQueryRequest::KW, MusicAbstractQueryRequest::queryServer(), TTK_INFO_STREAM, TTKStaticCast, and MusicAbstractQueryRequest::WY.
MusicAbstractQueryRequest * MusicDownLoadQueryFactory::makeQueryRequest | ( | QObject * | parent | ) |
Make query request object by type.
Definition at line 51 of file musicdownloadqueryfactory.cpp.
References MusicSettingManager::DownloadServerIndex, G_SETTING_PTR, MusicAbstractQueryRequest::KG, MusicAbstractQueryRequest::KW, MusicAbstractQueryRequest::queryServer(), TTK_INFO_STREAM, TTKStaticCast, and MusicAbstractQueryRequest::WY.
MusicCommentsRequest * MusicDownLoadQueryFactory::makeSongCommentRequest | ( | QObject * | parent | ) |
Make song comment request object by type.
Definition at line 186 of file musicdownloadqueryfactory.cpp.
References MusicSettingManager::DownloadServerIndex, G_SETTING_PTR, MusicAbstractQueryRequest::KG, MusicAbstractQueryRequest::KW, TTKStaticCast, and MusicAbstractQueryRequest::WY.
MusicAbstractQueryRequest * MusicDownLoadQueryFactory::makeToplistRequest | ( | QObject * | parent | ) |
Make toplist request object by type.
Definition at line 156 of file musicdownloadqueryfactory.cpp.
References MusicSettingManager::DownloadServerIndex, G_SETTING_PTR, MusicAbstractQueryRequest::KG, MusicAbstractQueryRequest::KW, MusicAbstractQueryRequest::queryServer(), TTK_INFO_STREAM, TTKStaticCast, and MusicAbstractQueryRequest::WY.