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 base. More...
#include <musicabstractmovewidget.h>
Public Slots | |
void | backgroundChanged () |
void | show () |
Public Member Functions | |
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) |
Additional Inherited Members | |
![]() | |
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) |
![]() | |
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().