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

Method VisitCells

src/CellularPanel.cpp:1065–1069  ·  view source on GitHub ↗

Simplified entry points for visits that don't need all the generality of CellularPanel::Visitor

Source from the content-addressed store, hash-verified

1063// Simplified entry points for visits that don't need all the generality of
1064// CellularPanel::Visitor
1065void CellularPanel::VisitCells( const SimpleCellVisitor &visitor )
1066{
1067 Adaptor adaptor{ visitor };
1068 Visit( adaptor );
1069}
1070
1071void CellularPanel::VisitPreorder( const SimpleNodeVisitor &visitor )
1072{

Callers 1

DrawMethod · 0.80

Calls 1

VisitFunction · 0.50

Tested by

no test coverage detected