|
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 dialog base. More...
#include <musicabstractmovedialog.h>
Inheritance diagram for MusicAbstractMoveDialog:Public Slots | |
| void | backgroundChanged () |
| virtual int | exec () |
| void | show () |
Public Member Functions | |
| MusicAbstractMoveDialog (QWidget *parent=nullptr) | |
| MusicAbstractMoveDialog (bool transparent, QWidget *parent=nullptr) | |
| ~MusicAbstractMoveDialog () | |
Public Member Functions inherited from TTKAbstractMoveDialog | |
| TTKAbstractMoveDialog (QWidget *parent=nullptr) | |
| TTKAbstractMoveDialog (bool transparent, QWidget *parent=nullptr) | |
| void | drawWindowShadow (bool show) noexcept |
| void | blockOption (bool block) noexcept |
Additional Inherited Members | |
Protected Member Functions inherited from TTKAbstractMoveDialog | |
| 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 TTKAbstractMoveDialog | |
| QPoint | m_mousePressedAt |
| bool | m_blockOption |
| bool | m_shadowOption |
| bool | m_mouseLeftPressed |
The class of the moving dialog base.
Definition at line 28 of file musicabstractmovedialog.h.
|
explicit |
Object constructor.
Definition at line 4 of file musicabstractmovedialog.cpp.
|
explicit |
Definition at line 10 of file musicabstractmovedialog.cpp.
References G_BACKGROUND_PTR.
| MusicAbstractMoveDialog::~MusicAbstractMoveDialog | ( | ) |
Object destructor.
Definition at line 17 of file musicabstractmovedialog.cpp.
References G_BACKGROUND_PTR.
|
slot |
Background image changed.
Definition at line 22 of file musicabstractmovedialog.cpp.
References MusicWidgetRenderer::setBackgroundPixmap().
|
virtualslot |
Override exec function.
Definition at line 27 of file musicabstractmovedialog.cpp.
References backgroundChanged().
Referenced by MusicLrcColorWidget::addButtonClicked(), MusicTTKFMRadioPlayWidget::addButtonClicked(), MusicLrcMakerWidget::backToMakeLrcWidget(), MusicSongSearchOnlineWidget::buttonClicked(), MusicApplicationModule::closeCurrentEqualizer(), MusicToolSetsWidget::currentItemClicked(), MusicTTKFMRadioPlayWidget::deleteButtonClicked(), MusicSongsContainerWidget::deleteRowItem(), MusicSongsContainerWidget::deleteRowItems(), MusicItemQueryTableWidget::downloadBatchData(), MusicSettingWidget::downloadCacheClean(), MusicTransformWidget::exec(), MusicSongRingtoneMaker::exec(), MusicBackgroundPaletteWidget::exec(), MusicPlaylistBackupWidget::exportButtonClicked(), MusicSettingWidget::fileAssociationChanged(), MusicApplication::importSongsByUrl(), MusicTTKFMRadioPlayWidget::infoButtonClicked(), MusicSettingWidget::lcrColorValue(), MusicLrcFloatPhotoWidget::manageButtonClicked(), MusicSongItemSelectedAreaWidget::modifiedItemButtonClicked(), MusicLrcColorWidget::modifyButtonClicked(), MusicConnectLocalWidget::openTransferFilesToMobile(), MusicSettingWidget::otherPluginManagerChanged(), MusicColorDialog::popup(), MusicLrcMakerWidget::reMakeButtonClicked(), MusicAbstractDownloadTableWidget::removeItemAt(), MusicSongsListPlayTableWidget::removeItemAt(), MusicPlaylistBackupWidget::restoreButtonClicked(), MusicSettingWidget::saveParameterSettings(), MusicFileInformationWidget::saveTag(), MusicLrcContainer::searchMusicLrcs(), MusicSettingWidget::serverPluginChanged(), MusicAbstractItemQueryWidget::shareButtonClicked(), MusicVideoPlayWidget::shareButtonClicked(), MusicApplicationModule::showAboutWidget(), MusicApplicationModule::showEqualizerWidget(), MusicAbstractSongsListTableWidget::showFileInformation(), MusicCloudManagerTableWidget::showFileInformationWidget(), MusicLrcContainerForInterior::showLocalLinkWidget(), MusicLrcContainerForInterior::showLrcPosterWidget(), MusicAbstractSongsListTableWidget::showPlayedSongSharedWidget(), MusicRightAreaWidget::showSettingWidget(), MusicTopAreaWidget::showSkinManagerWidget(), MusicAbstractSongsListTableWidget::showSongSharedWidget(), MusicIdentifySongWidget::showSongShareWidget(), MusicApplicationModule::showSoundEffectWidget(), and MusicApplicationModule::showTimerWidget().
|
slot |
Override show function.
Definition at line 33 of file musicabstractmovedialog.cpp.
References backgroundChanged().
1.8.8