|
AWatchdog & | watchdog () noexcept |
|
void | removeAllWindows () |
|
void | closeAllWindows () |
|
void | notifyProcessMessages () override |
| Notifies this IEventLoop that its thread got a new message to process.
|
|
void | loop () override |
| Do message processing loop.
|
|
const ADeque< _< AWindow > > & | getWindows () const |
|
void | start () |
|
void | stop () |
|
virtual void | initNativeWindow (const IRenderingContext::Init &init) |
|
template<typename T> |
ADeque< _< T > > | getWindowsOfType () const |
|
|
void | xProcessEvent (XEvent &ev) |
|
void | xClipboardCopyImpl (const AString &text) |
|
AString | xClipboardPasteImpl () |
|
◆ loop()
void AWindowManager::loop |
( |
| ) |
|
|
overridevirtual |
Do message processing loop.
Implements IEventLoop.
◆ notifyProcessMessages()
void AWindowManager::notifyProcessMessages |
( |
| ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files:
- aui.views/src/AUI/Platform/AWindowManager.h
- aui.views/src/AUI/Platform/android/AWindowsImpl.cpp
- aui.views/src/AUI/Platform/AWindowManager.cpp
- aui.views/src/AUI/Platform/AWindows.cpp
- aui.views/src/AUI/Platform/emscripten/AWindowsImpl.cpp
- aui.views/src/AUI/Platform/ios/AWindowsImpl.cpp
- aui.views/src/AUI/Platform/linux/AWindowsImpl.cpp
- aui.views/src/AUI/Platform/macos/AWindowsImpl.mm
- aui.views/src/AUI/Platform/win32/AWindowsImpl.cpp