TTKMusicPlayer
4.2.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 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) noexcept |
![]() | |
TTKAbstractThread (QObject *parent=nullptr) | |
Private Member Functions | |
virtual void | run () overridefinal |
Private Attributes | |
MusicSongList * | m_items |
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_items.
|
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(), m_items, TTKAbstractThread::m_running, qAsConst, and MusicSongMeta::read().
|
noexcept |
Set find file path by given path.
Definition at line 126 of file musicsongchecktoolsthread.cpp.
Referenced by MusicSongCheckToolsWidget::qualityReCheckButtonClicked().
|
private |
Definition at line 157 of file musicsongchecktoolsthread.h.
Referenced by MusicSongCheckToolsQualityThread(), and run().