| 337 | } |
| 338 | |
| 339 | void RenderOptionsWidget::DecreaseCameraSize() { |
| 340 | const float kDelta = -100; |
| 341 | model_viewer_widget_->ChangeCameraSize(kDelta); |
| 342 | } |
| 343 | |
| 344 | void RenderOptionsWidget::ImageColormapNameFilterAddWord() { |
| 345 | bool word_ok; |
nothing calls this directly
no test coverage detected