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

Method GetTotalHeight

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

Source from the content-addressed store, hash-verified

722}
723
724int ProjectWindow::GetTotalHeight(const TrackList &trackList)
725{
726 return ChannelView::GetTotalHeight(trackList);
727}
728
729void ProjectWindow::SetChannelHeights(Track &track, unsigned height)
730{

Callers 2

GetTotalHeightMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected