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 Slots | Private Member Functions | Private Attributes | List of all members
MusicMoreFunctionsPopWidget Class Reference

The class of the more functions popup widget. More...

#include <musicmorefunctionspopwidget.h>

+ Inheritance diagram for MusicMoreFunctionsPopWidget:

Public Member Functions

 MusicMoreFunctionsPopWidget (QWidget *parent=nullptr)
 
void setCurrentSongName (const QString &name)
 
- Public Member Functions inherited from MusicToolMenuWidget
 MusicToolMenuWidget (QWidget *parent=nullptr)
 
 ~MusicToolMenuWidget ()
 
void setTranslucentBackground ()
 

Private Slots

void functionClicked (QAction *index)
 

Private Member Functions

void initialize ()
 

Private Attributes

QString m_currentSongName
 

Additional Inherited Members

- Public Slots inherited from MusicToolMenuWidget
virtual void popupMenu ()
 
- Protected Attributes inherited from MusicToolMenuWidget
MusicToolMenum_menu
 
QWidget * m_containWidget
 

Detailed Description

The class of the more functions popup widget.

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

Definition at line 27 of file musicmorefunctionspopwidget.h.

Constructor & Destructor Documentation

MusicMoreFunctionsPopWidget::MusicMoreFunctionsPopWidget ( QWidget *  parent = nullptr)
explicit

Object constructor.

Definition at line 4 of file musicmorefunctionspopwidget.cpp.

References initialize().

Member Function Documentation

void MusicMoreFunctionsPopWidget::functionClicked ( QAction *  index)
privateslot
void MusicMoreFunctionsPopWidget::initialize ( )
private
void MusicMoreFunctionsPopWidget::setCurrentSongName ( const QString &  name)

Set current song name.

Definition at line 10 of file musicmorefunctionspopwidget.cpp.

References m_currentSongName, and name.

Member Data Documentation

QString MusicMoreFunctionsPopWidget::m_currentSongName
private

Definition at line 54 of file musicmorefunctionspopwidget.h.

Referenced by functionClicked(), and setCurrentSongName().


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