| 1022 | void CellularPanel::Visitor::BeginGroup( |
| 1023 | const wxRect &rect, TrackPanelGroup &group ) {} |
| 1024 | void CellularPanel::Visitor::EndGroup( |
| 1025 | const wxRect &rect, TrackPanelGroup &group ) {} |
| 1026 | |
| 1027 | // Public, top-level entry for generalized Visit |
| 1028 | void CellularPanel::Visit( Visitor &visitor ) |