Boost.UI
User Interface Boost library
|
Application class. More...
Go to the source code of this file.
Namespaces | |
boost | |
Boost C++ libraries namespace. | |
boost::ui | |
Boost.UI library namespace. | |
Functions | |
int | boost::ui::entry (int(*ui_main)(int, char *[]), int argc, char *argv[]) |
UI application entry. More... | |
int | boost::ui::entry (int(*ui_main)(), int argc, char *argv[]) |
UI application entry. More... | |
template<class Rep , class Period , class F , class ... Args> | |
void | boost::ui::on_timeout (const std::chrono::duration< Rep, Period > &d, F &&f, Args &&... args) |
Calls function one time after the specified time duration. More... | |
int | boost::ui::entry (int(*ui_main)(int, char *[]), int argc, char *argv[]) |
UI application entry. More... | |
int | boost::ui::entry (int(*ui_main)(), int argc, char *argv[]) |
UI application entry. More... | |
template<class Rep , class Period , class F , class ... Args> | |
void | boost::ui::on_timeout (const std::chrono::duration< Rep, Period > &d, F &&f, Args &&... args) |
Calls function one time after the specified time duration. More... | |
Application class.