FTXUI
5.0.0
C++ functional terminal UI.
|
Option for the Radiobox component. More...
Static Public Member Functions | |
static RadioboxOption | Simple () |
Option for standard Radiobox. More... | |
Data Fields | |
ConstStringListRef | entries |
Ref< int > | selected = 0 |
std::function< Element(const EntryState &)> | transform |
std::function< void()> | on_change = [] {} |
Called when the selected entry changes. More... | |
Ref< int > | focused_entry = 0 |
Option for the Radiobox component.
Definition at line 193 of file component_options.hpp.
|
static |
Option for standard Radiobox.
Definition at line 287 of file component_options.cpp.
ConstStringListRef entries |
Definition at line 198 of file component_options.hpp.
Ref<int> selected = 0 |
Definition at line 199 of file component_options.hpp.
std::function<Element(const EntryState&)> transform |
Definition at line 202 of file component_options.hpp.
std::function<void()> on_change = [] {} |
Called when the selected entry changes.
Definition at line 206 of file component_options.hpp.
Ref<int> focused_entry = 0 |
Definition at line 207 of file component_options.hpp.