MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / decrementCurrentFrame

Method decrementCurrentFrame

Engine/TimeLine.cpp:95–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95void
96TimeLine::decrementCurrentFrame()
97{
98 SequenceTime frame;
99 {
100 QMutexLocker l(&_lock);
101 --_currentFrame;
102 frame = _currentFrame;
103 }
104 Q_EMIT frameChanged(frame, (int)eTimelineChangeReasonPlaybackSeek);
105}
106
107void
108TimeLine::onFrameChanged(SequenceTime frame)

Callers 1

timelineStepOneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected