#include <BackgroundTaskWithDialog.hpp>
◆ completionCallback
std::function<void(bool wasCancelled)> iv::threads::BackgroundTaskWithDialogParams::completionCallback = [](auto) {} |
◆ message
std::string iv::threads::BackgroundTaskWithDialogParams::message {"Some processing is happening, please wait..."} |
◆ processingFunction
std::function<void(const std::atomic_bool &cancelRequest)> iv::threads::BackgroundTaskWithDialogParams::processingFunction |
◆ showCancelButton
bool iv::threads::BackgroundTaskWithDialogParams::showCancelButton {true} |
◆ title
std::string iv::threads::BackgroundTaskWithDialogParams::title {"Processing"} |
The documentation for this struct was generated from the following file: