Home
last modified time | relevance | path

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

/dports/comms/flrig/flrig-1.3.54/src/support/
H A Dsupport.cxx6622 choice_FT8n_rTONE->value(progStatus.txT_80); in updateCTCSS()
6627 choice_FT8n_rTONE->value(progStatus.txT_40); in updateCTCSS()
6632 choice_FT8n_rTONE->value(progStatus.txT_30); in updateCTCSS()
6637 choice_FT8n_rTONE->value(progStatus.txT_20); in updateCTCSS()
6642 choice_FT8n_rTONE->value(progStatus.txT_17); in updateCTCSS()
6647 choice_FT8n_rTONE->value(progStatus.txT_15); in updateCTCSS()
6652 choice_FT8n_rTONE->value(progStatus.txT_12); in updateCTCSS()
6657 choice_FT8n_rTONE->value(progStatus.txT_10); in updateCTCSS()
6662 choice_FT8n_rTONE->value(progStatus.txT_6); in updateCTCSS()
6667 choice_FT8n_rTONE->value(progStatus.txT_2); in updateCTCSS()
[all …]
/dports/comms/flrig/flrig-1.3.54/src/UI/
H A Dui_touch.cxx1034 choice_FT8n_rTONE = new Fl_PL_tone( in touch_main_group()
1036 choice_FT8n_rTONE->align((Fl_Align)FL_ALIGN_LEFT); in touch_main_group()
1037 choice_FT8n_rTONE->value(8); in touch_main_group()
1038 choice_FT8n_rTONE->end(); in touch_main_group()
1041 choice_FT8n_rTONE->x() + choice_FT8n_rTONE->w() + 5, by+4, 80, 22, _("Set")); in touch_main_group()
H A Dui_small.cxx1285 choice_FT8n_rTONE = new Fl_PL_tone(70, 66, 75, 18, _("R:")); in tabs_window()
1286 choice_FT8n_rTONE->align((Fl_Align)FL_ALIGN_LEFT); in tabs_window()
1287 choice_FT8n_rTONE->value(8); in tabs_window()
1288 choice_FT8n_rTONE->end(); in tabs_window()
H A Drigpanel.cxx172 Fl_PL_tone *choice_FT8n_rTONE = (Fl_PL_tone *)0; variable
1154 int rTONE = PL_tones[choice_FT8n_rTONE->value()]; in cb_tones()
/dports/comms/flrig/flrig-1.3.54/src/include/
H A Drigpanel.h216 extern Fl_PL_tone *choice_FT8n_rTONE;