|
TTKMusicPlayer
4.3.0.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 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 |
The class of the download manger data.
Definition at line 28 of file musicdownloadmanager.h.
|
inlinenoexcept |
Definition at line 34 of file musicdownloadmanager.h.
|
inlinenoexcept |
Definition at line 42 of file musicdownloadmanager.h.
|
inlinenoexcept |
Definition at line 48 of file musicdownloadmanager.h.
|
inlinenoexcept |
Definition at line 56 of file musicdownloadmanager.h.
|
inlinenoexcept |
Definition at line 61 of file musicdownloadmanager.h.
| QObject* MusicDownloadData::m_object |
Definition at line 31 of file musicdownloadmanager.h.
Referenced by MusicDownloadManager::connectNetworkData(), and MusicDownloadManager::reconnectNetworkData().
| 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().
1.8.8