TTKMusicPlayer  3.7.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
musicabstractmovedialog.cpp
Go to the documentation of this file.
3 
5  : MusicAbstractMoveDialog(true, parent)
6 {
7 
8 }
9 
10 MusicAbstractMoveDialog::MusicAbstractMoveDialog(bool transparent, QWidget *parent)
11  : TTKAbstractMoveDialog(transparent, parent),
13 {
14  G_BACKGROUND_PTR->addObserver(this);
15 }
16 
18 {
19  G_BACKGROUND_PTR->removeObserver(this);
20 }
21 
23 {
25 }
26 
28 {
30  return QDialog::exec();
31 }
32 
34 {
36  QDialog::show();
37 }
#define G_BACKGROUND_PTR
voidpf void uLong size
Definition: ioapi.h:136
void setBackgroundPixmap(const QSize &size)
The class of the moving dialog base.
MusicAbstractMoveDialog(QWidget *parent=nullptr)
The class of the ttk moving dialog base.
The class of the widget background renderer.