|
FTXUI 6.1.9
C++ functional terminal UI.
|
#include <component_options.hpp>
Public Attributes | |
| Component | inner |
| このウィンドウでラップされたコンポーネント。 | |
| ConstStringRef | title = "" |
| このウィンドウによって表示されるタイトル。 | |
| Ref< int > | left = 0 |
| ウィンドウの左側の位置。 | |
| Ref< int > | top = 0 |
| ウィンドウの上側の位置。 | |
| Ref< int > | width = 20 |
| ウィンドウの幅。 | |
| Ref< int > | height = 10 |
| ウィンドウの高さ。 | |
| Ref< bool > | resize_left = true |
| 左側をサイズ変更できるか? | |
| Ref< bool > | resize_right = true |
| 右側をサイズ変更できるか? | |
| Ref< bool > | resize_top = true |
| 上側をサイズ変更できるか? | |
| Ref< bool > | resize_down = true |
| 下側をサイズ変更できるか? | |
| std::function< Element(const WindowRenderState &)> | render |
| ウィンドウの外観をカスタマイズするためのオプション関数: | |
Definition at line 255 of file component_options.hpp.
| Component inner |
このウィンドウでラップされたコンポーネント。
Definition at line 256 of file component_options.hpp.
| ConstStringRef title = "" |
このウィンドウによって表示されるタイトル。
Definition at line 257 of file component_options.hpp.
| Ref<int> left = 0 |
ウィンドウの左側の位置。
Definition at line 259 of file component_options.hpp.
| Ref<int> top = 0 |
ウィンドウの上側の位置。
Definition at line 260 of file component_options.hpp.
| Ref<int> width = 20 |
ウィンドウの幅。
Definition at line 261 of file component_options.hpp.
| Ref<int> height = 10 |
ウィンドウの高さ。
Definition at line 262 of file component_options.hpp.
| Ref<bool> resize_left = true |
左側をサイズ変更できるか?
Definition at line 264 of file component_options.hpp.
| Ref<bool> resize_right = true |
右側をサイズ変更できるか?
Definition at line 265 of file component_options.hpp.
| Ref<bool> resize_top = true |
上側をサイズ変更できるか?
Definition at line 266 of file component_options.hpp.
| Ref<bool> resize_down = true |
下側をサイズ変更できるか?
Definition at line 267 of file component_options.hpp.
| std::function<Element(const WindowRenderState&)> render |
ウィンドウの外観をカスタマイズするためのオプション関数:
Definition at line 270 of file component_options.hpp.