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 write interface. More...
#include <ttkabstractbufferinterface.h>
Public Member Functions | |
virtual | ~TTKAbstractWriteInterface ()=default |
virtual bool | writeBuffer (const T &items)=0 |
The class of the write interface.
Definition at line 49 of file ttkabstractbufferinterface.h.
|
virtualdefault |
Object destructor.
|
pure virtual |
Write datas into buffer. Subclass should implement this function.
Implemented in MusicSkinConfigManager, MusicFMConfigManager, MusicConfigManager, MusicDownloadRecordConfigManager, and MusicSongSearchRecordConfigManager.