MCPcopy 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

FlexControlDialogMethod · 0.80

Calls 1

moveFunction · 0.85

Tested by

no test coverage detected