|
|
using | sptr = std::shared_ptr<CWindow> |
| |
|
| | ~CWindow () |
| |
| template<typename... Args> |
| auto | run_async (auto &&fun, Args &&... args) |
| |
| template<typename... Args> |
| auto | run (auto &&fun, Args &&... args) |
| |
| template<typename... Args> |
| auto | schedule (auto &&fun, Args &&... args) |
| |
| template<typename... Args> |
| auto | schedule (fabric::tasks::time_point tp, auto &&fun, Args &&... args) |
| |
| template<typename... Args> |
| auto | schedule (fabric::tasks::duration duration, auto &&fun, Args &&... args) |
| |
| graphics::window_t * | native () |
| |
| void | terminate () |
| |
| bool | is_open () const |
| |
| std::pair< int, int > | get_position () |
| |
| std::pair< int, int > | get_size () |
| |
Definition at line 35 of file window.cppm.
◆ ~CWindow()
| cydui::CWindow::~CWindow |
( |
| ) |
|
|
export |
◆ get_position()
| std::pair< int, int > cydui::CWindow::get_position |
( |
| ) |
|
|
export |
◆ get_size()
| std::pair< int, int > cydui::CWindow::get_size |
( |
| ) |
|
|
export |
◆ is_open()
| bool cydui::CWindow::is_open |
( |
| ) |
const |
|
export |
◆ make() [1/2]
◆ make() [2/2]
template<typename Component>
◆ native()
◆ run()
template<typename... Args>
| auto cydui::CWindow::run |
( |
auto && | fun, |
|
|
Args &&... | args ) |
|
inlineexport |
◆ run_async()
template<typename... Args>
| auto cydui::CWindow::run_async |
( |
auto && | fun, |
|
|
Args &&... | args ) |
|
inlineexport |
◆ schedule() [1/3]
template<typename... Args>
| auto cydui::CWindow::schedule |
( |
auto && | fun, |
|
|
Args &&... | args ) |
|
inlineexport |
◆ schedule() [2/3]
template<typename... Args>
| auto cydui::CWindow::schedule |
( |
fabric::tasks::duration | duration, |
|
|
auto && | fun, |
|
|
Args &&... | args ) |
|
inlineexport |
◆ schedule() [3/3]
template<typename... Args>
| auto cydui::CWindow::schedule |
( |
fabric::tasks::time_point | tp, |
|
|
auto && | fun, |
|
|
Args &&... | args ) |
|
inlineexport |
◆ terminate()
| void cydui::CWindow::terminate |
( |
| ) |
|
|
export |
The documentation for this class was generated from the following files: