|
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 file association widget. More...
#include <musicfileassociationwidget.h>
Inheritance diagram for MusicFileAssociationWidget:Public Slots | |
| void | confirmButtonClicked () |
Public Slots inherited from MusicAbstractMoveDialog | |
| void | backgroundChanged () |
| virtual int | exec () |
| void | show () |
Public Member Functions | |
| MusicFileAssociationWidget (QWidget *parent=nullptr) | |
Public Member Functions inherited from MusicAbstractMoveDialog | |
| 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 |
Private Attributes | |
| Ui::MusicFileAssociationWidget * | m_ui |
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 file association widget.
Definition at line 70 of file musicfileassociationwidget.h.
|
explicit |
Object constructor.
Definition at line 92 of file musicfileassociationwidget.cpp.
References TTK::UI::CheckBoxStyle01, confirmButtonClicked(), m_ui, TTK::UI::PushButtonStyle04, MusicWidgetRenderer::setBackgroundLabel(), and TTK::UI::ToolButtonStyle04.
|
slot |
Confirm button clicked.
Definition at line 117 of file musicfileassociationwidget.cpp.
References m_ui.
Referenced by MusicFileAssociationWidget().
|
private |
Definition at line 87 of file musicfileassociationwidget.h.
Referenced by confirmButtonClicked(), and MusicFileAssociationWidget().
1.8.8