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

Method GetTrackHeight

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

Source from the content-addressed store, hash-verified

717}
718
719int ProjectWindow::GetTrackHeight(const Track &track)
720{
721 return ChannelView::GetChannelGroupHeight(&track);
722}
723
724int ProjectWindow::GetTotalHeight(const TrackList &trackList)
725{

Callers 4

ShowTrackMethod · 0.45
ScrollToBottomMethod · 0.45
ZoomFitVerticallyMethod · 0.45
GetTrackHeightMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected