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 <QTimer>
#include <QAction>
#include <QMouseEvent>
#include "musicglobaldefine.h"
#include "musicwidgetheaders.h"
Go to the source code of this file.
Classes | |
class | MusicLrcColor |
The class of the lrc color. More... | |
class | MusicLrcManager |
The class of the lrc manager base. More... | |
Namespaces | |
TTK | |
The namespace of the process utils. | |
Functions | |
MusicLrcColor | TTK::mapIndexToColor (MusicLrcColor::Color index) |
QList< QColor > | TTK::readColorConfig (const QString &value) |
QString | TTK::writeColorConfig (const QList< QColor > &colors) |
Variables | |
static constexpr int | LRC_PER_TIME = 30 |
static constexpr int | LRC_COLOR_OFFSET = 9 |
|
static |
Definition at line 29 of file musiclrcmanager.h.
Referenced by MusicLrcContainerForDesktop::createColorMenu(), MusicSettingWidget::initialize(), MusicSettingWidget::lrcColorByDefault(), and MusicSettingWidget::saveParameterSettings().
|
static |
Definition at line 28 of file musiclrcmanager.h.
Referenced by MusicLrcManager::startDrawLrc(), and MusicLrcManager::startDrawLrcMask().