TTKMusicPlayer
4.1.3.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
Helper class to light widget. More...
#include <lightfactory.h>
Public Member Functions | |
Light (QWidget *parent=nullptr) | |
virtual | ~Light ()=default |
virtual void | open (const QString &path)=0 |
virtual void | start ()=0 |
virtual void | stop ()=0 |
Helper class to light widget.
Definition at line 28 of file lightfactory.h.
|
inlineexplicit |
Constructor.
Definition at line 35 of file lightfactory.h.
|
virtualdefault |
Destructor.
|
pure virtual |
Open Light file path. Subclass should reimplement this function.
Referenced by MusicReplayGainWidget::confirmDataChanged(), and MusicSpectrumWidget::createLightWidget().
|
pure virtual |
Start Light plugin. Subclass should reimplement this function.
|
pure virtual |
Stop Light plugin. Subclass should reimplement this function.