MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / showForTx

Method showForTx

src/gui/ClientCompEditor.cpp:292–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292void ClientCompEditor::showForTx()
293{
294 m_side = Side::Tx;
295 if (m_canvas && comp()) m_canvas->setComp(comp());
296 const QString title = QString::fromUtf8("Aetherial Compressor \xe2\x80\x94 TX");
297 if (m_titleBar)
298 static_cast<EditorFramelessTitleBar*>(m_titleBar)->setTitleText(title);
299 setWindowTitle(title);
300 restoreGeometryFromSettings();
301 syncControlsFromEngine();
302 if (m_meterTimer) m_meterTimer->start();
303 show();
304 raise();
305 activateWindow();
306}
307
308void ClientCompEditor::showForRx()
309{

Callers

nothing calls this directly

Calls 3

setCompMethod · 0.80
setTitleTextMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected