|
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 base. More...
#include <musicabstractmovewidget.h>
Inheritance diagram for MusicAbstractMoveWidget:Public Slots | |
| void | backgroundChanged () |
| void | show () |
Public Member Functions | |
| 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 |
Additional Inherited Members | |
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 |
Protected Attributes inherited from TTKAbstractMoveWidget | |
| QPoint | m_mousePressedAt |
| bool | m_blockOption |
| bool | m_shadowOption |
| bool | m_mouseLeftPressed |
The class of the moving widget base.
Definition at line 28 of file musicabstractmovewidget.h.
|
explicit |
Object constructor.
Definition at line 6 of file musicabstractmovewidget.cpp.
|
explicit |
Definition at line 12 of file musicabstractmovewidget.cpp.
References G_BACKGROUND_PTR.
| MusicAbstractMoveWidget::~MusicAbstractMoveWidget | ( | ) |
Object destructor.
Definition at line 19 of file musicabstractmovewidget.cpp.
References G_BACKGROUND_PTR.
|
slot |
Background image changed.
Definition at line 24 of file musicabstractmovewidget.cpp.
References MusicWidgetRenderer::setBackgroundPixmap().
Referenced by show().
|
slot |
Override show function.
Definition at line 29 of file musicabstractmovewidget.cpp.
References backgroundChanged().
Referenced by MusicSourceUpdateNotifyWidget::downLoadFinished(), MusicVideoSearchTableWidget::downloadLocalMovie(), MusicItemQueryTableWidget::downloadQueryResult(), MusicSongSearchTableWidget::downloadQueryResult(), MusicDownloadMgmtWidget::initialize(), MusicWebFMRadioWidget::itemDoubleClicked(), MusicWebFMRadioPlayWidget::radioResourceDownload(), MusicDownloadResetWidget::restartToRequest(), MusicWebFMRadioPlayWidget::show(), MusicReplayGainWidget::show(), MusicNetworkConnectionTestWidget::show(), MusicIdentifySongWidget::showDownloadWidget(), MusicAbstractSongsListTableWidget::showDownloadWidget(), and MusicApplicationModule::soureUpdateCheck().
1.8.8