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 ttk core application. More...
#include <ttkcoreapplication.h.h>
Public Slots | |
bool | sendMessage (const QString &message, int timeout=5000) |
Signals | |
void | messageReceived (const QString &message) |
Public Member Functions | |
TTKCoreApplication (int &argc, char **argv) | |
TTKCoreApplication (const QString &id, int &argc, char **argv) | |
bool | isRunning () const |
QString | id () const |
Private Member Functions | |
void | initialize (const QString &id={}) |
The class of the ttk core application.
Definition at line 30 of file ttkcoreapplication.h.h.
TTKCoreApplication::TTKCoreApplication | ( | int & | argc, |
char ** | argv | ||
) |
Object constructor.
Definition at line 29 of file ttkcoreapplication.h.cpp.
References initialize(), and TTK_INIT_PRIVATE.
Definition at line 36 of file ttkcoreapplication.h.cpp.
References initialize(), and TTK_INIT_PRIVATE.
QString TTKCoreApplication::id | ( | ) | const |
|
private |
Init the system parameter.
Definition at line 61 of file ttkcoreapplication.h.cpp.
References messageReceived(), and TTK_D.
Referenced by TTKCoreApplication().
bool TTKCoreApplication::isRunning | ( | ) | const |
Check the current server is running or not.
Definition at line 43 of file ttkcoreapplication.h.cpp.
References TTK_D.
|
signal |
Emit when the current message received.
Referenced by initialize().
Emit when the current message received.
Definition at line 55 of file ttkcoreapplication.h.cpp.
References TTK_D.