|
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 download batch widget. More...
#include <musicdownloadbatchwidget.h>
Inheritance diagram for MusicDownloadBatchWidget:Public Member Functions | |
| MusicDownloadBatchWidget (QWidget *parent=nullptr) | |
| ~MusicDownloadBatchWidget () | |
| void | initialize (MusicAbstractQueryRequest *request, const TTKIntList &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::MusicDownloadBatchWidget * | m_ui |
Additional Inherited Members | |
Public Slots inherited from MusicAbstractMoveDialog | |
| void | backgroundChanged () |
| virtual int | exec () |
| void | show () |
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 download batch widget.
Definition at line 136 of file musicdownloadbatchwidget.h.
|
explicit |
Object constructor.
Definition at line 215 of file musicdownloadbatchwidget.cpp.
References TTK::UI::ComboBoxStyle02, TTK::Widget::generateComboBoxStyle(), TTK::UI::ItemView01, m_ui, TTK::UI::PushButtonStyle05, MusicWidgetRenderer::setBackgroundLabel(), and TTK::UI::ToolButtonStyle04.
| MusicDownloadBatchWidget::~MusicDownloadBatchWidget | ( | ) |
| void MusicDownloadBatchWidget::initialize | ( | MusicAbstractQueryRequest * | request, |
| const TTKIntList & | items | ||
| ) |
Set current name to search and download data.
Definition at line 248 of file musicdownloadbatchwidget.cpp.
References MusicAbstractQueryRequest::items(), m_ui, and qAsConst.
Referenced by MusicSongSearchOnlineWidget::buttonClicked(), and MusicItemQueryTableWidget::downloadBatchData().
|
private |
Definition at line 156 of file musicdownloadbatchwidget.h.
Referenced by initialize(), MusicDownloadBatchWidget(), and ~MusicDownloadBatchWidget().
1.8.8