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

Method IsTrackMinimized

src/ProjectWindow.cpp:708–711  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

706}
707
708bool ProjectWindow::IsTrackMinimized(const Track &track)
709{
710 return ChannelView::Get(*track.GetChannel(0)).GetMinimized();
711}
712
713void ProjectWindow::SetMinimized(Track &track, bool minimized)
714{

Callers 2

ZoomFitVerticallyMethod · 0.45
IsTrackMinimizedMethod · 0.45

Calls 2

GetFunction · 0.85
GetChannelMethod · 0.80

Tested by

no test coverage detected