|
TTKMusicPlayer
4.2.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
#include "musicextractmanager.h"#include "musicbackgroundconfigmanager.h"#include "musicimageutils.h"#include "ttkzip/zip.h"#include "ttkzip/unzip.h"#include <QFile>Go to the source code of this file.
Macros | |
| #define | WIN_NAME_MAX_LENGTH TTK_LOW_BUFFER |
| #define | FILE_ATTRIBUTE_DIRECTORY 0x00000010 |
| #define | FILE_ATTRIBUTE_ARCHIVE 0x00000020 |
| #define FILE_ATTRIBUTE_ARCHIVE 0x00000020 |
Definition at line 15 of file musicextractmanager.cpp.
Referenced by MusicExtractManager::inputData(), and MusicExtractManager::inputSkin().
| #define FILE_ATTRIBUTE_DIRECTORY 0x00000010 |
Definition at line 12 of file musicextractmanager.cpp.
Referenced by MusicExtractManager::outputBinary().
| #define WIN_NAME_MAX_LENGTH TTK_LOW_BUFFER |
Definition at line 10 of file musicextractmanager.cpp.
Referenced by MusicExtractManager::outputBinary(), MusicExtractManager::outputData(), MusicExtractManager::outputSkin(), and MusicExtractManager::outputThunderSkin().
1.8.8