FTXUI 6.1.9
C++ functional terminal UI.
|
arguments for transform from |ButtonOption|, |CheckboxOption|, |RadioboxOption|, |MenuEntryOption|, |MenuOption|. More...
#include <component_options.hpp>
Public Attributes | |
std::string | label |
The label to display. | |
bool | state |
The state of the button/checkbox/radiobox. | |
bool | active |
Whether the entry is the active one. | |
bool | focused |
Whether the entry is one focused by the user. | |
int | index |
Index of the entry when applicable or -1. | |
arguments for transform from |ButtonOption|, |CheckboxOption|, |RadioboxOption|, |MenuEntryOption|, |MenuOption|.
Definition at line 22 of file component_options.hpp.
std::string label |
The label to display.
Definition at line 23 of file component_options.hpp.
bool state |
The state of the button/checkbox/radiobox.
Definition at line 24 of file component_options.hpp.
bool active |
Whether the entry is the active one.
Definition at line 25 of file component_options.hpp.
bool focused |
Whether the entry is one focused by the user.
Definition at line 26 of file component_options.hpp.
int index |
Index of the entry when applicable or -1.
Definition at line 27 of file component_options.hpp.