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

Method GetTotalHeight

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

Source from the content-addressed store, hash-verified

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
471 int GetHorizontalThumbPosition() const override
472 { return IsWindowValid(mwWindow) ? mwWindow->GetHorizontalThumbPosition() : 0; }

Callers

nothing calls this directly

Calls 2

IsWindowValidFunction · 0.85
GetTotalHeightMethod · 0.45

Tested by

no test coverage detected