Definition at line 64 of file table.hpp.
◆ Decorate()
Apply the decorator
to the selection. This decorate both the cells, the lines and the corners.
- Parameters
-
decorator | The decorator to apply. |
Definition at line 237 of file table.cpp.
◆ DecorateAlternateRow()
void DecorateAlternateRow |
( |
Decorator |
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
.
- Parameters
-
decorator | The decorator to apply. |
modulo | The modulo of the lines to decorate. |
shift | The shift of the lines to decorate. |
Definition at line 289 of file table.cpp.
◆ DecorateAlternateColumn()
void DecorateAlternateColumn |
( |
Decorator |
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
.
- Parameters
-
decorator | The decorator to apply. |
modulo | The modulo of the lines to decorate. |
shift | The shift of the lines to decorate. |
Definition at line 269 of file table.cpp.
◆ DecorateCells()
Apply the decorator
to the selection.
- Parameters
-
decorator | The decorator to apply. This decorate only the cells. |
Definition at line 251 of file table.cpp.
◆ DecorateCellsAlternateColumn()
void DecorateCellsAlternateColumn |
( |
Decorator |
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
.
- Parameters
-
decorator | The decorator to apply. |
modulo | The modulo of the corners to decorate. |
shift | The shift of the corners to decorate. |
Definition at line 309 of file table.cpp.
◆ DecorateCellsAlternateRow()
void DecorateCellsAlternateRow |
( |
Decorator |
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
.
- Parameters
-
decorator | The decorator to apply. |
modulo | The modulo of the corners to decorate. |
shift | The shift of the corners to decorate. |
Definition at line 329 of file table.cpp.
◆ Border()
◆ BorderLeft()
Draw some separator lines to the left side of the selection.
- Parameters
-
border | The border style to apply. |
Definition at line 408 of file table.cpp.
◆ BorderRight()
Draw some separator lines to the right side of the selection.
- Parameters
-
border | The border style to apply. |
Definition at line 418 of file table.cpp.
◆ BorderTop()
Draw some separator lines to the top side of the selection.
- Parameters
-
border | The border style to apply. |
Definition at line 428 of file table.cpp.
◆ BorderBottom()
Draw some separator lines to the bottom side of the selection.
- Parameters
-
border | The border style to apply. |
Definition at line 438 of file table.cpp.
◆ Separator()
Draw some separator lines in the selection.
- Parameters
-
border | The border style to apply. |
Definition at line 364 of file table.cpp.
◆ SeparatorVertical()
Draw some vertical separator lines in the selection.
- Parameters
-
border | The border style to apply. |
Definition at line 380 of file table.cpp.
◆ SeparatorHorizontal()
Draw some horizontal separator lines in the selection.
- Parameters
-
border | The border style to apply. |
Definition at line 394 of file table.cpp.
The documentation for this class was generated from the following files: