MCPcopy Create free account
hub / github.com/audacity/audacity / Destroy

Method Destroy

src/TrackPanel.cpp:244–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244void TrackPanel::Destroy( AudacityProject &project )
245{
246 auto *pPanel = GetAttachedWindows(project).Find<TrackPanel>( sKey );
247 if (pPanel) {
248 pPanel->wxWindow::Destroy();
249 GetAttachedWindows(project).Assign(sKey, nullptr);
250 }
251}
252
253// Don't warn us about using 'this' in the base member initializer list.
254#ifndef __WXGTK__ //Get rid if this pragma for gtk

Callers 12

ModuleDispatchFunction · 0.45
OnFindDialogMethod · 0.45
HideSplashScreenMethod · 0.45
InitPart2Method · 0.45
OnSocketEventMethod · 0.45
RemoveTrackClusterMethod · 0.45
RecreateMethod · 0.45
OnCloseWindowMethod · 0.45
SetFooterMethod · 0.45
DoShowCrashReportFrameFunction · 0.45

Calls 1

AssignMethod · 0.45

Tested by

no test coverage detected