------------------------------------------------------------------------------------------------ Get the currently set progress handler
| 350 | // ------------------------------------------------------------------------------------------------ |
| 351 | // Get the currently set progress handler |
| 352 | ProgressHandler* Importer::GetProgressHandler() const { |
| 353 | ai_assert(nullptr != pimpl); |
| 354 | |
| 355 | return pimpl->mProgressHandler; |
| 356 | } |
| 357 | |
| 358 | // ------------------------------------------------------------------------------------------------ |
| 359 | // Check whether a custom progress handler is currently set |
no outgoing calls
no test coverage detected