#include <ui_thread.h>
Public Member Functions | |
| UIThread () | |
| Constructs a null instance. More... | |
| UIThread (ResourceManager manager, const std::function< void(const std::exception_ptr &)> &exception_handler=std::function< void(const std::exception_ptr &)>()) | |
| ~UIThread () | |
Static Public Member Functions | |
| static UIThread * | get_instance () |
| static ResourceManager | get_resources () |
| static bool | try_catch (const std::function< void()> &block) |
| clan::UIThread::UIThread | ( | ) |
Constructs a null instance.
| clan::UIThread::UIThread | ( | ResourceManager | manager, |
| const std::function< void(const std::exception_ptr &)> & | exception_handler = std::function< void(const std::exception_ptr &)>() |
||
| ) |
| clan::UIThread::~UIThread | ( | ) |
|
static |
|
static |
|
static |