TTKMusicPlayer
4.1.3.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
#include "musicextractwrapper.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 musicextractwrapper.cpp.
Referenced by MusicExtractWrapper::inputData(), and MusicExtractWrapper::inputSkin().
#define FILE_ATTRIBUTE_DIRECTORY 0x00000010 |
Definition at line 12 of file musicextractwrapper.cpp.
Referenced by MusicExtractWrapper::outputBinary().
#define WIN_NAME_MAX_LENGTH TTK_LOW_BUFFER |
Definition at line 10 of file musicextractwrapper.cpp.
Referenced by MusicExtractWrapper::outputBinary(), MusicExtractWrapper::outputData(), MusicExtractWrapper::outputSkin(), and MusicExtractWrapper::outputThunderSkin().