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 float gif label value widget. More...
#include <musicgiflabelwidget.h>
Public Member Functions | |
MusicGifLabelValueWidget (QWidget *parent=nullptr) | |
void | setValue (int value) |
int | value () const |
![]() | |
MusicGifLabelMaskWidget (QWidget *parent=nullptr) | |
~MusicGifLabelMaskWidget () | |
void | run (bool run) |
bool | isRunning () const |
Private Member Functions | |
virtual void | paintEvent (QPaintEvent *event) overridefinal |
Private Attributes | |
int | m_value |
Additional Inherited Members | |
![]() | |
MusicGifLabelWidget * | m_loadingLabel |
The class of the float gif label value widget.
Definition at line 169 of file musicgiflabelwidget.h.
|
explicit |
Object constructor.
Definition at line 304 of file musicgiflabelwidget.cpp.
References MusicGifLabelMaskWidget::m_loadingLabel.
|
finaloverrideprivatevirtual |
Override the widget event.
Reimplemented from MusicGifLabelMaskWidget.
Definition at line 311 of file musicgiflabelwidget.cpp.
References m_value.
|
inline |
Set percent value.
Definition at line 182 of file musicgiflabelwidget.h.
Referenced by MusicLocalManagerWidget::refreshItems().
|
inline |
Get percent value.
Definition at line 186 of file musicgiflabelwidget.h.
|
private |
Definition at line 194 of file musicgiflabelwidget.h.
Referenced by paintEvent().