|
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 about application info dialog. More...
#include <musicmessageaboutdialog.h>
Inheritance diagram for MusicMessageAboutDialog:Public Slots | |
| void | downloadFinished (const QString &bytes) |
Public Slots inherited from MusicAbstractMoveDialog | |
| void | backgroundChanged () |
| virtual int | exec () |
| void | show () |
Public Member Functions | |
| MusicMessageAboutDialog (QWidget *parent=nullptr) | |
| ~MusicMessageAboutDialog () | |
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::MusicMessageAboutDialog * | m_ui |
| MusicPVCounterRequest * | m_networkRequest |
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 about application info dialog.
Definition at line 32 of file musicmessageaboutdialog.h.
|
explicit |
Object constructor.
Definition at line 6 of file musicmessageaboutdialog.cpp.
References downloadFinished(), m_networkRequest, m_ui, TTK::Algorithm::md5(), TTK::UI::PushButtonStyle04, MusicWidgetRenderer::setBackgroundLabel(), TTK::Algorithm::sha1(), MusicPVCounterRequest::startToRequest(), TTK::UI::ToolButtonStyle04, and TTK_VERSION_STR.
| MusicMessageAboutDialog::~MusicMessageAboutDialog | ( | ) |
Object destructor.
Definition at line 47 of file musicmessageaboutdialog.cpp.
References m_networkRequest, and m_ui.
|
slot |
Download data from net finished.
Definition at line 53 of file musicmessageaboutdialog.cpp.
References m_ui.
Referenced by MusicMessageAboutDialog().
|
private |
Definition at line 54 of file musicmessageaboutdialog.h.
Referenced by MusicMessageAboutDialog(), and ~MusicMessageAboutDialog().
|
private |
Definition at line 53 of file musicmessageaboutdialog.h.
Referenced by downloadFinished(), MusicMessageAboutDialog(), and ~MusicMessageAboutDialog().
1.8.8