Searched refs:slider_thermalRadiusMean (Results 1 – 2 of 2) sorted by relevance
175 slider_thermalRadiusMean->setLabelPlace(PUPLACE_CENTERED_LEFT); in CGUIWindThermalDialog()176 slider_thermalRadiusMean->setLabel(_("Radius mean [ft]")); in CGUIWindThermalDialog()177 slider_thermalRadiusMean->setSliderFraction(0.05); in CGUIWindThermalDialog()178 slider_thermalRadiusMean->setMinValue(0); in CGUIWindThermalDialog()179 slider_thermalRadiusMean->setMaxValue(200); in CGUIWindThermalDialog()180 slider_thermalRadiusMean->setStepSize(1); in CGUIWindThermalDialog()181 slider_thermalRadiusMean->setValue((float)(thermaldata->getDouble("radius_mean"))); in CGUIWindThermalDialog()317 thermal->setAttribute("radius_mean", dlg->slider_thermalRadiusMean->getStringValue()); in CGUIThermalNewPresetCallback()355 dlg->slider_thermalRadiusMean->setValue(50); in CGUIThermalPresetCallback()369 dlg->slider_thermalRadiusMean->setValue((float)preset->getDouble("radius_mean")); in CGUIThermalPresetCallback()[all …]
63 crrcSlider* slider_thermalRadiusMean; variable