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

Method SetMinimized

src/ProjectWindow.cpp:713–717  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

711}
712
713void ProjectWindow::SetMinimized(Track &track, bool minimized)
714{
715 for (auto pChannel : track.Channels())
716 ChannelView::Get(*pChannel).SetMinimized(minimized);
717}
718
719int ProjectWindow::GetTrackHeight(const Track &track)
720{

Callers 6

ExpandAllTracksMethod · 0.45
CollapseAllTracksMethod · 0.45
SetMinimizedMethod · 0.45
DoRecordMethod · 0.45
DragMethod · 0.45
CancelMethod · 0.45

Calls 2

GetFunction · 0.85
ChannelsMethod · 0.80

Tested by

no test coverage detected