Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ IsBrushToolActive
Function
IsBrushToolActive
src/SpectralDataDialog.cpp:280–283 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
278
}
279
280
static bool IsBrushToolActive(AudacityProject &project)
281
{
282
return ProjectSettings::Get(project).GetTool() == ToolCodes::brushTool;
283
}
284
285
bool SpectralDataDialog::Show( bool show )
286
{
Callers
2
Show
Method · 0.85
DoToolChanged
Method · 0.85
Calls
1
Get
Function · 0.85
Tested by
no test coverage detected