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 song check tools quality thread. More...
#include <musicsongchecktoolsthread.h>
Signals | |
void | finished (const MusicSongCheckToolsQualityList &items) |
Public Member Functions | |
MusicSongCheckToolsQualityThread (QObject *parent=nullptr) | |
void | setQualitySongs (MusicSongList *songs) |
![]() | |
TTKAbstractThread (QObject *parent=nullptr) | |
Private Member Functions | |
virtual void | run () overridefinal |
Private Attributes | |
MusicSongList * | m_songItems |
Additional Inherited Members | |
![]() | |
void | start () |
void | stop () |
![]() | |
bool | m_running |
The class of the song check tools quality thread.
Definition at line 130 of file musicsongchecktoolsthread.h.
|
explicit |
Object constructor.
Definition at line 120 of file musicsongchecktoolsthread.cpp.
References m_songItems.
|
signal |
Quality check finished.
Referenced by run().
|
finaloverrideprivatevirtual |
Thread run now.
Reimplemented from TTKAbstractThread.
Definition at line 131 of file musicsongchecktoolsthread.cpp.
References MusicSongMeta::bitrate(), finished(), TTKAbstractThread::m_running, m_songItems, qAsConst, and MusicSongMeta::read().
void MusicSongCheckToolsQualityThread::setQualitySongs | ( | MusicSongList * | songs | ) |
Set find file path by given path.
Definition at line 126 of file musicsongchecktoolsthread.cpp.
References m_songItems.
Referenced by MusicSongCheckToolsWidget::qualityReCheckButtonClicked().
|
private |
Definition at line 157 of file musicsongchecktoolsthread.h.
Referenced by MusicSongCheckToolsQualityThread(), run(), and setQualitySongs().