TTKMusicPlayer  4.3.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()
MusicDownloadQueryFactory * makeMusicDownloadQueryFactory()
MusicSingleManager * makeMusicSingleManager()
The class of thread to check current network.
The class of the single object manager.
The class of the qt signal and slot connection pool.
MusicDownloadManager * makeMusicDownloadManager()
TTKDispatchManager * makeMusicDispatchManager()
static T * instance()
Definition: ttksingleton.h:64
The class of the manager of dealing with artist pictures.
The class of the functions dispatch manager.
The class of the global hotkey setting manager.
MusicSettingManager * makeMusicSettingManager()
MusicBackgroundManager * makeMusicBackgroundManager()
MusicNetworkThread * makeMusicNetworkThread()
The class of the produce the download query class by type.
The class of the produce the download manager.
The class of the paramater setting manager.