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

Method OnTrackMenu

src/TrackPanel.cpp:1034–1038  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1032}
1033
1034void TrackPanel::OnTrackMenu(Track *t)
1035{
1036 CellularPanel::DoContextMenu(
1037 t ? ChannelView::Get(*t->GetChannel(0)).shared_from_this() : nullptr);
1038}
1039
1040namespace {
1041 // Drawing constants

Callers 2

CommitChangesMethod · 0.80
OnTrackMenuFunction · 0.80

Calls 2

GetFunction · 0.85
GetChannelMethod · 0.80

Tested by

no test coverage detected