Home
last modified time | relevance | path

Searched refs:setModifying (Results 1 – 8 of 8) sorted by relevance

/dports/comms/klog/klog-1.8.5/src/inputwidgets/
H A Dmainwindowinputqso.h76 void setModifying(const bool _m);
H A Dmainwindowsattab.h66 void setModifying (const bool _m);
H A Dmainwindowinputqso.cpp61 void MainWindowInputQSO::setModifying(const bool _m) in setModifying() function in MainWindowInputQSO
H A Dmainwindowsattab.cpp834 void MainWindowSatTab::setModifying (const bool _m) in setModifying() function in MainWindowSatTab
/dports/comms/klog/klog-1.8.5/src/
H A Dqso.h46 void setModifying(const bool _mod);
H A Dmainwindow.h420 void setModifying(const bool _m);
H A Dqso.cpp118 void QSO::setModifying(const bool _mod) in setModifying() function in QSO
H A Dmainwindow.cpp372 setModifying(false); in init()
3540 setModifying(false); in slotClearButtonClicked()
6435 setModifying(true); in qsoToEdit()
6937 void MainWindow::setModifying(const bool _m) in setModifying() function in MainWindow
6941 QSOTabWidget->setModifying (_m); in setModifying()
6943 satTabWidget->setModifying(_m); in setModifying()
8337 qso->setModifying (mainQSOEntryWidget->getModifying()); in backupCurrentQSO()