Set the pointer to the clip this clip is attached to
| 325 | |
| 326 | // Set the pointer to the clip this clip is attached to |
| 327 | void Clip::SetAttachedClip(Clip* clipObject){ |
| 328 | parentClipObject = clipObject; |
| 329 | } |
| 330 | |
| 331 | /// Set the current reader |
| 332 | void Clip::Reader(ReaderBase* new_reader) |
nothing calls this directly
no outgoing calls
no test coverage detected