TTKMusicPlayer  3.7.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
Signals | Public Member Functions | Private Member Functions | Private Attributes | List of all members
MusicSongCheckToolsQualityThread Class Reference

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)
 
- Public Member Functions inherited from TTKAbstractThread
 TTKAbstractThread (QObject *parent=nullptr)
 

Private Member Functions

virtual void run () overridefinal
 

Private Attributes

MusicSongList * m_songItems
 

Additional Inherited Members

- Public Slots inherited from TTKAbstractThread
void start ()
 
void stop ()
 
- Protected Attributes inherited from TTKAbstractThread
bool m_running
 

Detailed Description

The class of the song check tools quality thread.

Author
Greedysky greed.nosp@m.ysky.nosp@m.@163..nosp@m.com

Definition at line 130 of file musicsongchecktoolsthread.h.

Constructor & Destructor Documentation

MusicSongCheckToolsQualityThread::MusicSongCheckToolsQualityThread ( QObject *  parent = nullptr)
explicit

Object constructor.

Definition at line 120 of file musicsongchecktoolsthread.cpp.

References m_songItems.

Member Function Documentation

void MusicSongCheckToolsQualityThread::finished ( const MusicSongCheckToolsQualityList &  items)
signal

Quality check finished.

Referenced by run().

void MusicSongCheckToolsQualityThread::run ( )
finaloverrideprivatevirtual
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().

Member Data Documentation

MusicSongList* MusicSongCheckToolsQualityThread::m_songItems
private

The documentation for this class was generated from the following files: