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 network connection test widget. More...
#include <musicnetworkconnectiontestwidget.h>
Public Slots | |
void | show () |
void | buttonStateChanged () |
void | testFinshed () |
![]() | |
void | backgroundChanged () |
void | show () |
Public Member Functions | |
MusicNetworkConnectionTestWidget (QWidget *parent=nullptr) | |
~MusicNetworkConnectionTestWidget () | |
![]() | |
MusicAbstractMoveWidget (QWidget *parent=nullptr) | |
MusicAbstractMoveWidget (bool transparent, QWidget *parent=nullptr) | |
~MusicAbstractMoveWidget () | |
![]() | |
TTKAbstractMoveWidget (QWidget *parent=nullptr) | |
TTKAbstractMoveWidget (bool transparent, QWidget *parent=nullptr) | |
void | drawWindowShadow (bool show) |
void | blockOption (bool block) |
Private Attributes | |
Ui::MusicNetworkConnectionTestWidget * | m_ui |
int | m_index |
QList< MusicNetworkConnectionItem * > | m_connectionItems |
Additional Inherited Members | |
![]() | |
virtual void | paintEvent (QPaintEvent *event) override |
virtual void | mousePressEvent (QMouseEvent *event) override |
virtual void | mouseMoveEvent (QMouseEvent *event) override |
virtual void | mouseReleaseEvent (QMouseEvent *event) override |
![]() | |
void | setBackgroundPixmap (const QSize &size) |
MusicWidgetRenderer () | |
void | setBackgroundLabel (QLabel *label) |
![]() | |
QPoint | m_mousePressedAt |
bool | m_blockOption |
bool | m_shadowOption |
bool | m_mouseLeftPressed |
The class of the network connection test widget.
Definition at line 87 of file musicnetworkconnectiontestwidget.h.
|
explicit |
Object constructor.
Definition at line 86 of file musicnetworkconnectiontestwidget.cpp.
References TTK::UI::BackgroundStyle01, buttonStateChanged(), CHECK_DOWNLOAD_VISIT, CHECK_NORMAL_VISIT, CHECK_SERVER_VISIT, CHECK_VIP_VISIT, CHECK_WWW_VISIT, MusicGifLabelWidget::CheckBlue, m_connectionItems, m_ui, TTK::Algorithm::mdII(), TTK::UI::PushButtonStyle04, MusicWidgetRenderer::setBackgroundLabel(), MusicNetworkConnectionItem::setText(), testFinshed(), and TTK::UI::ToolButtonStyle04.
MusicNetworkConnectionTestWidget::~MusicNetworkConnectionTestWidget | ( | ) |
Object destructor.
Definition at line 150 of file musicnetworkconnectiontestwidget.cpp.
References m_connectionItems, m_ui, and TTKRemoveSingleWidget.
|
slot |
Button state changed.
Definition at line 163 of file musicnetworkconnectiontestwidget.cpp.
References m_connectionItems, m_index, m_ui, and qAsConst.
Referenced by MusicNetworkConnectionTestWidget().
|
slot |
Override show function.
Definition at line 157 of file musicnetworkconnectiontestwidget.cpp.
References m_ui, and MusicAbstractMoveWidget::show().
|
slot |
Test network finished.
Definition at line 188 of file musicnetworkconnectiontestwidget.cpp.
Referenced by MusicNetworkConnectionTestWidget().
|
private |
Definition at line 119 of file musicnetworkconnectiontestwidget.h.
Referenced by buttonStateChanged(), MusicNetworkConnectionTestWidget(), and ~MusicNetworkConnectionTestWidget().
|
private |
Definition at line 118 of file musicnetworkconnectiontestwidget.h.
Referenced by buttonStateChanged(), and testFinshed().
|
private |
Definition at line 116 of file musicnetworkconnectiontestwidget.h.
Referenced by buttonStateChanged(), MusicNetworkConnectionTestWidget(), show(), testFinshed(), and ~MusicNetworkConnectionTestWidget().