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

Method currentFixedFrame

pj_scene3D/widgets/src/Scene3DDockWidget.cpp:904–909  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

902}
903
904QString Scene3DDockWidget::currentFixedFrame() const {
905 if (view_ == nullptr) {
906 return {};
907 }
908 return QString::fromStdString(view_->fixedFrame());
909}
910
911QString Scene3DDockWidget::currentFollowFrame() const {
912 if (view_ == nullptr) {

Callers 2

TESTFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64