TTKMusicPlayer  3.7.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
musicsingleton.cpp
Go to the documentation of this file.
1 #include "musicconnectionpool.h"
3 #include "musicdispatchmanager.h"
4 #include "musichotkeymanager.h"
5 #include "musicsinglemanager.h"
6 #include "musicdownloadmanager.h"
8 
10 {
12 }
13 
15 {
17 }
18 
20 {
22 }
23 
25 {
27 }
28 
30 {
32 }
33 
35 {
37 }
38 
40 {
42 }
43 
45 {
47 }
48 
50 {
52 }
MusicConnectionPool * makeMusicConnectionPool()
MusicHotKeyManager * makeMusicHotKeyManager()
MusicSingleManager * makeMusicSingleManager()
The class of thread to check current network.
The class of the single object manager.
MusicDownLoadQueryFactory * makeMusicDownLoadQueryFactory()
The class of the qt signal and slot connection pool.
static T * createInstance()
Definition: ttksingleton.h:64
TTKDispatchManager * makeMusicDispatchManager()
The class of the manager of dealing with artist pictures.
The class of the functions dispatch manager.
The class of the produce the download query class by type.
The class of the produce the download manager.
The class of the global hotkey setting manager.
MusicSettingManager * makeMusicSettingManager()
MusicBackgroundManager * makeMusicBackgroundManager()
MusicDownLoadManager * makeMusicDownLoadManager()
MusicNetworkThread * makeMusicNetworkThread()
The class of the paramater setting manager.