Krotos Modules 3
Loading...
Searching...
No Matches
KwidgetGUI_Pan.cpp
Go to the documentation of this file.
1namespace krotos
2{
4
6 {
8 Rectangle<int> bounds = m_currentBounds;
9 m_pan.setBounds(bounds);
10 }
11} // namespace krotos
void resized() override
Definition KwidgetGUI_Pan.cpp:5
AttachedSlider m_pan
Definition KwidgetGUI_Pan.h:13
KwidgetGUI_Pan(Kwidget &owner)
Definition KwidgetGUI_Pan.cpp:3
Interface for a UI Component that controls a KwidgetProcessor.
Definition KwidgetGUI.h:24
void addAttachedComponent(AttachedComponentType &component, const String &paramID, bool isDraggable=true)
Definition KwidgetGUI.h:112
Rectangle< int > m_currentBounds
Definition KwidgetGUI.h:146
void resized() override
Definition KwidgetGUI.cpp:45
Definition Kwidget.h:8
Definition AirAbsorptionFilter.cpp:2
static const String Pan
Definition Kwidget_Pan.h:8