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