|
FTXUI 6.1.9
C++ functional terminal UI.
|
Go to the source code of this file.
Namespaces | |
| namespace | ftxui |
| The FTXUI ftxui:: namespace. | |
Functions | |
| Element | separator () |
| Draw a vertical or horizontal separation in between two other elements. | |
| Element | separatorStyled (BorderStyle style) |
| Draw a vertical or horizontal separation in between two other elements. | |
| Element | separatorLight () |
| Draw a vertical or horizontal separation in between two other elements, using the LIGHT style. | |
| Element | separatorDashed () |
| Draw a vertical or horizontal separation in between two other elements, using the DASHED style. | |
| Element | separatorHeavy () |
| Draw a vertical or horizontal separation in between two other elements, using the HEAVY style. | |
| Element | separatorDouble () |
| Draw a vertical or horizontal separation in between two other elements, using the DOUBLE style. | |
| Element | separatorEmpty () |
| Draw a vertical or horizontal separation in between two other elements, using the EMPTY style. | |
| Element | separatorCharacter (std::string value) |
| Draw a vertical or horizontal separation in between two other elements. | |
| Element | separator (Pixel pixel) |
| Draw a separator in between two element filled with a given pixel. | |
| Element | separatorHSelector (float left, float right, Color unselected_color, Color selected_color) |
| Draw a horizontal bar, with the area in between left/right colored differently. | |
| Element | separatorVSelector (float up, float down, Color unselected_color, Color selected_color) |
| Draw an vertical bar, with the area in between up/downcolored differently. | |
| 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.