Home
last modified time | relevance | path

Searched refs:hamcast_mode_selection_2 (Results 1 – 4 of 4) sorted by relevance

/dports/comms/flamp/flamp-2.2.07/src/utils/
H A Dstatus.cxx192 FLAMPpref.set("hamcast_mode_selection_2", hamcast_mode_selection_2); in saveLastState()
325 FLAMPpref.get("hamcast_mode_selection_2", i, hamcast_mode_selection_2); in loadLastState()
326 hamcast_mode_selection_2 = i; in loadLastState()
H A Drun_scripts.cxx649 progStatus.hamcast_mode_selection_2 = cbo_hamcast_mode_selection_2->index(); in process_hamcast_modem()
/dports/comms/flamp/flamp-2.2.07/src/include/
H A Dstatus.h97 int hamcast_mode_selection_2; member
/dports/comms/flamp/flamp-2.2.07/src/
H A Dflamp_dialog.cxx348 cbo_hamcast_mode_selection_2->index(progStatus.hamcast_mode_selection_2); in update_cbo_modes()
1100 progStatus.hamcast_mode_selection_2 = cbo_hamcast_mode_selection_2->index(); in cb_hamcast_mode_selection_2()