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 label widget click group mapper. More...
#include <ttkclickedgroup.h>
Signals | |
void | clicked (int index) |
Public Member Functions | |
TTKClickedGroup (QObject *parent=nullptr) | |
void | mapped (QWidget *widget) |
Private Slots | |
void | update () |
Private Attributes | |
QWidgetList | m_container |
The class of the label widget click group mapper.
Definition at line 28 of file ttkclickedgroup.h.
|
explicit |
Object constructor.
Definition at line 3 of file ttkclickedgroup.cpp.
|
signal |
void TTKClickedGroup::mapped | ( | QWidget * | widget | ) |
Map the clicked widget.
Definition at line 9 of file ttkclickedgroup.cpp.
References clicked(), m_container, and update().
Referenced by MusicSpectrumLayoutWidget::addCellItems(), MusicArtistListQueryWidget::createArtistListItem(), MusicEqualizerDialog::initialize(), MusicPlaylistCategoryItem::MusicPlaylistCategoryItem(), MusicToplistQueryCategoryItem::setCategory(), MusicWebMVRadioQueryCategoryItem::setCategory(), MusicArtistListQueryCategoryItem::setCategory(), and MusicPlaylistQueryCategoryItem::setCategory().
|
privateslot |
Update the current clicked state.
Definition at line 15 of file ttkclickedgroup.cpp.
References clicked(), m_container, and TTKObjectCast.
Referenced by mapped().
|
private |
Definition at line 56 of file ttkclickedgroup.h.