Krotos Modules 3
Loading...
Searching...
No Matches
KwidgetGUI_MacroControls.h
Go to the documentation of this file.
1
namespace
krotos
2
{
3
class
KwidgetGUI_MacroControls
:
public
KwidgetGUI
4
{
5
public
:
6
using
Parameters
=
Kwidget_MacroControls::Parameters
;
7
8
KwidgetGUI_MacroControls
(
Kwidget
& owner,
int
numMacros);
9
10
void
resized
()
override
;
11
12
private
:
13
OwnedArray<AttachedSlider>
m_macros
;
14
15
ParameterManager
*
m_parentManager
;
16
17
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR(
KwidgetGUI_MacroControls
)
18
};
19
}
// namespace krotos
krotos::KwidgetGUI_MacroControls
Definition
KwidgetGUI_MacroControls.h:4
krotos::KwidgetGUI_MacroControls::KwidgetGUI_MacroControls
KwidgetGUI_MacroControls(Kwidget &owner, int numMacros)
Definition
KwidgetGUI_MacroControls.cpp:3
krotos::KwidgetGUI_MacroControls::resized
void resized() override
Definition
KwidgetGUI_MacroControls.cpp:16
krotos::KwidgetGUI_MacroControls::m_macros
OwnedArray< AttachedSlider > m_macros
Definition
KwidgetGUI_MacroControls.h:13
krotos::KwidgetGUI_MacroControls::m_parentManager
ParameterManager * m_parentManager
Definition
KwidgetGUI_MacroControls.h:15
krotos::KwidgetGUI
Interface for a UI Component that controls a KwidgetProcessor.
Definition
KwidgetGUI.h:24
krotos::Kwidget
Definition
Kwidget.h:8
krotos::ParameterManager
Holds the overall state of a plugin that uses Kwidgets, including parameters, custom parameters,...
Definition
ParameterManager.h:25
krotos
Definition
AirAbsorptionFilter.cpp:2
krotos::Kwidget_MacroControls::Parameters
Definition
Kwidget_MacroControls.h:7
krotos_kwidget
kwidgets
macro_controls
KwidgetGUI_MacroControls.h
Generated by
1.12.0