TTKMusicPlayer  4.3.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
MusicDownloadData Struct Reference

The class of the download manger data. More...

#include <musicdownloadmanager.h>

Public Member Functions

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

Public Attributes

qint64 m_timestamp
 
QObject * m_object
 
TTK::Record m_type
 

Detailed Description

The class of the download manger data.

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

Definition at line 28 of file musicdownloadmanager.h.

Constructor & Destructor Documentation

MusicDownloadData::MusicDownloadData ( )
inlinenoexcept

Definition at line 34 of file musicdownloadmanager.h.

MusicDownloadData::MusicDownloadData ( qint64  t)
inlinenoexcept

Definition at line 42 of file musicdownloadmanager.h.

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

Definition at line 48 of file musicdownloadmanager.h.

Member Function Documentation

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

Definition at line 56 of file musicdownloadmanager.h.

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

Definition at line 61 of file musicdownloadmanager.h.

Member Data Documentation

QObject* MusicDownloadData::m_object
qint64 MusicDownloadData::m_timestamp

Definition at line 30 of file musicdownloadmanager.h.

TTK::Record MusicDownloadData::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: