MCPcopy 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
280static bool IsBrushToolActive(AudacityProject &project)
281{
282 return ProjectSettings::Get(project).GetTool() == ToolCodes::brushTool;
283}
284
285bool SpectralDataDialog::Show( bool show )
286{

Callers 2

ShowMethod · 0.85
DoToolChangedMethod · 0.85

Calls 1

GetFunction · 0.85

Tested by

no test coverage detected