Krotos Modules 3
Loading...
Searching...
No Matches
KwidgetGUI_CoreEngineVehicle.cpp
Go to the documentation of this file.
1namespace krotos
2{
4 {
5 m_Pan.setVisible(shouldBeVisible);
6 m_Level.setVisible(shouldBeVisible);
7
8 m_Start.setVisible(shouldBeVisible);
9 m_Tracking.setVisible(shouldBeVisible);
10 m_Cycles.setVisible(shouldBeVisible);
11 m_Smoothing.setVisible(shouldBeVisible);
12 m_Sensitivity.setVisible(shouldBeVisible);
13
14 m_ASize.setVisible(shouldBeVisible);
15 m_ARate.setVisible(shouldBeVisible);
16 m_ASpray.setVisible(shouldBeVisible);
17 m_AMix.setVisible(shouldBeVisible);
18 m_BSize.setVisible(shouldBeVisible);
19 m_BRate.setVisible(shouldBeVisible);
20 m_BSpray.setVisible(shouldBeVisible);
21 m_BMix.setVisible(shouldBeVisible);
22
23 m_GrainMax.setVisible(shouldBeVisible);
24 m_VehicleLevel.setVisible(shouldBeVisible);
25 m_Shape.setVisible(shouldBeVisible);
26
27 m_NormaliseToggle.setVisible(shouldBeVisible);
28 m_PhaseSyncToggle.setVisible(shouldBeVisible);
29 m_EnableMuteUpToggle.setVisible(shouldBeVisible);
30 m_EnableMuteDownToggle.setVisible(shouldBeVisible);
31
32 m_trigger.setVisible(shouldBeVisible);
33 }
34
36
37} // namespace krotos
AttachedSlider m_ARate
Definition KwidgetGUI_CoreEngine.h:123
AttachedSlider m_Cycles
Definition KwidgetGUI_CoreEngine.h:136
AttachedSlider m_Tracking
Definition KwidgetGUI_CoreEngine.h:135
AttachedSlider m_Pan
Definition KwidgetGUI_CoreEngine.h:108
AttachedSlider m_Shape
Definition KwidgetGUI_CoreEngine.h:132
void resizeVehicle()
Definition KwidgetGUI_CoreEngineVehicle.cpp:35
AttachedToggleButton m_EnableMuteUpToggle
Definition KwidgetGUI_CoreEngine.h:154
void setVehicleControlsVisibility(bool shouldBeVisible)
Definition KwidgetGUI_CoreEngineVehicle.cpp:3
AttachedSlider m_AMix
Definition KwidgetGUI_CoreEngine.h:125
AttachedToggleButton m_EnableMuteDownToggle
Definition KwidgetGUI_CoreEngine.h:155
ComboBox m_trigger
Definition KwidgetGUI_CoreEngine.h:142
AttachedSlider m_BMix
Definition KwidgetGUI_CoreEngine.h:130
AttachedSlider m_ASize
Definition KwidgetGUI_CoreEngine.h:122
AttachedSlider m_Smoothing
Definition KwidgetGUI_CoreEngine.h:137
AttachedToggleButton m_NormaliseToggle
Definition KwidgetGUI_CoreEngine.h:152
AttachedSlider m_Sensitivity
Definition KwidgetGUI_CoreEngine.h:138
AttachedSlider m_ASpray
Definition KwidgetGUI_CoreEngine.h:124
AttachedToggleButton m_PhaseSyncToggle
Definition KwidgetGUI_CoreEngine.h:151
AttachedSlider m_BRate
Definition KwidgetGUI_CoreEngine.h:128
AttachedSlider m_Level
Definition KwidgetGUI_CoreEngine.h:109
AttachedSlider m_BSize
Definition KwidgetGUI_CoreEngine.h:127
AttachedSlider m_GrainMax
Definition KwidgetGUI_CoreEngine.h:133
AttachedSlider m_BSpray
Definition KwidgetGUI_CoreEngine.h:129
AttachedSlider m_VehicleLevel
Definition KwidgetGUI_CoreEngine.h:112
AttachedSlider m_Start
Definition KwidgetGUI_CoreEngine.h:103
Definition AirAbsorptionFilter.cpp:2