TTKMusicPlayer  3.7.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
Classes | Namespaces | Functions | Variables
musiclrcmanager.h File Reference
#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
 

Variable Documentation

constexpr int LRC_COLOR_OFFSET = 9
static
constexpr int LRC_PER_TIME = 30
static