Home
last modified time | relevance | path

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

/dports/comms/fldigi/fldigi-4.1.20/src/logbook/
H A Dtextio.cxx103 if (btnSelectStaCity->value()) fprintf (txtFile, "%s", ",\"STA_CITY\""); in writeCSVHeader()
213 if (btnSelectStaCity->value()) in writeCSVFile()
282 if (btnSelectStaCity->value()) fprintf (txtFile, "%-15s", "STA_CITY"); in writeTXTHeader()
389 if (btnSelectStaCity->value()) in writeTXTFile()
H A Dlgbook.fl155 Fl_Check_Button btnSelectStaCity {
300 btnSelectStaCity->value(0);
353 btnSelectStaCity->value(1);
407 btnSelectStaCity->value(0);
460 btnSelectStaCity->value(0);
H A Dlgbook.cxx81 Fl_Check_Button *btnSelectStaCity=(Fl_Check_Button *)0; variable
165 btnSelectStaCity->value(0); in cb_btnClearAllFields()
219 btnSelectStaCity->value(1); in cb_btnCheckAllFields()
274 btnSelectStaCity->value(0); in cb_btnSetFieldDefaults()
328 btnSelectStaCity->value(0); in cb_btnSetLoTWfields()
725 { btnSelectStaCity = new Fl_Check_Button(536, 47, 70, 15, _("Station QTH")); in create_logbook_dialogs()
726 btnSelectStaCity->down_box(FL_DOWN_BOX); in create_logbook_dialogs()
H A Dadif_io.cxx113 {MY_CITY, 60, "MY_CITY", &btnSelectStaCity}, // Xmt station location
/dports/comms/fllog/fllog-1.2.6/src/logbook/
H A Dlgbook.fl652 Fl_Check_Button btnSelectStaCity {
781 btnSelectStaCity->value(0);
831 btnSelectStaCity->value(0);
881 btnSelectStaCity->value(1);
940 btnSelectStaCity->value(0);
H A Dlgbook.cxx338 Fl_Check_Button *btnSelectStaCity=(Fl_Check_Button *)0; variable
414 btnSelectStaCity->value(0); in cb_btnSeteQSLfields()
465 btnSelectStaCity->value(0); in cb_btnClearAllFields()
516 btnSelectStaCity->value(1); in cb_btnCheckAllFields()
576 btnSelectStaCity->value(0); in cb_btnSetLoTWfields()
1625 { btnSelectStaCity = new Fl_Check_Button(536, 47, 70, 15, _("Station QTH")); in create_logbook_dialogs()
1626 btnSelectStaCity->down_box(FL_DOWN_BOX); in create_logbook_dialogs()
H A Dadif_io.cxx105 {MY_CITY, 60, "MY_CITY", &btnSelectStaCity}, // Xmt station location
/dports/comms/fllog/fllog-1.2.6/src/misc/
H A Dstatus.cxx339 SelectStaCity = btnSelectStaCity->value(); in save_defaults()
390 btnSelectStaCity->value(SelectStaCity); in load_defaults()
/dports/comms/fldigi/fldigi-4.1.20/src/include/
H A Dlgbook.h45 extern Fl_Check_Button *btnSelectStaCity;
/dports/comms/fllog/fllog-1.2.6/src/include/
H A Dlgbook.h120 extern Fl_Check_Button *btnSelectStaCity;
/dports/comms/fllog/fllog-1.2.6/src/
H A Dfllog.cxx412 progStatus.SelectStaCity = btnSelectStaCity->value(); in DefaultExport()
449 btnSelectStaCity->value(progStatus.SelectStaCity); in DefaultExport()