|
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 moving widget with plain. More...
#include <musicabstractmovewidget.h>
Inheritance diagram for MusicAbstractMovePlainWidget:Public Member Functions | |
| MusicAbstractMovePlainWidget (QWidget *parent=nullptr) | |
| MusicAbstractMovePlainWidget (bool transparent, QWidget *parent=nullptr) | |
| ~MusicAbstractMovePlainWidget () | |
Public Member Functions inherited from MusicAbstractMoveWidget | |
| MusicAbstractMoveWidget (QWidget *parent=nullptr) | |
| MusicAbstractMoveWidget (bool transparent, QWidget *parent=nullptr) | |
| ~MusicAbstractMoveWidget () | |
Public Member Functions inherited from TTKAbstractMoveWidget | |
| TTKAbstractMoveWidget (QWidget *parent=nullptr) | |
| TTKAbstractMoveWidget (bool transparent, QWidget *parent=nullptr) | |
| void | drawWindowShadow (bool show) noexcept |
| void | blockOption (bool block) noexcept |
Protected Attributes | |
| QWidget * | m_container |
Protected Attributes inherited from TTKAbstractMoveWidget | |
| QPoint | m_mousePressedAt |
| bool | m_blockOption |
| bool | m_shadowOption |
| bool | m_mouseLeftPressed |
Additional Inherited Members | |
Public Slots inherited from MusicAbstractMoveWidget | |
| void | backgroundChanged () |
| void | show () |
Protected Member Functions inherited from TTKAbstractMoveWidget | |
| virtual void | paintEvent (QPaintEvent *event) override |
| virtual void | mousePressEvent (QMouseEvent *event) override |
| virtual void | mouseMoveEvent (QMouseEvent *event) override |
| virtual void | mouseReleaseEvent (QMouseEvent *event) override |
Protected Member Functions inherited from MusicWidgetRenderer | |
| void | setBackgroundPixmap (const QSize &size) |
| MusicWidgetRenderer () | |
| void | setBackgroundLabel (QLabel *label) noexcept |
The class of the moving widget with plain.
Definition at line 59 of file musicabstractmovewidget.h.
|
explicit |
Object constructor.
Definition at line 37 of file musicabstractmovewidget.cpp.
|
explicit |
Definition at line 43 of file musicabstractmovewidget.cpp.
References m_container.
| MusicAbstractMovePlainWidget::~MusicAbstractMovePlainWidget | ( | ) |
Object destructor.
Definition at line 55 of file musicabstractmovewidget.cpp.
References m_container.
|
protected |
Definition at line 75 of file musicabstractmovewidget.h.
Referenced by MusicAbstractMovePlainWidget(), MusicSourceUpdateNotifyWidget::MusicSourceUpdateNotifyWidget(), and ~MusicAbstractMovePlainWidget().
1.8.8