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

Method selectedKey

src/gui/KeyboardMapWidget.cpp:215–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215Qt::Key KeyboardMapWidget::selectedKey() const
216{
217 if (m_selectedIdx >= 0 && m_selectedIdx < m_keys.size())
218 return m_keys[m_selectedIdx].qtKey;
219 return Qt::Key_unknown;
220}
221
222// ─── Painting ───────────────────────────────────────────────────────────────
223

Callers 4

assignActionMethod · 0.80
clearSelectedMethod · 0.80
resetSelectedMethod · 0.80
updateSelectedKeyInfoMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected