AUI Framework
master
Cross-platform module-based framework for developing C++20 desktop applications
|
Classes | |
class | Handle |
Public Member Functions | |
virtual void | notifyProcessMessages ()=0 |
Notifies this IEventLoop that its thread got a new message to process. More... | |
virtual void | loop ()=0 |
Do message processing loop. More... | |
|
pure virtual |
Do message processing loop.
Implemented in UnixIoEventLoop, AEventLoop, AScheduler, AEmbedAuiWrap, and AWindowManager.
|
pure virtual |
Notifies this IEventLoop that its thread got a new message to process.
Implemented in UnixIoEventLoop, AEventLoop, AScheduler, AEmbedAuiWrap, and AWindowManager.