|
TTKMusicPlayer
4.3.0.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>
Inheritance diagram for MusicGifLabelValueWidget:Public Member Functions | |
| MusicGifLabelValueWidget (QWidget *parent=nullptr) | |
| void | setValue (int value) noexcept |
| int | value () const noexcept |
Public Member Functions inherited from MusicGifLabelMaskWidget | |
| MusicGifLabelMaskWidget (QWidget *parent=nullptr) | |
| ~MusicGifLabelMaskWidget () | |
| void | execute (bool run) |
| bool | isRunning () const noexcept |
Private Member Functions | |
| virtual void | paintEvent (QPaintEvent *event) overridefinal |
Private Attributes | |
| int | m_value |
Additional Inherited Members | |
Protected Attributes inherited from MusicGifLabelMaskWidget | |
| MusicGifLabelWidget * | m_loadingLabel |
The class of the float gif label value widget.
Definition at line 167 of file musicgiflabelwidget.h.
|
explicit |
Object constructor.
Definition at line 306 of file musicgiflabelwidget.cpp.
References MusicGifLabelMaskWidget::m_loadingLabel.
|
finaloverrideprivatevirtual |
Override the widget event.
Reimplemented from MusicGifLabelMaskWidget.
Definition at line 313 of file musicgiflabelwidget.cpp.
References m_value.
|
inlinenoexcept |
Set percent value.
Definition at line 179 of file musicgiflabelwidget.h.
Referenced by MusicLocalManagerWidget::refreshItems().
|
inlinenoexcept |
Get percent value.
Definition at line 183 of file musicgiflabelwidget.h.
|
private |
Definition at line 191 of file musicgiflabelwidget.h.
Referenced by paintEvent().
1.8.8