TTKMusicPlayer  4.3.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
Classes | Namespaces | Macros | Typedefs | Enumerations | Functions
ttkinitialization.h File Reference
#include "ttkobject.h"
#include "ttkmoduleexport.h"

Go to the source code of this file.

Classes

class  TTKInitialization
 The class of the ttk initialization. More...
 

Namespaces

 TTK
 The namespace of the application object.
 

Macros

#define TTK_REGISTER_ORGANIZATION(ORG)
 

Typedefs

typedef void(* TTKCleanFunctor) (void)
 

Enumerations

enum  TTK::Attribute {
  TTK::UseLog = 0x0001, TTK::ScaleFactor = 0x0002, TTK::UseXCB = 0x0004, TTK::DisbaleFFmpeg = 0x0008,
  TTK::All = 0x000F
}
 

Functions

TTK_MODULE_EXPORT void TTK::initialize (TTK::Attribute attr)
 

Macro Definition Documentation

#define TTK_REGISTER_ORGANIZATION (   ORG)
Value:
QCoreApplication::setOrganizationName(ORG ## _NAME); \
QCoreApplication::setOrganizationDomain(ORG ## _COME_NAME); \
QCoreApplication::setApplicationName(ORG ## _NAME);

Definition at line 45 of file ttkinitialization.h.

Referenced by main(), and TTKInitialization::TTKInitialization().

Typedef Documentation

typedef void(* TTKCleanFunctor) (void)

Definition at line 51 of file ttkinitialization.h.