1 #ifndef MUSICDOWNLOADMANAGER_H
2 #define MUSICDOWNLOADMANAGER_H
58 return m_timestamp < other.m_timestamp;
63 return m_timestamp == other.m_timestamp;
79 void connectMultiNetwork(QObject *
object);
83 void removeMultiNetwork(QObject *
object);
102 void downloadProgressChanged(
float percent,
const QString &total, qint64 time);
110 #define G_DOWNLOAD_MANAGER_PTR makeMusicDownLoadManager()
113 #endif // MUSICDOWNLOADMANAGER_H
#define TTK_MODULE_EXPORT
QList< MusicDownLoadPairData > m_datas
bool operator==(const TTKOptional< T > &v, const T &other)
TTK_MODULE_EXPORT MusicDownLoadManager * makeMusicDownLoadManager()
#define TTK_DECLARE_SINGLETON_CLASS(Class)
// Singleton Macro // //
MusicDownLoadPairData(qint64 t) noexcept
The namespace of the application object.
MusicDownLoadPairData() noexcept
The class of the produce the download manager.
#define TTK_DECLARE_MODULE(Class)
The class of the download manager pair.
MusicDownLoadPairData(qint64 t, QObject *object, TTK::Record type) noexcept
constexpr bool operator<(int128_t, int128_t)