| 176 | } |
| 177 | |
| 178 | void |
| 179 | Gui::progressStart(const NodePtr& node, |
| 180 | const std::string &message, |
| 181 | const std::string &messageid, |
| 182 | bool canCancel) |
| 183 | { |
| 184 | _imp->_progressPanel->progressStart(node, message, messageid, canCancel); |
| 185 | } |
| 186 | |
| 187 | void |
| 188 | Gui::progressEnd(const NodePtr& node) |