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

Method getPatternTopLeftKnob

Engine/TrackMarker.cpp:444–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442}
443
444boost::shared_ptr<KnobDouble>
445TrackMarker::getPatternTopLeftKnob() const
446{
447 return _imp->patternTopLeft.lock();
448}
449
450boost::shared_ptr<KnobDouble>
451TrackMarker::getPatternTopRightKnob() 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