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

The class of the label widget click group mapper. More...

#include <ttkclickedgroup.h>

+ Inheritance diagram for TTKClickedGroup:

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
 

Detailed Description

The class of the label widget click group mapper.

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

Definition at line 28 of file ttkclickedgroup.h.

Constructor & Destructor Documentation

TTKClickedGroup::TTKClickedGroup ( QObject *  parent = nullptr)
explicit

Object constructor.

Definition at line 3 of file ttkclickedgroup.cpp.

Member Function Documentation

void TTKClickedGroup::clicked ( int  index)
signal

Index widget click.

Referenced by mapped(), and update().

void TTKClickedGroup::mapped ( QWidget *  widget)
void TTKClickedGroup::update ( )
privateslot

Update the current clicked state.

Definition at line 15 of file ttkclickedgroup.cpp.

References clicked(), m_container, and TTKObjectCast.

Referenced by mapped().

Member Data Documentation

QWidgetList TTKClickedGroup::m_container
private

Definition at line 56 of file ttkclickedgroup.h.

Referenced by mapped(), and update().


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