1 #ifndef MUSICDOWNLOADBATCHWIDGET_H
2 #define MUSICDOWNLOADBATCHWIDGET_H
53 void startToRequest();
57 void setCurrentQuality(
int index);
63 void currentQualityChanged(
int index);
67 void downloadFinished();
70 int currentBitrate(
int index);
74 void startToRequestMusic();
78 void startToRequestMovie();
109 inline bool isRunning()
const noexcept {
return m_timer->isActive() || m_index != -1; }
124 void currentQualityChanged(
int index);
128 void startToRequest();
138 void generateTimer();
176 Ui::MusicDownloadBatchWidget *
m_ui;
180 #endif // MUSICDOWNLOADBATCHWIDGET_H
#define TTK_MODULE_EXPORT
TTK::MusicSongInformation m_info
The class of the download batch table item.
MusicAbstractQueryRequest * m_networkRequest
TTK_MODULE_EXPORT void initialize(TTK::Attribute attr)
The class of the moving dialog base.
MusicAbstractQueryRequest::QueryType m_queryType
The class of the abstract query data from net.