| 125 | } |
| 126 | |
| 127 | void Track::SetOwner |
| 128 | (const std::weak_ptr<TrackList> &list, TrackNodePointer node) |
| 129 | { |
| 130 | // BUG: When using this function to clear an owner, we may need to clear |
| 131 | // focused track too. Otherwise focus could remain on an invisible (or deleted) track. |
| 132 | mList = list; |
| 133 | mNode = node; |
| 134 | } |
| 135 | |
| 136 | void Track::SetLinkType(LinkType linkType, bool completeList) |
| 137 | { |
no outgoing calls
no test coverage detected