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

Method ParentClip

src/TrackedObjectBase.h:62–62  ·  view source on GitHub ↗

Get and set the parentClip of this object

Source from the content-addressed store, hash-verified

60 void Id(std::string _id) { id = _id; }
61 /// Get and set the parentClip of this object
62 ClipBase* ParentClip() const { return parentClip; }
63 void ParentClip(ClipBase* clip) { parentClip = clip; }
64
65 /// Check if there is data for the exact frame number

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected