|
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>
Inheritance diagram for MusicSongCheckToolsQualityThread:Signals | |
| void | finished (const MusicSongCheckToolsQualityList &items) |
Public Member Functions | |
| MusicSongCheckToolsQualityThread (QObject *parent=nullptr) | |
| void | setQualitySongs (MusicSongList *songs) noexcept |
Public Member Functions inherited from TTKAbstractThread | |
| TTKAbstractThread (QObject *parent=nullptr) | |
Private Member Functions | |
| virtual void | run () overridefinal |
Private Attributes | |
| MusicSongList * | m_items |
Additional Inherited Members | |
Public Slots inherited from TTKAbstractThread | |
| void | start () |
| void | stop () |
Protected Attributes inherited from TTKAbstractThread | |
| 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().
1.8.8