TTKMusicPlayer  4.1.3.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
MusicSongItemSelectedAreaWidget Class Reference

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

#include <musicsongitemselectedareawidget.h>

+ Inheritance diagram for MusicSongItemSelectedAreaWidget:

Public Slots

void modifiedItemButtonClicked ()
 
void itemListChanged (const TTKIntList &items)
 

Signals

void confirmChanged ()
 

Public Member Functions

 MusicSongItemSelectedAreaWidget (QWidget *parent=nullptr)
 
 ~MusicSongItemSelectedAreaWidget ()
 
MusicSongList selectedSongItems () const
 

Private Attributes

bool m_selected
 
TTKIntList m_items
 
QLabel * m_label
 
QLabel * m_itemLabel
 
TTKClickedLabelm_modifiedItemButton
 

Detailed Description

The class of the song item selected area widget.

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

Definition at line 99 of file musicsongitemselectedareawidget.h.

Constructor & Destructor Documentation

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

Object destructor.

Definition at line 138 of file musicsongitemselectedareawidget.cpp.

References m_itemLabel, m_label, and m_modifiedItemButton.

Member Function Documentation

void MusicSongItemSelectedAreaWidget::confirmChanged ( )
signal

Confirm changed.

Referenced by modifiedItemButtonClicked().

void MusicSongItemSelectedAreaWidget::itemListChanged ( const TTKIntList items)
slot

Item list changed.

Definition at line 186 of file musicsongitemselectedareawidget.cpp.

References m_itemLabel, and m_items.

Referenced by modifiedItemButtonClicked().

void MusicSongItemSelectedAreaWidget::modifiedItemButtonClicked ( )
slot
MusicSongList MusicSongItemSelectedAreaWidget::selectedSongItems ( ) const

Member Data Documentation

QLabel * MusicSongItemSelectedAreaWidget::m_itemLabel
private
TTKIntList MusicSongItemSelectedAreaWidget::m_items
private

Definition at line 136 of file musicsongitemselectedareawidget.h.

Referenced by itemListChanged(), and selectedSongItems().

QLabel* MusicSongItemSelectedAreaWidget::m_label
private
TTKClickedLabel* MusicSongItemSelectedAreaWidget::m_modifiedItemButton
private
bool MusicSongItemSelectedAreaWidget::m_selected
private

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