|
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 song item selected dialog widget. More...
#include <musicsongitemselectedareawidget.h>
Inheritance diagram for MusicSongItemSelectedDialog:Public Slots | |
| void | confirmButtonClicked () |
Public Slots inherited from MusicAbstractMoveDialog | |
| void | backgroundChanged () |
| virtual int | exec () |
| void | show () |
Signals | |
| void | itemListChanged (const TTKIntList &items) |
Public Member Functions | |
| MusicSongItemSelectedDialog (QWidget *parent=nullptr) | |
| ~MusicSongItemSelectedDialog () | |
| void | addCellItems (MusicSongItemList *items) |
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::MusicSongItemSelectedDialog * | 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 song item selected dialog widget.
Definition at line 57 of file musicsongitemselectedareawidget.h.
|
explicit |
Object constructor.
Definition at line 69 of file musicsongitemselectedareawidget.cpp.
References TTK::UI::CheckBoxStyle01, confirmButtonClicked(), m_ui, TTK::UI::PushButtonStyle04, MusicWidgetRenderer::setBackgroundLabel(), and TTK::UI::ToolButtonStyle04.
| MusicSongItemSelectedDialog::~MusicSongItemSelectedDialog | ( | ) |
Object destructor.
Definition at line 94 of file musicsongitemselectedareawidget.cpp.
References m_ui.
| void MusicSongItemSelectedDialog::addCellItems | ( | MusicSongItemList * | items | ) |
Create cell items by input data.
Definition at line 99 of file musicsongitemselectedareawidget.cpp.
References m_ui.
Referenced by MusicSongItemSelectedAreaWidget::modifiedItemButtonClicked().
|
slot |
Confirm button clicked.
Definition at line 104 of file musicsongitemselectedareawidget.cpp.
References itemListChanged(), and m_ui.
Referenced by MusicSongItemSelectedDialog().
|
signal |
Item list changed.
Referenced by confirmButtonClicked().
|
private |
Definition at line 89 of file musicsongitemselectedareawidget.h.
Referenced by addCellItems(), confirmButtonClicked(), MusicSongItemSelectedDialog(), and ~MusicSongItemSelectedDialog().
1.8.8