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

Method Visit

src/CellularPanel.cpp:1028–1031  ·  view source on GitHub ↗

Public, top-level entry for generalized Visit

Source from the content-addressed store, hash-verified

1026
1027// Public, top-level entry for generalized Visit
1028void CellularPanel::Visit( Visitor &visitor )
1029{
1030 Visit( GetClientRect(), Root(), visitor );
1031}
1032
1033// Common utility class for the functions that follow
1034namespace {

Callers 2

ReadProjectFileMethod · 0.45

Calls 9

SubdivideFunction · 0.85
VisitFunction · 0.50
getMethod · 0.45
VisitCellMethod · 0.45
BeginGroupMethod · 0.45
ChildrenMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
EndGroupMethod · 0.45

Tested by

no test coverage detected