Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ FindProjectFrame
Function
FindProjectFrame
src/ProjectWindows.cpp:87–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
wxFrame *FindProjectFrame( AudacityProject *project ) {
88
if (!project)
89
return nullptr;
90
return ProjectWindows::Get(*project).mFrame;
91
}
92
93
const wxFrame *FindProjectFrame( const AudacityProject *project ) {
94
if (!project)
Callers
14
DependencyDialog
Class · 0.85
InitPart2
Method · 0.85
SetActiveProject
Function · 0.85
FilterKeyEvent
Method · 0.85
SpectralDataDialog
Method · 0.85
HistoryDialog
Method · 0.85
CommonCommandFlags.cpp
File · 0.85
PitchAndSpeedDialog
Method · 0.85
PanSliderDrawFunction
Function · 0.85
VolumeSliderDrawFunction
Function · 0.85
VelocitySliderDrawFunction
Function · 0.85
ToolFrame
Method · 0.85
Calls
1
Get
Function · 0.85
Tested by
1
SpectralDataDialog
Method · 0.68