|
FTXUI 6.1.9
C++ functional terminal UI.
|
Go to the source code of this file.
Namespaces | |
| namespace | ftxui |
| FTXUI 的 ftxui:: 命名空間 | |
Functions | |
| Element | separator () |
| 在兩個元素之間繪製垂直或水平分隔線。 | |
| Element | separatorStyled (BorderStyle style) |
| 在兩個元素之間繪製垂直或水平分隔線。 | |
| Element | separatorLight () |
| 使用 LIGHT 樣式在兩個元素之間繪製垂直或水平分隔線。 | |
| Element | separatorDashed () |
| 使用 DASHED 樣式在兩個元素之間繪製垂直或水平分隔線。 | |
| Element | separatorHeavy () |
| 使用 HEAVY 樣式在兩個元素之間繪製垂直或水平分隔線。 | |
| Element | separatorDouble () |
| 使用 DOUBLE 樣式在兩個元素之間繪製垂直或水平分隔線。 | |
| Element | separatorEmpty () |
| 使用 EMPTY 樣式在兩個元素之間繪製垂直或水平分隔線。 | |
| Element | separatorCharacter (std::string value) |
| 在兩個元素之間繪製垂直或水平分隔線。 | |
| Element | separator (Pixel pixel) |
| 在兩個元素之間繪製一個由給定像素填充的分隔線。 | |
| Element | separatorHSelector (float left, float right, Color unselected_color, Color selected_color) |
| 繪製一個水平條,其中左右兩側之間的區域以不同顏色顯示。 | |
| Element | separatorVSelector (float up, float down, Color unselected_color, Color selected_color) |
| 繪製一個垂直條,其中上方/下方之間的區域以不同顏色顯示。 | |
| std::string value_ |
Definition at line 51 of file src/ftxui/dom/separator.cpp.
| BorderStyle style_ |
Definition at line 79 of file src/ftxui/dom/separator.cpp.