TTKMusicPlayer  3.7.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
Public Slots | Signals | Public Member Functions | List of all members
MusicAbstractDownloadSkinRequest Class Referenceabstract

The class of the download skin remote background. More...

#include <musicabstractdownloadskinrequest.h>

+ Inheritance diagram for MusicAbstractDownloadSkinRequest:

Public Slots

virtual void downLoadFinished (const QByteArray &bytes)=0
 

Signals

void downLoadDataChanged (const MusicSkinRemoteGroupList &bytes)
 

Public Member Functions

 MusicAbstractDownloadSkinRequest (QObject *parent=nullptr)
 
virtual void startToRequest ()
 
virtual void startToRequest (const QString &id)
 

Detailed Description

The class of the download skin remote background.

Author
Greedysky greed.nosp@m.ysky.nosp@m.@163..nosp@m.com

Definition at line 75 of file musicabstractdownloadskinrequest.h.

Constructor & Destructor Documentation

MusicAbstractDownloadSkinRequest::MusicAbstractDownloadSkinRequest ( QObject *  parent = nullptr)
explicit

Object constructor.

Definition at line 3 of file musicabstractdownloadskinrequest.cpp.

Member Function Documentation

void MusicAbstractDownloadSkinRequest::downLoadDataChanged ( const MusicSkinRemoteGroupList &  bytes)
signal
virtual void MusicAbstractDownloadSkinRequest::downLoadFinished ( const QByteArray &  bytes)
pure virtualslot

Download data from net finished. Subclass should implement this function.

void MusicAbstractDownloadSkinRequest::startToRequest ( )
virtual
void MusicAbstractDownloadSkinRequest::startToRequest ( const QString &  id)
virtual

Start to download skin data.

Reimplemented in MusicDownloadBirdSkinRequest.

Definition at line 14 of file musicabstractdownloadskinrequest.cpp.


The documentation for this class was generated from the following files: