17 bool _first_in_modal_loop =
false;
33 _first_in_modal_loop =
true;
43 bool ret = _first_in_modal_loop;
44 _first_in_modal_loop =
false;
std::mutex _modal_progress_work_mutex
Rights for the performing work.
bool IsFirstModalProgressLoop()
Check whether this is the first modal progress loop.
Functions related to modal progress.
Definition of base types and functions in a cross-platform compatible way.
A number of safeguards to prevent using unsafe methods.
bool _use_threaded_modal_progress
Threading usable for modal progress?
bool _in_modal_progress
Are we in a modal progress or not?
void SetModalProgress(bool state)
Set the modal progress state.
std::mutex _modal_progress_paint_mutex
Rights for the painting.