Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aethersdr/AetherSDR
/ setActionCallback
Method
setActionCallback
src/gui/FlexControlDialog.cpp:904–907 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
902
}
903
904
void setActionCallback(ActionCallback callback)
905
{
906
m_callback = std::move(callback);
907
}
908
909
void setSelected(bool selected)
910
{
Callers
1
FlexControlDialog
Method · 0.80
Calls
1
move
Function · 0.85
Tested by
no test coverage detected