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

Method GetSubViews

src/tracks/ui/ChannelView.cpp:165–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165auto ChannelView::GetSubViews(const wxRect &rect) -> Refinement
166{
167 return { { rect.GetTop(), shared_from_this() } };
168}
169
170bool ChannelView::IsSpectral() const
171{

Callers 3

HasVisibleSpectralViewFunction · 0.45
UpdateTrackVRulerMethod · 0.45
ChildrenMethod · 0.45

Calls

no outgoing calls

Tested by 1

HasVisibleSpectralViewFunction · 0.36