AUI Framework  develop
Cross-platform base for C++ UI apps
Loading...
Searching...
No Matches
AEventLoop Class Reference

Default event loop implementation.

#include <AUI/Thread/AEventLoop.h>

Member Function Documentation

> All members, including inherited

◆ loop()

void AEventLoop::loop ( )
overridevirtual

Until mRunning = true, calls iteraton() infinitely. The loop can be broken via stop() method.

Implements IEventLoop.

◆ notifyProcessMessages()

void AEventLoop::notifyProcessMessages ( )
overridevirtual

Implements IEventLoop.