| 29 | } |
| 30 | |
| 31 | void ChannelView::Reparent( |
| 32 | const std::shared_ptr<Track> &parent, size_t iChannel) |
| 33 | { |
| 34 | CommonChannelCell::Reparent(parent, iChannel); |
| 35 | if (mpVRulerControls) |
| 36 | mpVRulerControls->Reparent(parent, iChannel); |
| 37 | } |
| 38 | |
| 39 | int ChannelView::GetChannelGroupHeight(const Track *pTrack) |
| 40 | { |
no outgoing calls
no test coverage detected