|
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 24 of file component_options.hpp.
| std::string label |
要顯示的標籤。
Definition at line 25 of file component_options.hpp.
| bool state |
按鈕/核取方塊/單選方塊的狀態
Definition at line 26 of file component_options.hpp.
| bool active |
條目是否為啟用狀態。
Definition at line 27 of file component_options.hpp.
| bool focused |
條目是否為使用者焦點。
Definition at line 28 of file component_options.hpp.
| int index |
條目的索引(如果適用),否則為 -1。
Definition at line 29 of file component_options.hpp.