◆ Loop()
◆ ~Loop()
◆ HasQuitted()
Whether the loop has quitted.
Definition at line 32 of file loop.cpp.
◆ RunOnce()
Execute the loop. Make the component
to process every pending tasks/events. A new frame might be drawn if the previous was invalidated. Return true until the loop hasn't completed.
Definition at line 39 of file loop.cpp.
◆ RunOnceBlocking()
◆ Run()
Execute the loop, blocking the current thread, up until the loop has quitted.
Definition at line 51 of file loop.cpp.
The documentation for this class was generated from the following files: