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

The class of the ttk abstract thread. More...

#include <ttkabstractthread.h>

+ Inheritance diagram for TTKAbstractThread:

Public Slots

void start ()
 
void stop ()
 

Public Member Functions

 TTKAbstractThread (QObject *parent=nullptr)
 

Protected Member Functions

virtual void run () override
 

Protected Attributes

bool m_running
 

Detailed Description

The class of the ttk abstract thread.

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

Definition at line 29 of file ttkabstractthread.h.

Constructor & Destructor Documentation

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

Object constructor.

Definition at line 3 of file ttkabstractthread.cpp.

Member Function Documentation

void TTKAbstractThread::run ( )
overrideprotectedvirtual
void TTKAbstractThread::start ( )
slot
void TTKAbstractThread::stop ( )
slot

Member Data Documentation

bool TTKAbstractThread::m_running
protected

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