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

Method incrementCurrentFrame

Engine/TimeLine.cpp:83–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83void
84TimeLine::incrementCurrentFrame()
85{
86 SequenceTime frame;
87 {
88 QMutexLocker l(&_lock);
89 ++_currentFrame;
90 frame = _currentFrame;
91 }
92 Q_EMIT frameChanged(frame, (int)eTimelineChangeReasonPlaybackSeek);
93}
94
95void
96TimeLine::decrementCurrentFrame()

Callers 1

timelineStepOneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected