TTKMusicPlayer  3.7.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
musicabstractmoveresizewidget.cpp
Go to the documentation of this file.
3 
5  : TTKAbstractMoveResizeWidget(false, parent)
6 {
7  G_BACKGROUND_PTR->addObserver(this);
8 }
9 
11 {
12  G_BACKGROUND_PTR->removeObserver(this);
13 }
14 
16 {
18 }
19 
21 {
23  QWidget::show();
24 }
25 
27 {
28  TTKAbstractMoveResizeWidget::resizeEvent(event);
30 }
#define G_BACKGROUND_PTR
The class of the ttk moving resize widget base.
voidpf void uLong size
Definition: ioapi.h:136
void setBackgroundPixmap(const QSize &size)
MusicAbstractMoveResizePlainWidget(QWidget *parent=nullptr)
virtual void resizeEvent(QResizeEvent *event) overridefinal