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

The class of the song item selected dialog widget. More...

#include <musicsongitemselectedareawidget.h>

+ Inheritance diagram for MusicSongItemSelectedDialog:

Public Slots

void confirmButtonClicked ()
 
- Public Slots inherited from MusicAbstractMoveDialog
void backgroundChanged ()
 
virtual int exec ()
 
void show ()
 

Signals

void itemListChanged (const TTKIntList &items)
 

Public Member Functions

 MusicSongItemSelectedDialog (QWidget *parent=nullptr)
 
 ~MusicSongItemSelectedDialog ()
 
void addCellItems (MusicSongItemList *items)
 
- Public Member Functions inherited from MusicAbstractMoveDialog
 MusicAbstractMoveDialog (QWidget *parent=nullptr)
 
 MusicAbstractMoveDialog (bool transparent, QWidget *parent=nullptr)
 
 ~MusicAbstractMoveDialog ()
 
- Public Member Functions inherited from TTKAbstractMoveDialog
 TTKAbstractMoveDialog (QWidget *parent=nullptr)
 
 TTKAbstractMoveDialog (bool transparent, QWidget *parent=nullptr)
 
void drawWindowShadow (bool show)
 
void blockMoveOption (bool block)
 

Private Attributes

Ui::MusicSongItemSelectedDialog * m_ui
 

Additional Inherited Members

- Protected Member Functions inherited from MusicWidgetRenderer
void setBackgroundPixmap (const QSize &size)
 
 MusicWidgetRenderer ()
 
void setBackgroundLabel (QLabel *label)
 

Detailed Description

The class of the song item selected dialog widget.

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

Definition at line 57 of file musicsongitemselectedareawidget.h.

Constructor & Destructor Documentation

MusicSongItemSelectedDialog::MusicSongItemSelectedDialog ( QWidget *  parent = nullptr)
explicit
MusicSongItemSelectedDialog::~MusicSongItemSelectedDialog ( )

Object destructor.

Definition at line 95 of file musicsongitemselectedareawidget.cpp.

References m_ui.

Member Function Documentation

void MusicSongItemSelectedDialog::addCellItems ( MusicSongItemList *  items)

Create cell items by input data.

Definition at line 100 of file musicsongitemselectedareawidget.cpp.

References m_ui.

Referenced by MusicSongItemSelectedAreaWidget::modifiedItemButtonClicked().

void MusicSongItemSelectedDialog::confirmButtonClicked ( )
slot

Confirm button clicked.

Definition at line 105 of file musicsongitemselectedareawidget.cpp.

References itemListChanged(), and m_ui.

Referenced by MusicSongItemSelectedDialog().

void MusicSongItemSelectedDialog::itemListChanged ( const TTKIntList items)
signal

Item list changed.

Referenced by confirmButtonClicked().

Member Data Documentation

Ui::MusicSongItemSelectedDialog* MusicSongItemSelectedDialog::m_ui
private

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