MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / play

Method play

pj_runtime/src/PlaybackEngine.cpp:134–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134void PlaybackEngine::play() {
135 if (playing_) {
136 return;
137 }
138 playing_ = true;
139 elapsed_.restart();
140 timer_.start();
141 emit playingChanged(playing_);
142}
143
144void PlaybackEngine::pause() {
145 if (!playing_) {

Callers 3

MainWindowMethod · 0.80
enableAutoplayMethod · 0.80
onPlayToggledMethod · 0.80

Calls 2

restartMethod · 0.80
startMethod · 0.45

Tested by

no test coverage detected