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

Method VisitCell

src/CellularPanel.cpp:1020–1021  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1018// Empty out-of-line default functions to fill Visitor's vtable
1019CellularPanel::Visitor::~Visitor() {}
1020void CellularPanel::Visitor::VisitCell(
1021 const wxRect &rect, TrackPanelCell &cell ) {}
1022void CellularPanel::Visitor::BeginGroup(
1023 const wxRect &rect, TrackPanelGroup &group ) {}
1024void CellularPanel::Visitor::EndGroup(

Callers 1

VisitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected