Home
last modified time | relevance | path

Searched refs:inpState (Results 1 – 11 of 11) sorted by relevance

/dports/comms/fldigi/fldigi-4.1.20/src/logbook/
H A Dn3fjp_logger.cxx1494 else if (inpState->value()[0]) in n3fjp_check_RTTY()
1523 send_spcnum(inpState->value()); in n3fjp_check_JOTA()
1573 send_state(inpState->value()); in n3fjp_check_CQWWRTTY()
1682 if (inpState->value()[0]) in n3fjp_check_MDQSP()
1771 if (inpState->value()[0]) in n3fjp_check_QP1()
1772 send_spcnum(inpState->value()); in n3fjp_check_QP1()
1797 if (inpState->value()[0]) in n3fjp_check_QP2()
1818 if (inpState->value()[0]) { in n3fjp_check_QP3()
1862 if (inpState->value()[0]) in n3fjp_check_QP4()
1892 if (inpState->value()[0]) in n3fjp_check_QP5()
[all …]
H A Dxmlrpc_log.cxx157 inpState->value(get_field(adifline, STATE).c_str()); in xml_get_record()
179 inpState->value(""); in xml_get_record()
251 adif_str(STATE, inpState->value()); in xml_add_record()
316 rec.putField(STATE, inpState->value()); in xml_add_record()
383 six_args[4] = (progdefaults.dupstate && inpState->value()[0]) ? inpState->value() : "0"; in xml_check_dup()
H A Dmaclogger.cxx162 inpState->value(mclg_state.c_str()); in maclogger_set_state()
163 inpState->do_callback(); in maclogger_set_state()
H A Dlogsupport.cxx1381 inpState->value(), progdefaults.dupstate, in DupCheck()
1431 inpState->value(inpState_log->value()); in SearchLastQSO()
1432 inpState->position (0); in SearchLastQSO()
1537 inpState->value (qsoPtr->getField(STATE)); in cb_btnRetrieve()
1538 inpState->position (0); in cb_btnRetrieve()
1928 inpState_log->value (ucasestr(inpState->value()).c_str()); in AddRecord()
H A Dlookupcall.cxx404 inpState->value(lookup_state.c_str()); in QRZ_disp_result()
405 inpState->position (0); in QRZ_disp_result()
/dports/comms/fldigi/fldigi-4.1.20/src/widgets/
H A DFTextRXTX.cxx523 if (inpState->value()[0]) in set_cbo_county()
640 inpState->value(s.c_str()); in set_state()
680 str.length() == 5 && !inpState->value()[0]) { in parseSQSO()
687 str.length() == 5 && !inpState->value()[0]) { in parseSQSO()
700 std::string st = inpState->value(); in parseSQSO()
730 check_field(str, cSTATE) && !inpState->value()[0]) { in parseSQSO()
741 if (section_test(str) && !inpState->value()[0]) { in parseSQSO()
1276 } else if (!inpState->value()[0]) { in handle_qso_data()
1278 log_callback(inpState); in handle_qso_data()
1576 input = inpState; in menu_cb()
[all …]
/dports/comms/fldigi/fldigi-4.1.20/src/dialogs/
H A Dfl_digi.cxx4039 else if (inp == inpState) { in cb_log()
4052 if (inpState->value()[0]) in cb_log()
5220 inpState = inpState1; in UI_select()
5262 inpState = inp_KD_state1; in UI_select()
5335 inpState = inpRTU_stpr1; in UI_select()
5380 inpState = inpSQSO_state1; in UI_select()
5445 inpState = inpState1; in UI_select()
5510 inpState = inp_KD_state2; in UI_select()
5583 inpState = inpRTU_stpr2; in UI_select()
7470 if (w == inpState) { in log_callback()
[all …]
H A Dfl_digi_main.cxx566 inpState = inpState1; in create_fl_digi_main_primary()
/dports/comms/fldigi/fldigi-4.1.20/src/include/
H A Dfl_digi.h142 extern Fl_Input2 *inpState;
/dports/comms/fldigi/fldigi-4.1.20/src/network/
H A Dxmlrpc.cxx3089 inpState->value()); in execute()
3090 *retval = xmlrpc_c::value_string(inpState->value()); in execute()
/dports/comms/fldigi/fldigi-4.1.20/src/misc/
H A Dmacros.cxx1793 s.replace( i, 4, inpState->value() );
4062 { "FLDIGI_LOG_STATE", inpState->value() },