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 song item selected dialog widget. More...
#include <musicsongitemselectedareawidget.h>
Public Slots | |
void | confirmButtonClicked () |
![]() | |
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) |
![]() | |
MusicAbstractMoveDialog (QWidget *parent=nullptr) | |
MusicAbstractMoveDialog (bool transparent, QWidget *parent=nullptr) | |
~MusicAbstractMoveDialog () | |
![]() | |
TTKAbstractMoveDialog (QWidget *parent=nullptr) | |
TTKAbstractMoveDialog (bool transparent, QWidget *parent=nullptr) | |
void | drawWindowShadow (bool show) |
void | blockOption (bool block) |
Private Attributes | |
Ui::MusicSongItemSelectedDialog * | m_ui |
Additional Inherited Members | |
![]() | |
void | setBackgroundPixmap (const QSize &size) |
MusicWidgetRenderer () | |
void | setBackgroundLabel (QLabel *label) |
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().