4 #ifndef SWIFT_CORE_PROGRESS_H
5 #define SWIFT_CORE_PROGRESS_H
static void processEventsFor(int milliseconds)
Process all events for some time.
Implementing class features a progress bar or something similar.
virtual ~IProgressIndicator()
Dtor.
virtual void updateProgressIndicator(int percentage)=0
Update the progress indicator 0..100.
void updateProgressIndicatorAndProcessEvents(int percentage)
Same as updateProgressIndicator but processing events.
Backend services of the swift project, like dealing with the network or the simulators.