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

Method setInlineEditEnabled

src/gui/ClientCompKnob.cpp:129–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129void ClientCompKnob::setInlineEditEnabled(bool on)
130{
131 if (m_inlineEdit == on) return;
132 m_inlineEdit = on;
133 if (m_valueEdit) m_valueEdit->setVisible(on);
134 update();
135}
136
137void ClientCompKnob::setValue(float physical)
138{

Callers 6

buildUIMethod · 0.80
buildUIMethod · 0.80
buildUIMethod · 0.80
buildUIMethod · 0.80
buildUIMethod · 0.80
buildUIMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected