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

Method onTrackerTime

pj_plotting/widget/src/DockWidget.cpp:281–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279}
280
281void DockWidget::onTrackerTime(double time) {
282 if (plot_widget_ != nullptr) {
283 plot_widget_->setTrackerPosition(time);
284 }
285 if (object_widget_ != nullptr) {
286 object_widget_->onTrackerTime(time);
287 }
288}
289
290void DockWidget::onStylesheetChanged(QString theme) {
291 if (toolbar_ != nullptr) {

Callers 4

MainWindowMethod · 0.45
broadcastTrackerTimeMethod · 0.45

Calls 1

setTrackerPositionMethod · 0.80

Tested by

no test coverage detected