MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / SetAttachedObject

Method SetAttachedObject

src/Clip.cpp:322–324  ·  view source on GitHub ↗

Set the pointer to the trackedObject this clip is attached to

Source from the content-addressed store, hash-verified

320
321// Set the pointer to the trackedObject this clip is attached to
322void 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
327void Clip::SetAttachedClip(Clip* clipObject){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected