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 singleton base. More...
#include <ttksingleton.h>
Static Public Member Functions | |
static T * | instance () |
Private Member Functions | |
TTKSingleton ()=default | |
~TTKSingleton ()=default | |
Static Private Attributes | |
static QMutex | m_mutex |
// Singleton Implementation // // More... | |
static QScopedPointer< T > | m_instance |
The class of the singleton base.
Definition at line 30 of file ttksingleton.h.
|
privatedefault |
Object constructor.
|
privatedefault |
Object destructor.
|
static |
Get object instance ptr.
Definition at line 64 of file ttksingleton.h.
References T.
Referenced by TTK::installLogHandler(), TTKLogOutput::loggerHandler(), makeMusicBackgroundManager(), makeMusicConnectionPool(), makeMusicDispatchManager(), makeMusicDownLoadManager(), makeMusicDownLoadQueryFactory(), makeMusicHotKeyManager(), makeMusicNetworkThread(), makeMusicSettingManager(), makeMusicSingleManager(), and TTK::removeLogHandler().
|
staticprivate |
Definition at line 49 of file ttksingleton.h.
|
staticprivate |