| 86 | } ); |
| 87 | } |
| 88 | void pythonUnselect() |
| 89 | { |
| 90 | MR::CommandLoop::runCommandFromGUIThread( [&] () |
| 91 | { |
| 92 | MR::unselect(); |
| 93 | } ); |
| 94 | } |
| 95 | void pythonSelectType( const std::string modelType ) |
| 96 | { |
| 97 | MR::CommandLoop::runCommandFromGUIThread( [modelType] () |
nothing calls this directly
no test coverage detected