Go to the source code of this file.
|
u8 * | format_text_cell (table_t *t, u8 *s, table_cell_t *c, table_text_attr_t *def, int size) |
|
u8 * | format_table (u8 *s, va_list *args) |
|
void | table_format_title (table_t *t, char *fmt,...) |
|
static table_cell_t * | table_get_cell (table_t *t, int c, int r) |
|
void | table_format_cell (table_t *t, int c, int r, char *fmt,...) |
|
void | table_set_cell_align (table_t *t, int c, int r, table_text_attr_align_t a) |
|
void | table_set_cell_fg_color (table_t *t, int c, int r, table_text_attr_color_t v) |
|
void | table_set_cell_bg_color (table_t *t, int c, int r, table_text_attr_color_t v) |
|
void | table_free (table_t *t) |
|
void | table_add_header_col (table_t *t, int n_strings,...) |
|
void | table_add_header_row (table_t *t, int n_strings,...) |
|
◆ format_table()
u8* format_table |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
◆ format_text_cell()
◆ table_add_header_col()
void table_add_header_col |
( |
table_t * |
t, |
|
|
int |
n_strings, |
|
|
|
... |
|
) |
| |
◆ table_add_header_row()
void table_add_header_row |
( |
table_t * |
t, |
|
|
int |
n_strings, |
|
|
|
... |
|
) |
| |
◆ table_format_cell()
void table_format_cell |
( |
table_t * |
t, |
|
|
int |
c, |
|
|
int |
r, |
|
|
char * |
fmt, |
|
|
|
... |
|
) |
| |
◆ table_format_title()
void table_format_title |
( |
table_t * |
t, |
|
|
char * |
fmt, |
|
|
|
... |
|
) |
| |
◆ table_free()
◆ table_get_cell()
◆ table_set_cell_align()
◆ table_set_cell_bg_color()
◆ table_set_cell_fg_color()
◆ default_body
◆ default_header_col
◆ default_header_row
◆ default_title