Open 3D Engine AudioSystem Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AudioControls::QFilterButton Class Reference

Inherits QWidget.

Signals

void clicked (bool checked=false)
 

Public Member Functions

 QFilterButton (const QIcon &icon, const QString &text, QWidget *parent=0)
 
void SetText (const QString &text)
 
void SetChecked (bool checked)
 

Protected Member Functions

void mousePressEvent (QMouseEvent *event) override
 
void enterEvent (QEvent *event) override
 
void leaveEvent (QEvent *event) override
 

Protected Attributes

QLabel m_checkIcon
 
QLabel m_filterIcon
 
QLabel m_actionText
 
QWidget * m_background
 
bool m_checked = true
 

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