Set the pointer to the trackedObject this clip is attached to
| 320 | |
| 321 | // Set the pointer to the trackedObject this clip is attached to |
| 322 | void Clip::SetAttachedObject(std::shared_ptr<openshot::TrackedObjectBase> trackedObject){ |
| 323 | parentTrackedObject = trackedObject; |
| 324 | } |
| 325 | |
| 326 | // Set the pointer to the clip this clip is attached to |
| 327 | void Clip::SetAttachedClip(Clip* clipObject){ |
nothing calls this directly
no outgoing calls
no test coverage detected