AUI Framework
develop
Cross-platform base for C++ UI apps
|
Classes | |
class | Handle |
Public Member Functions | |
virtual void | notifyProcessMessages ()=0 |
Notifies this IEventLoop that its thread got a new message to process. | |
virtual void | loop ()=0 |
Do message processing loop. | |
|
pure virtual |
Do message processing loop.
Implemented in AEmbedAuiWrap, AEventLoop, AScheduler, AWindowManager, and UnixIoEventLoop.
|
pure virtual |
Notifies this IEventLoop that its thread got a new message to process.
Implemented in AEmbedAuiWrap, AEventLoop, AScheduler, AWindowManager, and UnixIoEventLoop.