|
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 app mpris main widget. More...
#include <musicmprisplayer.h>
Inheritance diagram for MusicMPRISPlayer:Public Member Functions | |
| MusicMPRISPlayer (QObject *parent=nullptr) | |
| ~MusicMPRISPlayer () | |
| void | execute () |
Private Attributes | |
| MusicMPRISPlayerRoot * | m_root |
| MusicMPRISPlayerCore * | m_player |
The class of the app mpris main widget.
Definition at line 36 of file musicmprisplayer.h.
| MusicMPRISPlayer::MusicMPRISPlayer | ( | QObject * | parent = nullptr | ) |
Object constructor.
Definition at line 13 of file musicmprisplayer.cpp.
References m_player, m_root, and TTK_APP_NAME.
| MusicMPRISPlayer::~MusicMPRISPlayer | ( | ) |
Object destructor.
Definition at line 25 of file musicmprisplayer.cpp.
References m_player, m_root, and TTK_APP_NAME.
| void MusicMPRISPlayer::execute | ( | ) |
Execute module.
do nothing
Definition at line 32 of file musicmprisplayer.cpp.
Referenced by main().
|
private |
Definition at line 57 of file musicmprisplayer.h.
Referenced by MusicMPRISPlayer(), and ~MusicMPRISPlayer().
|
private |
Definition at line 56 of file musicmprisplayer.h.
Referenced by MusicMPRISPlayer(), and ~MusicMPRISPlayer().
1.8.8