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

Method ParentClip

src/EffectBase.cpp:549–551  ·  view source on GitHub ↗

Parent clip object of this reader (which can be unparented and NULL)

Source from the content-addressed store, hash-verified

547
548/// Parent clip object of this reader (which can be unparented and NULL)
549openshot::ClipBase* EffectBase::ParentClip() {
550 return clip;
551}
552
553/// Set parent clip object of this reader
554void EffectBase::ParentClip(openshot::ClipBase* new_clip) {

Callers 10

MaskReaderMethod · 0.45
ClipMethod · 0.45
ReaderMethod · 0.45
SetJsonValueMethod · 0.45
AddEffectMethod · 0.45
get_transformMethod · 0.45
GetFrameMethod · 0.45
LoadObjDetectdDataMethod · 0.45
TrackerMethod · 0.45
EffectMask.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected