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

Method GetChannelGroup

src/RealtimeEffectPanel.cpp:755–758  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

753 }
754
755 ChannelGroup* GetChannelGroup() override
756 {
757 return mTrack.get();
758 }
759};
760
761class ProjectEffectListDelegate final

Callers 15

PendingTracks.cppFile · 0.45
TrackFromChannelMethod · 0.45
DrawMethod · 0.45
RemoveFromListMethod · 0.45
OnChangeButtonClickedMethod · 0.45
OnAddEffectClickedMethod · 0.45
TrackPanel.cppFile · 0.45
DoDrawMethod · 0.45
SubViewCloseHandleMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected