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

Method Reparent

src/tracks/ui/ChannelView.cpp:31–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void ChannelView::Reparent(
32 const std::shared_ptr<Track> &parent, size_t iChannel)
33{
34 CommonChannelCell::Reparent(parent, iChannel);
35 if (mpVRulerControls)
36 mpVRulerControls->Reparent(parent, iChannel);
37}
38
39int ChannelView::GetChannelGroupHeight(const Track *pTrack)
40{

Callers 5

ToolFrameMethod · 0.45
ResetMethod · 0.45
DockMethod · 0.45
ReparentExtraPanelMethod · 0.45
SetChildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected