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

The class of the sound effect widget. More...

#include <musicsoundeffectswidget.h>

+ Inheritance diagram for MusicSoundEffectsWidget:

Public Slots

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

Public Member Functions

 MusicSoundEffectsWidget (QWidget *parent=nullptr)
 
 ~MusicSoundEffectsWidget ()
 
- 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 setShadowOption (bool show) noexcept
 
void setBlockOption (bool block) noexcept
 

Static Public Member Functions

static void updateConfig (bool v)
 

Private Member Functions

void initialize ()
 

Private Attributes

Ui::MusicSoundEffectsWidget * m_ui
 
QList< MusicSoundEffectsItemWidget * > m_items
 

Additional Inherited Members

- Protected Member Functions inherited from TTKAbstractMoveDialog
virtual void paintEvent (QPaintEvent *event) override
 
virtual void mousePressEvent (QMouseEvent *event) override
 
virtual void mouseMoveEvent (QMouseEvent *event) override
 
virtual void mouseReleaseEvent (QMouseEvent *event) override
 
- Protected Member Functions inherited from MusicWidgetRenderer
void setBackgroundPixmap (const QSize &size)
 
 MusicWidgetRenderer ()
 
void setBackgroundLabel (QLabel *label) noexcept
 
- Protected Attributes inherited from TTKAbstractMoveDialog
bool m_mouseLeftPressed
 
bool m_blockOption
 
bool m_shadowOption
 
QPoint m_windowPos
 
QPoint m_pressedPos
 

Detailed Description

The class of the sound effect widget.

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

Definition at line 80 of file musicsoundeffectswidget.h.

Constructor & Destructor Documentation

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

Object destructor.

Definition at line 136 of file musicsoundeffectswidget.cpp.

References m_items, and m_ui.

Member Function Documentation

void MusicSoundEffectsWidget::initialize ( )
private
void MusicSoundEffectsWidget::stateComboBoxChanged ( int  index)
slot

State combobox index changed.

Definition at line 168 of file musicsoundeffectswidget.cpp.

References m_items, m_ui, and qAsConst.

Referenced by MusicSoundEffectsWidget().

void MusicSoundEffectsWidget::updateConfig ( bool  v)
static

Member Data Documentation

QList<MusicSoundEffectsItemWidget*> MusicSoundEffectsWidget::m_items
private
Ui::MusicSoundEffectsWidget* MusicSoundEffectsWidget::m_ui
private

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