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

Function IsWindowValid

src/ProjectWindow.cpp:447–447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

445
446namespace {
447 bool IsWindowValid(const ProjectWindow *window) { return window && !window->IsBeingDeleted(); }
448
449//! This allows either the ProjectWindow or the AudacityProject to be
450//! destroyed first. This object is given to an attached object of the project.

Callers 15

ViewportSizeMethod · 0.85
MinimumTrackHeightMethod · 0.85
IsTrackMinimizedMethod · 0.85
SetMinimizedMethod · 0.85
GetTrackHeightMethod · 0.85
SetChannelHeightsMethod · 0.85
GetTotalHeightMethod · 0.85
GetHorizontalRangeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected