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
MusicNetworkOperator Class Reference

The class of the music network operator. More...

#include <musicnetworkoperator.h>

+ Inheritance diagram for MusicNetworkOperator:

Signals

void queryNetworkOperatorFinished (const QString &name)
 

Public Member Functions

 MusicNetworkOperator (QObject *parent=nullptr)
 
void startToRequest ()
 

Private Slots

void downLoadFinished (const QByteArray &bytes)
 

Detailed Description

The class of the music network operator.

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

Definition at line 27 of file musicnetworkoperator.h.

Constructor & Destructor Documentation

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

Object constructor.

Definition at line 6 of file musicnetworkoperator.cpp.

Member Function Documentation

void MusicNetworkOperator::downLoadFinished ( const QByteArray &  bytes)
privateslot

Download data from net finished.

Definition at line 19 of file musicnetworkoperator.cpp.

References QJson::Parser::parse(), queryNetworkOperatorFinished(), and TTK_ERROR_STREAM.

Referenced by startToRequest().

void MusicNetworkOperator::queryNetworkOperatorFinished ( const QString &  name)
signal

Query network operator is finished.

Referenced by downLoadFinished().

void MusicNetworkOperator::startToRequest ( )

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