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

The class of the sync cloud list data. More...

#include <qsynclistdata.h>

+ Inheritance diagram for QSyncListData:

Signals

void receiveFinshed (const QSyncDataItemList &items)
 

Public Member Functions

 QSyncListData (QNetworkAccessManager *networkManager, QObject *parent=nullptr)
 
void listDataOperator (const QString &bucket)
 
- Public Member Functions inherited from QSyncDataInterface
 QSyncDataInterface (QNetworkAccessManager *networkManager, QObject *parent=nullptr)
 

Private Slots

virtual void receiveDataFromServer () overridefinal
 

Additional Inherited Members

- Protected Slots inherited from QSyncDataInterface
virtual void receiveDataFromServer ()=0
 
void replyError (QNetworkReply::NetworkError error)
 
- Protected Member Functions inherited from QSyncDataInterface
QString pathEncode (const QString &data) const
 
QString pathDecode (const QString &data) const
 
 QSyncDataInterface (QSyncDataInterfacePrivate &pvt, QNetworkAccessManager *networkManager, QObject *parent=nullptr)
 

Detailed Description

The class of the sync cloud list data.

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

Definition at line 27 of file qsynclistdata.h.

Constructor & Destructor Documentation

QSyncListData::QSyncListData ( QNetworkAccessManager *  networkManager,
QObject *  parent = nullptr 
)
explicit

Object constructor.

Definition at line 7 of file qsynclistdata.cpp.

Member Function Documentation

void QSyncListData::listDataOperator ( const QString &  bucket)
void QSyncListData::receiveDataFromServer ( )
finaloverrideprivatevirtualslot
void QSyncListData::receiveFinshed ( const QSyncDataItemList &  items)
signal

Receive data finshed.

Referenced by receiveDataFromServer().


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