#include <WindowManager.hpp>
|
| static void | init () |
| |
| template<typename SomeWindow , typename... Args> |
| static SomeWindow * | create (Args &&... args) |
| |
| static void | destroy (Window *window) |
| |
| static Window * | Root () |
| |
| static void | dump (const std::string_view &file_name) |
| |
◆ WindowManager()
| Sh::WindowManager::WindowManager |
( |
| ) |
|
|
delete |
◆ ~WindowManager()
| virtual Sh::WindowManager::~WindowManager |
( |
| ) |
|
|
virtualdefault |
◆ create()
template<typename SomeWindow , typename... Args>
| SomeWindow * Sh::WindowManager::create |
( |
Args &&... |
args | ) |
|
|
static |
◆ destroy()
| void WindowManager::destroy |
( |
Window * |
window | ) |
|
|
static |
◆ dump()
| void WindowManager::dump |
( |
const std::string_view & |
file_name | ) |
|
|
static |
◆ init()
| void WindowManager::init |
( |
| ) |
|
|
static |
◆ Root()
| Window * WindowManager::Root |
( |
| ) |
|
|
static |
◆ CoreApplication
◆ Window
The documentation for this class was generated from the following files: