|
FTXUI 6.1.9
C++ functional terminal UI.
|
Go to the source code of this file.
Functions | |
| Component | Wrap (std::string name, Component component) |
| int | main () |
| screen | Loop (component) |
Variables | |
| int | menu_selected = 0 |
| auto | menu = Menu(&menu_entries, &menu_selected) |
| int | toggle_selected = 0 |
| std::vector< std::string > | toggle_entries |
| auto | toggle = Toggle(&toggle_entries, &toggle_selected) |
| bool | checkbox_1_selected = false |
| bool | checkbox_2_selected = false |
| bool | checkbox_3_selected = false |
| bool | checkbox_4_selected = false |
| auto | checkboxes |
| int | radiobox_selected = 0 |
| std::vector< std::string > | radiobox_entries |
| auto | radiobox = Radiobox(&radiobox_entries, &radiobox_selected) |
| std::string | input_label |
| auto | input = Input(&input_label, "placeholder") |
| std::string | button_label = "Quit" |
| std::function< void()> | on_button_clicked_ |
| auto | button = Button(&button_label, screen.ExitLoopClosure()) |
| int | slider_value_1 = 12 |
| int | slider_value_2 = 56 |
| int | slider_value_3 = 128 |
| auto | sliders |
| auto | lorel_ipsum |
| auto | component |
| return | |
Definition at line 17 of file gallery.cpp.
| int main | ( | ) |
Definition at line 28 of file gallery.cpp.
| int menu_selected = 0 |
Definition at line 38 of file gallery.cpp.
| menu = Menu(&menu_entries, &menu_selected) |
Definition at line 39 of file gallery.cpp.
| int toggle_selected = 0 |
Definition at line 43 of file gallery.cpp.
| std::vector<std::string> toggle_entries |
Definition at line 44 of file gallery.cpp.
| toggle = Toggle(&toggle_entries, &toggle_selected) |
Definition at line 48 of file gallery.cpp.
| bool checkbox_1_selected = false |
Definition at line 52 of file gallery.cpp.
| bool checkbox_2_selected = false |
Definition at line 53 of file gallery.cpp.
| bool checkbox_3_selected = false |
Definition at line 54 of file gallery.cpp.
| bool checkbox_4_selected = false |
Definition at line 55 of file gallery.cpp.
| checkboxes |
Definition at line 57 of file gallery.cpp.
| int radiobox_selected = 0 |
Definition at line 66 of file gallery.cpp.
| std::vector<std::string> radiobox_entries |
Definition at line 67 of file gallery.cpp.
| radiobox = Radiobox(&radiobox_entries, &radiobox_selected) |
Definition at line 73 of file gallery.cpp.
| std::string input_label |
Definition at line 77 of file gallery.cpp.
| input = Input(&input_label, "placeholder") |
Definition at line 78 of file gallery.cpp.
| std::string button_label = "Quit" |
Definition at line 82 of file gallery.cpp.
| std::function<void()> on_button_clicked_ |
Definition at line 83 of file gallery.cpp.
| button = Button(&button_label, screen.ExitLoopClosure()) |
Definition at line 84 of file gallery.cpp.
| int slider_value_1 = 12 |
Definition at line 88 of file gallery.cpp.
| int slider_value_2 = 56 |
Definition at line 89 of file gallery.cpp.
| int slider_value_3 = 128 |
Definition at line 90 of file gallery.cpp.
| sliders |
Definition at line 91 of file gallery.cpp.
| lorel_ipsum |
Definition at line 99 of file gallery.cpp.
| auto component |
Definition at line 127 of file gallery.cpp.
| return |
Definition at line 150 of file gallery.cpp.