MCPcopy Create free account
hub / github.com/MrKepzie/Natron / getPatternTopRightKnob

Method getPatternTopRightKnob

Engine/TrackMarker.cpp:450–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

448}
449
450boost::shared_ptr<KnobDouble>
451TrackMarker::getPatternTopRightKnob() const
452{
453 return _imp->patternTopRight.lock();
454}
455
456boost::shared_ptr<KnobDouble>
457TrackMarker::getPatternBtmRightKnob() const

Callers 9

nudgeSelectedTracksMethod · 0.80
transformPatternMethod · 0.80
drawOverlayMethod · 0.80
onOverlayPenDownMethod · 0.80
onOverlayPenMotionMethod · 0.80

Calls 1

lockMethod · 0.45

Tested by

no test coverage detected