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