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

Window manager used to stub the default window manager. More...

#include <AUI/Util/AStubWindowManager.h>

Detailed Description

Useful for command-line only use-cases where the actual windows are not viable (i.e. tests). Rendering is switched to software when.

window = _new<AWindow>("");
window->show();
...
auto screenshot = AStubWindowManager::makeScreenshot(window);

Member Function Documentation

> All members, including inherited

◆ initNativeWindow()

void AStubWindowManager::initNativeWindow ( const IRenderingContext::Init & init)
overridevirtual

Reimplemented from AWindowManager.