TTKMusicPlayer  3.7.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
Macros
ttkobject.h File Reference
#include "ttkglobal.h"

Go to the source code of this file.

Macros

#define TTK_SERVICE_NAME   "TTKService"
 
#define TTK_APP_NAME   "TTKMusicPlayer"
 
#define TTK_APP_COME_NAME   TTK_STR_CAT(TTK_APP_NAME, COM_FILE)
 
#define TTK_APP_FILE_NAME   TTK_APP_NAME
 
#define TTK_APP_RUN_NAME   TTK_STR_CAT(TTK_APP_NAME, SHL_FILE)
 
#define TTK_SERVICE_RUN_NAME   TTK_STR_CAT(TTK_SERVICE_NAME, SHL_FILE)
 

Macro Definition Documentation

#define TTK_APP_COME_NAME   TTK_STR_CAT(TTK_APP_NAME, COM_FILE)

Definition at line 26 of file ttkobject.h.

Referenced by main().

#define TTK_APP_FILE_NAME   TTK_APP_NAME

Definition at line 33 of file ttkobject.h.

Referenced by TTKRunObject::run().

#define TTK_APP_NAME   "TTKMusicPlayer"
#define TTK_APP_RUN_NAME   TTK_STR_CAT(TTK_APP_NAME, SHL_FILE)

Definition at line 34 of file ttkobject.h.

Referenced by main().

#define TTK_SERVICE_NAME   "TTKService"

Definition at line 24 of file ttkobject.h.

Referenced by main().

#define TTK_SERVICE_RUN_NAME   TTK_STR_CAT(TTK_SERVICE_NAME, SHL_FILE)

Definition at line 35 of file ttkobject.h.

Referenced by main(), and TTKRunObject::run().