TTKMusicPlayer
4.1.3.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
Go to the source code of this file.
Classes | |
class | Qmmp |
The Qmmp class stores global settings and enums. More... | |
Macros | |
#define | QMMP_VERSION_MAJOR 1 |
#define | QMMP_VERSION_MINOR 7 |
#define | QMMP_VERSION_PATCH 3 |
#define | QMMP_VERSION_INT (QMMP_VERSION_MAJOR<<16 | QMMP_VERSION_MINOR<<8 | QMMP_VERSION_PATCH) |
#define | QStringToFileName(s) s.toLocal8Bit().constData() |
#define | qPrintable(s) QString(s).toLocal8Bit().constData() |
#define | qUtf8Printable(s) QString(s).toUtf8().constData() |
#define | QmmpPrintable(s) Qmmp::generatePrintable(s).constData() |
#define | CSTR_TO_QSTR(codec, str, utf) codec->toUnicode(str.toCString(utf)).trimmed() |
#define | qAsConst std::as_const |
#define CSTR_TO_QSTR | ( | codec, | |
str, | |||
utf | |||
) | codec->toUnicode(str.toCString(utf)).trimmed() |
#define QMMP_VERSION_INT (QMMP_VERSION_MAJOR<<16 | QMMP_VERSION_MINOR<<8 | QMMP_VERSION_PATCH) |
#define QmmpPrintable | ( | s | ) | Qmmp::generatePrintable(s).constData() |
#define QStringToFileName | ( | s | ) | s.toLocal8Bit().constData() |