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 video show widget. More...
#include <musicvideoview.h>
Signals | |
void | fullScreenMode () |
void | timeToPlay () |
Public Member Functions | |
MusicViewWidget (QWidget *parent=nullptr) | |
~MusicViewWidget () | |
Private Member Functions | |
virtual void | mousePressEvent (QMouseEvent *event) overridefinal |
virtual void | mouseMoveEvent (QMouseEvent *event) overridefinal |
virtual void | mouseDoubleClickEvent (QMouseEvent *event) overridefinal |
virtual void | contextMenuEvent (QContextMenuEvent *event) overridefinal |
Private Attributes | |
QTimer * | m_clickedTimer |
bool | m_leftPressed |
The class of the video show widget.
Definition at line 32 of file musicvideoview.h.
|
explicit |
Object constructor.
Definition at line 9 of file musicvideoview.cpp.
References m_clickedTimer, and timeToPlay().
MusicViewWidget::~MusicViewWidget | ( | ) |
|
finaloverrideprivatevirtual |
Definition at line 59 of file musicvideoview.cpp.
References TTKObjectCast.
|
signal |
Widget double clicked.
Referenced by mouseDoubleClickEvent().
|
finaloverrideprivatevirtual |
Definition at line 46 of file musicvideoview.cpp.
References fullScreenMode(), and m_clickedTimer.
|
finaloverrideprivatevirtual |
Definition at line 34 of file musicvideoview.cpp.
References m_clickedTimer, and m_leftPressed.
|
finaloverrideprivatevirtual |
Override the widget event.
Definition at line 23 of file musicvideoview.cpp.
References m_clickedTimer, and m_leftPressed.
|
signal |
Widget time to play.
Referenced by MusicViewWidget().
|
private |
Definition at line 65 of file musicvideoview.h.
Referenced by mouseDoubleClickEvent(), mouseMoveEvent(), mousePressEvent(), MusicViewWidget(), and ~MusicViewWidget().
|
private |
Definition at line 66 of file musicvideoview.h.
Referenced by mouseMoveEvent(), and mousePressEvent().