|
TTKMusicPlayer
4.2.0.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... | |
Namespaces | |
| std | |
Macros | |
| #define | QMMP_VERSION_MAJOR 1 |
| #define | QMMP_VERSION_MINOR 7 |
| #define | QMMP_VERSION_PATCH 7 |
| #define | QMMP_VERSION_STABLE 1 |
| #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 |
Functions | |
| template<typename T > | |
| Q_DECL_CONSTEXPR std::add_const< T >::type & | std::as_const (T &t) noexcept |
| template<typename T > | |
| void | std::as_const (const T &&)=delete |
| #define CSTR_TO_QSTR | ( | codec, | |
| str, | |||
| utf | |||
| ) | codec->toUnicode(str.toCString(utf)).trimmed() |
| #define qAsConst std::as_const |
| #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() |
1.8.8