|
FTXUI 6.1.9
C++ functional terminal UI.
|
函数 | |
| Component | MainComponent (std::function< void()> show_modal, std::function< void()> exit) |
| Component | ModalComponent (std::function< void()> do_nothing, std::function< void()> hide_modal) |
| int | main (int argc, const char *argv[]) |
变量 | |
| auto | button_style = ButtonOption::Animated() |
| Component MainComponent | ( | std::function< void()> | show_modal, |
| std::function< void()> | exit ) |
在文件 modal_dialog.cpp 第 17 行定义.
| Component ModalComponent | ( | std::function< void()> | do_nothing, |
| std::function< void()> | hide_modal ) |
在文件 modal_dialog.cpp 第 39 行定义.
| int main | ( | int | argc, |
| const char * | argv[] ) |
在文件 modal_dialog.cpp 第 58 行定义.
| auto button_style = ButtonOption::Animated() |
在文件 modal_dialog.cpp 第 14 行定义.