| 191 | } |
| 192 | |
| 193 | bool |
| 194 | Gui::progressUpdate(const NodePtr& node, |
| 195 | double t) |
| 196 | { |
| 197 | return _imp->_progressPanel->updateTask(node, t); |
| 198 | } |
| 199 | |
| 200 | void |
| 201 | Gui::onMaxVisibleDockablePanelChanged(int maxPanels) |
nothing calls this directly
no test coverage detected