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 class of the background widget. More...
#include <musicfuntionanimationwidget.h>
Public Member Functions | |
MusicBackgroundWidget (QWidget *parent=nullptr) | |
void | backgroundTransparent (int value) |
Private Member Functions | |
virtual void | paintEvent (QPaintEvent *event) overridefinal |
Private Attributes | |
int | m_backgroundTransparent |
The class of the background widget.
Definition at line 32 of file musicfuntionanimationwidget.h.
|
explicit |
Object constructor.
Definition at line 12 of file musicfuntionanimationwidget.cpp.
void MusicBackgroundWidget::backgroundTransparent | ( | int | value | ) |
Set background transparent.
Definition at line 18 of file musicfuntionanimationwidget.cpp.
References m_backgroundTransparent, and TTK_RN_MAX.
|
finaloverrideprivatevirtual |
Override the widget event.
Definition at line 24 of file musicfuntionanimationwidget.cpp.
References m_backgroundTransparent.
|
private |
Definition at line 53 of file musicfuntionanimationwidget.h.
Referenced by backgroundTransparent(), and paintEvent().