TTKMusicPlayer  3.7.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
Public Member Functions | Private Attributes | List of all members
MusicMPRISPlayer Class Reference

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 run ()
 

Private Attributes

MusicMPRISPlayerRootm_root
 
MusicMPRISPlayerCorem_player
 

Detailed Description

The class of the app mpris main widget.

Author
Greedysky greed.nosp@m.ysky.nosp@m.@163..nosp@m.com

Definition at line 36 of file musicmprisplayer.h.

Constructor & Destructor Documentation

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.

Member Function Documentation

void MusicMPRISPlayer::run ( )

Run module.

do nothing

Definition at line 31 of file musicmprisplayer.cpp.

Referenced by main().

Member Data Documentation

MusicMPRISPlayerCore* MusicMPRISPlayer::m_player
private

Definition at line 57 of file musicmprisplayer.h.

Referenced by MusicMPRISPlayer(), and ~MusicMPRISPlayer().

MusicMPRISPlayerRoot* MusicMPRISPlayer::m_root
private

Definition at line 56 of file musicmprisplayer.h.

Referenced by MusicMPRISPlayer(), and ~MusicMPRISPlayer().


The documentation for this class was generated from the following files: