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 moving widget with plain. More...
#include <musicabstractmovewidget.h>
Public Member Functions | |
MusicAbstractMovePlainWidget (QWidget *parent=nullptr) | |
MusicAbstractMovePlainWidget (bool transparent, QWidget *parent=nullptr) | |
~MusicAbstractMovePlainWidget () | |
![]() | |
MusicAbstractMoveWidget (QWidget *parent=nullptr) | |
MusicAbstractMoveWidget (bool transparent, QWidget *parent=nullptr) | |
~MusicAbstractMoveWidget () | |
![]() | |
TTKAbstractMoveWidget (QWidget *parent=nullptr) | |
TTKAbstractMoveWidget (bool transparent, QWidget *parent=nullptr) | |
void | drawWindowShadow (bool show) |
void | blockOption (bool block) |
Protected Attributes | |
QWidget * | m_container |
![]() | |
QPoint | m_mousePressedAt |
bool | m_blockOption |
bool | m_shadowOption |
bool | m_mouseLeftPressed |
Additional Inherited Members | |
![]() | |
void | backgroundChanged () |
void | show () |
![]() | |
virtual void | paintEvent (QPaintEvent *event) override |
virtual void | mousePressEvent (QMouseEvent *event) override |
virtual void | mouseMoveEvent (QMouseEvent *event) override |
virtual void | mouseReleaseEvent (QMouseEvent *event) override |
![]() | |
void | setBackgroundPixmap (const QSize &size) |
MusicWidgetRenderer () | |
void | setBackgroundLabel (QLabel *label) |
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().