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

Method SetChannelHeights

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

Source from the content-addressed store, hash-verified

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
469 { return IsWindowValid(mwWindow) ? mwWindow->GetTotalHeight(trackList) : 0; }
470

Callers

nothing calls this directly

Calls 2

IsWindowValidFunction · 0.85
SetChannelHeightsMethod · 0.45

Tested by

no test coverage detected