|
FTXUI 6.1.9
C++ functional terminal UI.
|
#include <table.hpp>
Public Member Functions | |
| void | Decorate (Decorator) |
將 decorator 應用於選取範圍。 這會裝飾單元格、線條和角落。 | |
| void | DecorateAlternateRow (Decorator, int modulo=2, int shift=0) |
將 decorator 應用於選取範圍。 這只會裝飾模數為 modulo,偏移量為 shift 的線條。 | |
| void | DecorateAlternateColumn (Decorator, int modulo=2, int shift=0) |
將 decorator 應用於選取範圍。 這只會裝飾模數為 modulo,偏移量為 shift 的線條。 | |
| void | DecorateCells (Decorator) |
將 decorator 應用於選取範圍。 這只會裝飾單元格。 | |
| void | DecorateCellsAlternateColumn (Decorator, int modulo=2, int shift=0) |
將 decorator 應用於選取範圍。 這只會裝飾模數為 modulo,偏移量為 shift 的角落。 | |
| void | DecorateCellsAlternateRow (Decorator, int modulo=2, int shift=0) |
將 decorator 應用於選取範圍。 這只會裝飾模數為 modulo,偏移量為 shift 的角落。 | |
| void | Border (BorderStyle border=LIGHT) |
在選取範圍周圍應用 border。 | |
| 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) |
| 在選取範圍內繪製一些水平分隔線。 | |
| void Decorate | ( | Decorator | decorator | ) |
將 decorator 應用於選取範圍。 這會裝飾單元格、線條和角落。
| decorator | 要應用的裝飾器。 |
Definition at line 242 of file src/ftxui/dom/table.cpp.
| void DecorateAlternateRow | ( | Decorator | decorator, |
| int | modulo = 2, | ||
| int | shift = 0 ) |
將 decorator 應用於選取範圍。 這只會裝飾模數為 modulo,偏移量為 shift 的線條。
| decorator | 要應用的裝飾器。 |
| modulo | 要裝飾線條的模數。 |
| shift | 要裝飾線條的偏移量。 |
Definition at line 291 of file src/ftxui/dom/table.cpp.
| void DecorateAlternateColumn | ( | Decorator | decorator, |
| int | modulo = 2, | ||
| int | shift = 0 ) |
將 decorator 應用於選取範圍。 這只會裝飾模數為 modulo,偏移量為 shift 的線條。
| decorator | 要應用的裝飾器。 |
| modulo | 要裝飾線條的模數。 |
| shift | 要裝飾線條的偏移量。 |
Definition at line 272 of file src/ftxui/dom/table.cpp.
| void DecorateCells | ( | Decorator | decorator | ) |
將 decorator 應用於選取範圍。 這只會裝飾單元格。
| decorator | 要應用的裝飾器。 |
Definition at line 255 of file src/ftxui/dom/table.cpp.
| void DecorateCellsAlternateColumn | ( | Decorator | decorator, |
| int | modulo = 2, | ||
| int | shift = 0 ) |
將 decorator 應用於選取範圍。 這只會裝飾模數為 modulo,偏移量為 shift 的角落。
| decorator | 要應用的裝飾器。 |
| modulo | 要裝飾角落的模數。 |
| shift | 要裝飾角落的偏移量。 |
Definition at line 310 of file src/ftxui/dom/table.cpp.
| void DecorateCellsAlternateRow | ( | Decorator | decorator, |
| int | modulo = 2, | ||
| int | shift = 0 ) |
將 decorator 應用於選取範圍。 這只會裝飾模數為 modulo,偏移量為 shift 的角落。
| decorator | 要應用的裝飾器。 |
| modulo | 要裝飾角落的模數。 |
| shift | 要裝飾角落的偏移量。 |
Definition at line 329 of file src/ftxui/dom/table.cpp.
| void Border | ( | BorderStyle | border = LIGHT | ) |
在選取範圍周圍應用 border。
| border | 要應用的邊框樣式。 |
Definition at line 344 of file src/ftxui/dom/table.cpp.
| 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 | ) |