TTKMusicPlayer
4.1.3.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
The namespace of the algorithm. More...
Classes | |
class | Aes |
The class of the aes wrapper. More... | |
class | CubeWave |
The class of the cube wave. More... | |
class | CubeWavePrivate |
The class of the cube wave private. More... | |
class | Des |
The class of the des wrapper. More... | |
class | DesPrivate |
The class of the des wrapper private. More... | |
class | GaussBlur |
The class of the gauss blur. More... | |
class | ImageRender |
The class of the image render. More... | |
class | ImageRenderPrivate |
The class of the image render private. More... | |
class | WaterWave |
The class of the water wave. More... | |
class | WaterWavePrivate |
The class of the water wave private. More... | |
Enumerations | |
enum | Mode { Mode::Encrypt = 0, Mode::Decrypt = 1 } |
Functions | |
static bool | isBase64 (unsigned char c) |
TTKString | base64Encode (const unsigned char *bytes, unsigned int len) |
TTKString | base64Decode (const TTKString &bytes) |
void | initRandom () |
int | random (int value) |
Variables | |
static const char * | base64_chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/" |
static constexpr quint64 | ARRAYMASK [] |
static constexpr int | ARRAYIP [] |
static constexpr int | ARRAYE [] |
static constexpr char | MATRIXNSBOX [8][64] |
static constexpr int | ARRAYP [] |
static constexpr int | ARRAYIP_1 [] |
static constexpr int | ARRAYPC_1 [] |
static constexpr int | ARRAYPC_2 [] |
static constexpr int | ARRAYLS [] |
static constexpr quint64 | ARRAYLSMASK [] |
The namespace of the algorithm.
|
strong |
Enumerator | |
---|---|
Encrypt | |
Decrypt |
Definition at line 170 of file deswrapper.cpp.
Base64 dncode.
Definition at line 66 of file base64.cpp.
References base64_chars, and isBase64().
Referenced by QAlgorithm::Des::decrypt().
Base64 encode.
Definition at line 16 of file base64.cpp.
References base64_chars.
Referenced by QAlgorithm::Des::encrypt().
void QAlgorithm::initRandom | ( | ) |
Init random value seed.
Definition at line 10 of file random.cpp.
Referenced by MusicBarrageWidget::addBarrage(), MusicBarrageWidget::createLabel(), QAlgorithm::CubeWavePrivate::CubeWavePrivate(), MusicDesktopWallpaperThread::MusicDesktopWallpaperThread(), MusicDiscoverListRequest::MusicDiscoverListRequest(), MusicMPRISPlayerCore::MusicMPRISPlayerCore(), MusicNetworkTestThread::MusicNetworkTestThread(), MusicPlaylist::MusicPlaylist(), MusicTransitionAnimationLabel::MusicTransitionAnimationLabel(), and MusicVideoSearchTableWidget::MusicVideoSearchTableWidget().
|
inlinestatic |
Char is base64 or not.
Definition at line 10 of file base64.cpp.
References isalnum.
Referenced by base64Decode().
Get random value.
Definition at line 17 of file random.cpp.
Referenced by MusicBarrageAnimation::animationFinished(), MusicScreenSaverBackgroundWidget::backgroundTimeout(), MusicAlbumQueryWidget::createLabels(), MusicArtistQueryWidget::createLabels(), MusicKGDiscoverListRequest::downLoadFinished(), MusicKWDiscoverListRequest::downLoadFinished(), MusicWYDiscoverListRequest::downLoadFinished(), MusicBarrageAnimation::initialize(), QAlgorithm::CubeWave::input(), MusicItemSearchTableWidget::randSimulation(), MusicNetworkTestThread::run(), MusicTransitionAnimationLabel::setPixmap(), MusicDesktopWallpaperThread::setRandom(), MusicPlaylistQueryInfoWidget::setResultDataItem(), MusicBarrageAnimation::setSize(), MusicDesktopWallpaperThread::timeout(), and MusicMPRISPlayerCore::updateTrackID().
|
static |
Definition at line 36 of file deswrapper.cpp.
|
static |
Definition at line 25 of file deswrapper.cpp.
|
static |
Definition at line 129 of file deswrapper.cpp.
|
static |
Definition at line 161 of file deswrapper.cpp.
|
static |
Definition at line 166 of file deswrapper.cpp.
|
static |
Definition at line 6 of file deswrapper.cpp.
|
static |
Definition at line 122 of file deswrapper.cpp.
|
static |
Definition at line 140 of file deswrapper.cpp.
|
static |
Definition at line 150 of file deswrapper.cpp.
|
static |
Definition at line 5 of file base64.cpp.
Referenced by base64Decode(), and base64Encode().
|
static |
Definition at line 47 of file deswrapper.cpp.