备份
This commit is contained in:
15
demo/kugou/DesktopLrcFrm.h
Normal file
15
demo/kugou/DesktopLrcFrm.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#include "global.h"
|
||||
#include "lrcPanel.h"
|
||||
#include "VlcPlayer.h"
|
||||
|
||||
class DesktopLrcFrm :public LayeredWindow {
|
||||
private:
|
||||
VlcPlayer* _player;
|
||||
LrcPanel _lrc;
|
||||
protected:
|
||||
void OnPaint(PaintEventArgs& args)override;
|
||||
public:
|
||||
DesktopLrcFrm(VlcPlayer* player);
|
||||
void LoadLrc(const UIString& lrcData);
|
||||
void ChangePostion(int postion);
|
||||
};
|
||||
Reference in New Issue
Block a user