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 app mpris main widget. More...
#include <musicmprisplayer.h>
Public Member Functions | |
MusicMPRISPlayer (QObject *parent=nullptr) | |
~MusicMPRISPlayer () | |
void | run () |
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 12 of file musicmprisplayer.cpp.
References m_player, m_root, and TTK_APP_NAME.
MusicMPRISPlayer::~MusicMPRISPlayer | ( | ) |
Object destructor.
Definition at line 24 of file musicmprisplayer.cpp.
References m_player, m_root, and TTK_APP_NAME.
void MusicMPRISPlayer::run | ( | ) |
|
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().