TTKMusicPlayer  4.2.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
Public Member Functions | Public Attributes | List of all members
MusicDownLoadPairData Struct Reference

The class of the download manager pair. More...

#include <musicdownloadmanager.h>

Public Member Functions

 MusicDownLoadPairData () noexcept
 
 MusicDownLoadPairData (qint64 t) noexcept
 
 MusicDownLoadPairData (qint64 t, QObject *object, TTK::Record type) noexcept
 
bool operator< (const MusicDownLoadPairData &other) const noexcept
 
bool operator== (const MusicDownLoadPairData &other) const noexcept
 

Public Attributes

qint64 m_timestamp
 
QObject * m_object
 
TTK::Record m_type
 

Detailed Description

The class of the download manager pair.

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

Definition at line 28 of file musicdownloadmanager.h.

Constructor & Destructor Documentation

MusicDownLoadPairData::MusicDownLoadPairData ( )
inlinenoexcept

Definition at line 34 of file musicdownloadmanager.h.

MusicDownLoadPairData::MusicDownLoadPairData ( qint64  t)
inlinenoexcept

Definition at line 42 of file musicdownloadmanager.h.

MusicDownLoadPairData::MusicDownLoadPairData ( qint64  t,
QObject *  object,
TTK::Record  type 
)
inlinenoexcept

Definition at line 48 of file musicdownloadmanager.h.

Member Function Documentation

bool MusicDownLoadPairData::operator< ( const MusicDownLoadPairData other) const
inlinenoexcept

Definition at line 56 of file musicdownloadmanager.h.

bool MusicDownLoadPairData::operator== ( const MusicDownLoadPairData other) const
inlinenoexcept

Definition at line 61 of file musicdownloadmanager.h.

Member Data Documentation

QObject* MusicDownLoadPairData::m_object
qint64 MusicDownLoadPairData::m_timestamp

Definition at line 30 of file musicdownloadmanager.h.

TTK::Record MusicDownLoadPairData::m_type

Definition at line 32 of file musicdownloadmanager.h.

Referenced by MusicDownLoadManager::connectNetworkData().


The documentation for this struct was generated from the following file: