#include <KwidgetGUI_ConvolutionReverb.h>
|
| std::function< void(const String &)> | onDelete |
| |
| std::unique_ptr< SliderParameterAttachment > | createParameterAttachment (const String ¶mID, Slider &slider) |
| |
| std::unique_ptr< ButtonParameterAttachment > | createParameterAttachment (const String ¶mID, Button &button) |
| |
| std::unique_ptr< ComboBoxParameterAttachment > | createParameterAttachment (const String ¶mID, ComboBox &comboBox) |
| |
| std::unique_ptr< ParameterAttachment > | createParameterAttachment (const String ¶mID, std::function< void(float)> callback) |
| |
| std::unique_ptr< LabelCustomParameterAttachment > | createCustomParameterAttachment (const String ¶mID, Label &label) |
| |
| template<typename AttachedComponentType > |
| void | addAttachedComponent (AttachedComponentType &component, const String ¶mID, bool isDraggable=true) |
| |
| template<typename AttachedComponentType > |
| void | addAttachedComponent (Component &parent, AttachedComponentType &component, const String ¶mID, bool isDraggable=true) |
| |
| void | addParameterCallback (const String ¶mID, std::function< void(float)> callback) |
| |
| bool | m_ignorePadding {false} |
| |
| Rectangle< int > | m_currentBounds |
| |
| TextButton | m_selectButton |
| |
| TextButton | m_deleteButton |
| |
| Colour | m_borderColour {Colours::fuchsia} |
| |
| TopBarComponent | m_topBarComponent |
| |
| RenderStyle | m_renderStyle {RenderStyle::normal} |
| |
◆ Parameters
◆ KwidgetGUI_ConvolutionReverb()
| krotos::KwidgetGUI_ConvolutionReverb::KwidgetGUI_ConvolutionReverb |
( |
Kwidget & | owner | ) |
|
◆ addFoldersAsSubMenus()
| void krotos::KwidgetGUI_ConvolutionReverb::addFoldersAsSubMenus |
( |
PopupMenu * | parentMenu, |
|
|
const File & | directory ) |
|
private |
◆ extractFileName()
| String krotos::KwidgetGUI_ConvolutionReverb::extractFileName |
( |
const String & | fullPath | ) |
|
|
private |
◆ getImpulseComboBox()
| ComboBox & krotos::KwidgetGUI_ConvolutionReverb::getImpulseComboBox |
( |
| ) |
|
|
inline |
◆ populateComboBox()
| void krotos::KwidgetGUI_ConvolutionReverb::populateComboBox |
( |
| ) |
|
|
private |
◆ populatePopupSubMenu()
| void krotos::KwidgetGUI_ConvolutionReverb::populatePopupSubMenu |
( |
PopupMenu & | menu, |
|
|
const File & | directory ) |
|
private |
◆ resized()
| void krotos::KwidgetGUI_ConvolutionReverb::resized |
( |
| ) |
|
|
override |
◆ m_bypass
| ToggleButton krotos::KwidgetGUI_ConvolutionReverb::m_bypass |
|
private |
◆ m_bypassAttachment
| std::unique_ptr<ButtonParameterAttachment> krotos::KwidgetGUI_ConvolutionReverb::m_bypassAttachment |
|
private |
◆ m_impulseCombo
| ComboBox krotos::KwidgetGUI_ConvolutionReverb::m_impulseCombo |
|
private |
◆ m_impulsePath
◆ m_itemCnt
| int krotos::KwidgetGUI_ConvolutionReverb::m_itemCnt = 1 |
|
private |
◆ m_itemInfo
| HashMap<int, String> krotos::KwidgetGUI_ConvolutionReverb::m_itemInfo |
|
private |
◆ m_mix
◆ m_predelay
◆ m_wetGain
The documentation for this class was generated from the following files: