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

Method GetTrackHeight

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

Source from the content-addressed store, hash-verified

462 void SetMinimized(Track &track, bool minimized) override
463 { if (IsWindowValid(mwWindow)) mwWindow->SetMinimized(track, minimized); }
464 int GetTrackHeight(const Track &track) override
465 { return IsWindowValid(mwWindow) ? mwWindow->GetTrackHeight(track) : 0; }
466 void SetChannelHeights(Track &track, unsigned height) override
467 { if (IsWindowValid(mwWindow)) mwWindow->SetChannelHeights(track, height); }
468 int GetTotalHeight(const TrackList &trackList) override

Callers

nothing calls this directly

Calls 2

IsWindowValidFunction · 0.85
GetTrackHeightMethod · 0.45

Tested by

no test coverage detected