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 lrc song comment widget. More...
#include <musiclrccommentswidget.h>
Public Member Functions | |
MusicLrcCommentsWidget (QWidget *parent=nullptr) | |
virtual void | initialize (bool isPain) overridefinal |
![]() | |
MusicCommentsWidget (QWidget *parent=nullptr) | |
~MusicCommentsWidget () | |
void | setCurrentSongName (const QString &name) |
Private Member Functions | |
virtual void | wheelEvent (QWheelEvent *event) overridefinal |
Additional Inherited Members | |
![]() | |
void | createCommentItem (const MusicResultDataItem &item) |
void | buttonClicked (int index) |
![]() | |
virtual void | mousePressEvent (QMouseEvent *event) overridefinal |
virtual void | mouseMoveEvent (QMouseEvent *event) overridefinal |
virtual void | mouseReleaseEvent (QMouseEvent *event) overridefinal |
void | initLabel (const QString &name, int total) |
void | deleteCommentsItems () |
void | createPageWidget () |
![]() | |
bool | m_plain |
QLabel * | m_topLabel |
QLabel * | m_commentsLabel |
QWidget * | m_messageComments |
MusicPageQueryWidget * | m_pageQueryWidget |
QList< MusicCommentsItem * > | m_commentsItems |
MusicCommentsRequest * | m_networkRequest |
The class of the lrc song comment widget.
Definition at line 27 of file musiclrccommentswidget.h.
|
explicit |
Object constructor.
Definition at line 5 of file musiclrccommentswidget.cpp.
References G_BACKGROUND_PTR.
|
finaloverridevirtual |
Init widget.
Reimplemented from MusicCommentsWidget.
Definition at line 11 of file musiclrccommentswidget.cpp.
References MusicCommentsWidget::createCommentItem(), G_DOWNLOAD_QUERY_PTR, MusicCommentsWidget::initialize(), and MusicCommentsWidget::m_networkRequest.
Referenced by MusicLrcContainerForInterior::showSongCommentsWidget().
|
finaloverrideprivatevirtual |
Override the widget event.
Definition at line 19 of file musiclrccommentswidget.cpp.