![]() |
LIDL Soundboard
1.9.0
A simple soundboard, yet better than EXP Soundboard forsenE
|
#include <Spoiler.h>
Public Slots | |
void | Close () |
void | Open () |
Signals | |
void | Opened () |
void | Closed () |
Public Member Functions | |
Spoiler (const QString &title="", const int animationDuration=300, QWidget *parent=0) | |
void | setContentLayout (QLayout &contentLayout) |
void | setContentLayout (QLayout *ptrLayout) |
void | setTitle (const QString &title) |
Private Attributes | |
QGridLayout | mainLayout |
QToolButton | toggleButton |
QFrame | headerLine |
QParallelAnimationGroup | toggleAnimation |
QScrollArea | contentArea |
int | animationDuration {300} |
|
explicit |
References Closed(), contentArea, headerLine, mainLayout, Opened(), toggleAnimation, and toggleButton.
|
slot |
References contentArea, and toggleButton.
Referenced by WrapperProperties::WrapperProperties().
|
signal |
|
slot |
References contentArea, and toggleButton.
Referenced by PresetWizardIntroPage::presetBoxIndexChanged(), PresetWizardIntroPage::radioWasClicked(), and PresetWizardIntroPage::sfxBoxIndexChanged().
|
signal |
Referenced by Spoiler(), and WrapperProperties::WrapperProperties().
void Spoiler::setContentLayout | ( | QLayout & | contentLayout | ) |
References animationDuration, contentArea, and toggleAnimation.
Referenced by PresetWizardIntroPage::addWidgets(), PresetWizardIntroPage::PresetWizardIntroPage(), setContentLayout(), and WrapperProperties::WrapperProperties().
void Spoiler::setContentLayout | ( | QLayout * | ptrLayout | ) |
void Spoiler::setTitle | ( | const QString & | title | ) |
References toggleButton.
|
private |
Referenced by setContentLayout().
|
private |
Referenced by Close(), Open(), setContentLayout(), and Spoiler().
|
private |
Referenced by Spoiler().
|
private |
Referenced by Spoiler().
|
private |
Referenced by setContentLayout(), and Spoiler().
|
private |
Referenced by Close(), Open(), setTitle(), and Spoiler().