Home
last modified time | relevance | path

Searched refs:transceiver_ptt (Results 1 – 3 of 3) sorted by relevance

/dports/comms/wsjtz/wsjtx/
H A DConfiguration.hpp282 Q_SLOT void transceiver_ptt (bool = true);
H A DConfiguration.cpp428 void transceiver_ptt (bool);
904 void Configuration::transceiver_ptt (bool on) in transceiver_ptt() function in Configuration
907 m_->transceiver_ptt (on); in transceiver_ptt()
2516 Q_EMIT self_->transceiver_ptt (checked); in on_test_PTT_push_button_clicked()
3018 void Configuration::impl::transceiver_ptt (bool on) in transceiver_ptt() function in Configuration::impl
/dports/comms/wsjtz/wsjtx/widgets/
H A Dmainwindow.cpp4322 m_config.transceiver_ptt (true); //Assert the PTT in guiUpdate()
4885 m_config.transceiver_ptt (false); //Lower PTT in stopTx2()