| 167 | Standard_Boolean UserBreak() override { return interrupted_; } |
| 168 | |
| 169 | void Show( const Message_ProgressScope&, const Standard_Boolean ) override |
| 170 | { |
| 171 | interrupted_ = !reportProgress( callback_, (float)GetPosition() ); |
| 172 | } |
| 173 | |
| 174 | private: |
| 175 | ProgressCallback callback_; |
no test coverage detected