Krotos Modules 3
Loading...
Searching...
No Matches
Kwidget_Pan.h
Go to the documentation of this file.
1
namespace
krotos
2
{
3
class
Kwidget_Pan
:
public
Kwidget
4
{
5
public
:
6
struct
Parameters
7
{
8
static
const
String
Pan
;
9
};
10
11
Kwidget_Pan
(
const
String&
id
);
12
13
protected
:
14
std::vector<ParameterInfo>
createParameters
()
override
;
15
std::unique_ptr<KwidgetProcessor>
createProcessor
()
override
;
16
std::unique_ptr<KwidgetGUI>
createGUI
()
override
;
17
18
private
:
19
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR(
Kwidget_Pan
)
20
};
21
}
// namespace krotos
krotos::Kwidget_Pan
Definition
Kwidget_Pan.h:4
krotos::Kwidget_Pan::createProcessor
std::unique_ptr< KwidgetProcessor > createProcessor() override
Definition
Kwidget_Pan.cpp:12
krotos::Kwidget_Pan::createGUI
std::unique_ptr< KwidgetGUI > createGUI() override
Definition
Kwidget_Pan.cpp:17
krotos::Kwidget_Pan::createParameters
std::vector< ParameterInfo > createParameters() override
Definition
Kwidget_Pan.cpp:7
krotos::Kwidget_Pan::Kwidget_Pan
Kwidget_Pan(const String &id)
Definition
Kwidget_Pan.cpp:5
krotos::Kwidget
Definition
Kwidget.h:8
krotos
Definition
AirAbsorptionFilter.cpp:2
krotos::Kwidget_Pan::Parameters
Definition
Kwidget_Pan.h:7
krotos::Kwidget_Pan::Parameters::Pan
static const String Pan
Definition
Kwidget_Pan.h:8
krotos_kwidget
kwidgets
pan
Kwidget_Pan.h
Generated by
1.12.0