|
FTXUI 6.1.9
C++ functional terminal UI.
|
|ButtonOption|、|CheckboxOption|、|RadioboxOption|、|MenuEntryOption|、|MenuOption|からの変換の引数。 More...
#include <component_options.hpp>
Public Attributes | |
| std::string | label |
| 表示するラベル。 | |
| bool | state |
| ボタン/チェックボックス/ラジオボックスの状態。 | |
| bool | active |
| エントリがアクティブであるかどうか。 | |
| bool | focused |
| エントリがユーザーによってフォーカスされているかどうか。 | |
| int | index |
| 該当する場合のエントリのインデックス、または-1。 | |
|ButtonOption|、|CheckboxOption|、|RadioboxOption|、|MenuEntryOption|、|MenuOption|からの変換の引数。
Definition at line 23 of file component_options.hpp.
| std::string label |
表示するラベル。
Definition at line 24 of file component_options.hpp.
| bool state |
ボタン/チェックボックス/ラジオボックスの状態。
Definition at line 25 of file component_options.hpp.
| bool active |
エントリがアクティブであるかどうか。
Definition at line 26 of file component_options.hpp.
| bool focused |
エントリがユーザーによってフォーカスされているかどうか。
Definition at line 27 of file component_options.hpp.
| int index |
該当する場合のエントリのインデックス、または-1。
Definition at line 28 of file component_options.hpp.