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

Method decrementCurrentFrame

Engine/TimeLine.cpp:94–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

timelineStepOneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected