|
FTXUI
6.1.9
C++ functional terminal UI.
|
Public Member Functions | |
| void | Decorate (Decorator) |
| Apply the decorator to the selection. This decorate both the cells, the lines and the corners. | |
| void | DecorateAlternateRow (Decorator, int modulo=2, int shift=0) |
| Apply the decorator to the selection. This decorate only the lines modulo modulo with a shift of shift. | |
| void | DecorateAlternateColumn (Decorator, int modulo=2, int shift=0) |
| Apply the decorator to the selection. This decorate only the lines modulo modulo with a shift of shift. | |
| void | DecorateCells (Decorator) |
| Apply the decorator to the selection. | |
| void | DecorateCellsAlternateColumn (Decorator, int modulo=2, int shift=0) |
| Apply the decorator to the selection. This decorate only the corners modulo modulo with a shift of shift. | |
| void | DecorateCellsAlternateRow (Decorator, int modulo=2, int shift=0) |
| Apply the decorator to the selection. This decorate only the corners modulo modulo with a shift of shift. | |
| void | Border (BorderStyle border=LIGHT) |
| Apply a border around the selection. | |
| void | BorderLeft (BorderStyle border=LIGHT) |
| Draw some separator lines to the left side of the selection. | |
| void | BorderRight (BorderStyle border=LIGHT) |
| Draw some separator lines to the right side of the selection. | |
| void | BorderTop (BorderStyle border=LIGHT) |
| Draw some separator lines to the top side of the selection. | |
| void | BorderBottom (BorderStyle border=LIGHT) |
| Draw some separator lines to the bottom side of the selection. | |
| void | Separator (BorderStyle border=LIGHT) |
| Draw some separator lines in the selection. | |
| void | SeparatorVertical (BorderStyle border=LIGHT) |
| Draw some vertical separator lines in the selection. | |
| void | SeparatorHorizontal (BorderStyle border=LIGHT) |
| Draw some horizontal separator lines in the selection. | |
| void Decorate | ( | Decorator | decorator | ) |
| void DecorateAlternateRow | ( | Decorator | decorator, |
| int | modulo = 2, | ||
| int | shift = 0 ) |
| void DecorateAlternateColumn | ( | Decorator | decorator, |
| int | modulo = 2, | ||
| int | shift = 0 ) |
| void DecorateCells | ( | Decorator | decorator | ) |
| void DecorateCellsAlternateColumn | ( | Decorator | decorator, |
| int | modulo = 2, | ||
| int | shift = 0 ) |
| void DecorateCellsAlternateRow | ( | Decorator | decorator, |
| int | modulo = 2, | ||
| int | shift = 0 ) |
| void Border | ( | BorderStyle | border = LIGHT | ) |
Apply a border around the selection.
| border | The border style to apply. |
| void BorderLeft | ( | BorderStyle | border = LIGHT | ) |
| void BorderRight | ( | BorderStyle | border = LIGHT | ) |
| void BorderTop | ( | BorderStyle | border = LIGHT | ) |
| void BorderBottom | ( | BorderStyle | border = LIGHT | ) |
| void Separator | ( | BorderStyle | border = LIGHT | ) |
| void SeparatorVertical | ( | BorderStyle | border = LIGHT | ) |
| void SeparatorHorizontal | ( | BorderStyle | border = LIGHT | ) |