Krotos Modules 3
Loading...
Searching...
No Matches
KwidgetGUI_Template.h
Go to the documentation of this file.
1
namespace
krotos
2
{
3
class
KwidgetGUI_Template
:
public
KwidgetGUI
4
{
5
public
:
6
using
Parameters
=
Kwidget_Template::Parameters
;
7
8
KwidgetGUI_Template
(
Kwidget
& owner);
9
10
void
paint
(Graphics& g)
override
;
11
void
resized
()
override
;
12
13
private
:
14
AttachedSlider
m_example
{
Parameters::Example
};
15
16
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR(
KwidgetGUI_Template
)
17
};
18
}
// namespace krotos
krotos::AttachedSlider
This class combines a Slider, Label, and a SliderAttachment to simplify the process of adding knobs t...
Definition
AttachedSlider.h:10
krotos::KwidgetGUI_Template
Definition
KwidgetGUI_Template.h:4
krotos::KwidgetGUI_Template::resized
void resized() override
Definition
KwidgetGUI_Template.cpp:11
krotos::KwidgetGUI_Template::m_example
AttachedSlider m_example
Definition
KwidgetGUI_Template.h:14
krotos::KwidgetGUI_Template::KwidgetGUI_Template
KwidgetGUI_Template(Kwidget &owner)
Definition
KwidgetGUI_Template.cpp:3
krotos::KwidgetGUI_Template::paint
void paint(Graphics &g) override
Definition
KwidgetGUI_Template.cpp:9
krotos::KwidgetGUI
Interface for a UI Component that controls a KwidgetProcessor.
Definition
KwidgetGUI.h:24
krotos::Kwidget
Definition
Kwidget.h:8
krotos
Definition
AirAbsorptionFilter.cpp:2
krotos::Kwidget_Template::Parameters
Definition
Kwidget_Template.h:7
krotos::Kwidget_Template::Parameters::Example
static const String Example
Definition
Kwidget_Template.h:8
krotos_kwidget
kwidget
template
KwidgetGUI_Template.h
Generated by
1.12.0