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

Method showForRx

src/gui/ClientCompEditor.cpp:308–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306}
307
308void ClientCompEditor::showForRx()
309{
310 m_side = Side::Rx;
311 if (m_canvas && comp()) m_canvas->setComp(comp());
312 const QString title = QString::fromUtf8("Aetherial Compressor \xe2\x80\x94 RX");
313 if (m_titleBar)
314 static_cast<EditorFramelessTitleBar*>(m_titleBar)->setTitleText(title);
315 setWindowTitle(title);
316 restoreGeometryFromSettings();
317 syncControlsFromEngine();
318 if (m_meterTimer) m_meterTimer->start();
319 show();
320 raise();
321 activateWindow();
322}
323
324void ClientCompEditor::syncControlsFromEngine()
325{

Callers

nothing calls this directly

Calls 3

setCompMethod · 0.80
setTitleTextMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected