|
| | ui_out_table (int entry_level, int nr_cols, const std::string &id) |
| |
| void | start_body () |
| |
| void | append_header (int width, ui_align alignment, const std::string &col_name, const std::string &col_hdr) |
| |
| void | start_row () |
| |
| bool | get_next_header (int *colno, int *width, ui_align *alignment, const char **col_hdr) |
| |
| bool | query_field (int colno, int *width, int *alignment, const char **col_name) const |
| |
| state | current_state () const |
| |
| int | entry_level () const |
| |
Definition at line 138 of file ui-out.c.
◆ state
◆ ui_out_table()
| ui_out_table::ui_out_table |
( |
int |
entry_level, |
|
|
int |
nr_cols, |
|
|
const std::string & |
id |
|
) |
| |
|
inlineexplicit |
◆ append_header()
◆ current_state()
◆ entry_level()
| int ui_out_table::entry_level |
( |
| ) |
const |
◆ get_next_header()
| bool ui_out_table::get_next_header |
( |
int * |
colno, |
|
|
int * |
width, |
|
|
ui_align * |
alignment, |
|
|
const char ** |
col_hdr |
|
) |
| |
◆ query_field()
| bool ui_out_table::query_field |
( |
int |
colno, |
|
|
int * |
width, |
|
|
int * |
alignment, |
|
|
const char ** |
col_name |
|
) |
| const |
◆ start_body()
| void ui_out_table::start_body |
( |
| ) |
|
◆ start_row()
| void ui_out_table::start_row |
( |
| ) |
|
◆ m_entry_level
| int ui_out_table::m_entry_level |
|
private |
◆ m_headers
| std::vector<std::unique_ptr<ui_out_hdr> > ui_out_table::m_headers |
|
private |
◆ m_headers_iterator
| std::vector<std::unique_ptr<ui_out_hdr> >::const_iterator ui_out_table::m_headers_iterator |
|
private |
◆ m_id
◆ m_nr_cols
| int ui_out_table::m_nr_cols |
|
private |
◆ m_state
| state ui_out_table::m_state |
|
private |
The documentation for this class was generated from the following file: