Home
last modified time | relevance | path

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

/dports/comms/flrig/flrig-1.3.54/src/support/
H A Dsupport.cxx916 if (spnrPOWER) spnrPOWER->minimum(min); in update_power_control()
917 if (spnrPOWER) spnrPOWER->maximum(max); in update_power_control()
918 if (spnrPOWER) spnrPOWER->step(step); in update_power_control()
919 if (spnrPOWER) spnrPOWER->redraw(); in update_power_control()
2749 if (spnrPOWER) spnrPOWER->minimum(min); in setPower()
2751 if (spnrPOWER) spnrPOWER->step(step); in setPower()
2753 if (spnrPOWER) spnrPOWER->redraw(); in setPower()
3994 if (spnrPOWER) spnrPOWER->show(); in adjust_touch_ui()
5288 if (spnrPOWER) spnrPOWER->step(step); in init_power_control()
5290 if (spnrPOWER) spnrPOWER->show(); in init_power_control()
[all …]
H A Dstatus.cxx1765 if (spnrPOWER) spnrPOWER->color(bg_slider); in UI_laststate()
1766 if (spnrPOWER) spnrPOWER->selection_color(btn_slider); in UI_laststate()
H A Ddialogs.cxx1007 if (spnrPOWER) spnrPOWER->color(bg_slider); in setColors()
/dports/comms/flrig/flrig-1.3.54/src/include/
H A Drigpanel.h150 extern Hspinner *spnrPOWER;
/dports/comms/flrig/flrig-1.3.54/src/UI/
H A Drigpanel.cxx39 Hspinner *spnrPOWER = (Hspinner *)0; variable