|
TTKMusicPlayer
4.2.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 abstract backup module. More...
#include <musicbackupmodule.h>
Inheritance diagram for MusicAbstractBackup:Public Slots | |
| virtual void | runBackup ()=0 |
Public Member Functions | |
| MusicAbstractBackup (int interval, QObject *parent=nullptr) | |
| void | start () |
| void | stop () |
Private Attributes | |
| QTimer | m_timer |
The class of the abstract backup module.
Definition at line 28 of file musicbackupmodule.h.
|
explicit |
Object constructor.
Definition at line 7 of file musicbackupmodule.cpp.
References m_timer, and runBackup().
|
pure virtualslot |
Backup timeout.
Referenced by MusicAbstractBackup(), and start().
| void MusicAbstractBackup::start | ( | ) |
Strat backup now.
Definition at line 14 of file musicbackupmodule.cpp.
References m_timer, and runBackup().
| void MusicAbstractBackup::stop | ( | ) |
|
private |
Definition at line 53 of file musicbackupmodule.h.
Referenced by MusicAbstractBackup(), start(), and stop().
1.8.8