Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ getActiveDialog
Method
getActiveDialog
src/forms/Dialog/ActionDialog.cpp:27–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
ActionDialog *ActionDialog::getActiveDialog() {
28
return activeDialog;
29
}
30
31
32
void ActionDialog::setActiveDialog(ActionDialog *dlg) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected