TTKMusicPlayer
4.1.3.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
The class of the download manager pair. More...
#include <musicdownloadmanager.h>
Public Member Functions | |
MusicDownLoadPairData () | |
MusicDownLoadPairData (qint64 t) | |
MusicDownLoadPairData (qint64 t, QObject *object, TTK::Record type) | |
bool | operator< (const MusicDownLoadPairData &other) const |
bool | operator== (const MusicDownLoadPairData &other) const |
Public Attributes | |
qint64 | m_timestamp |
QObject * | m_object |
TTK::Record | m_type |
The class of the download manager pair.
Definition at line 28 of file musicdownloadmanager.h.
|
inline |
Definition at line 34 of file musicdownloadmanager.h.
|
inline |
Definition at line 42 of file musicdownloadmanager.h.
|
inline |
Definition at line 48 of file musicdownloadmanager.h.
|
inline |
Definition at line 56 of file musicdownloadmanager.h.
References m_timestamp.
|
inline |
Definition at line 61 of file musicdownloadmanager.h.
References m_timestamp.
QObject* MusicDownLoadPairData::m_object |
Definition at line 31 of file musicdownloadmanager.h.
Referenced by MusicDownLoadManager::connectNetworkData(), and MusicDownLoadManager::reconnectNetworkData().
qint64 MusicDownLoadPairData::m_timestamp |
Definition at line 30 of file musicdownloadmanager.h.
Referenced by operator<(), and operator==().
TTK::Record MusicDownLoadPairData::m_type |
Definition at line 32 of file musicdownloadmanager.h.
Referenced by MusicDownLoadManager::connectNetworkData().