Home
last modified time | relevance | path

Searched refs:windSpeedIndex (Results 1 – 5 of 5) sorted by relevance

/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/gis/trk/
H A DCEnergyCyclingDialog.cpp96 comboWindSpeed->setCurrentIndex(energyTmpSet.windSpeedIndex); in updateUi()
97 if(energyTmpSet.windSpeedIndex > 0) in updateUi()
99 … spinWindSpeed->setValue(windSpeeds[energyTmpSet.windSpeedIndex].windSpeed * 3.6); // m/s ==> km/h in updateUi()
208 void CEnergyCyclingDialog::slotSetComboWindSpeed(qint32 windSpeedIndex) in slotSetComboWindSpeed() argument
210 energyTmpSet.windSpeedIndex = windSpeedIndex; in slotSetComboWindSpeed()
211 if(windSpeedIndex > 0) in slotSetComboWindSpeed()
213 spinWindSpeed->setValue(windSpeeds[windSpeedIndex].windSpeed * 3.6); // m/s ==> km/h in slotSetComboWindSpeed()
214 energyTmpSet.windSpeed = windSpeeds[windSpeedIndex].windSpeed; in slotSetComboWindSpeed()
230 energyTmpSet.windSpeedIndex = 0; in slotSetWindSpeed()
236 energyTmpSet.windSpeedIndex = i; in slotSetWindSpeed()
H A DCEnergyCycling.cpp69 energySet.windSpeedIndex = cfg.value("windSpeedIndex", energyDefaultSet.windSpeedIndex).toInt(); in loadSettings()
93 cfg.setValue("windSpeedIndex", energyTrkSet.windSpeedIndex); in saveSettings()
H A DCEnergyCycling.h56 qint32 windSpeedIndex = 5; member
H A DCEnergyCyclingDialog.h43 void slotSetComboWindSpeed(qint32 windSpeedIndex);
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/gis/qms/
H A Dserialization.cpp527 << e.windSpeedIndex << e.windSpeed << e.windPositionIndex in operator <<()
537 >> e.windSpeedIndex >> e.windSpeed >> e.windPositionIndex in operator >>()