|
GCC Middle and Back End API Reference
|
#include <table.h>

Public Member Functions | |
| table_cell_content () | |
| table_cell_content (styled_string &&s) | |
| bool | operator== (const table_cell_content &other) const |
| canvas::size_t | get_canvas_size () const |
| void | paint_to_canvas (canvas &canvas, canvas::coord_t top_left) const |
Private Attributes | |
| styled_string | m_str |
| canvas::size_t | m_size |
A class representing the content of a particular table cell, or of a span of table cells.
|
inline |
Referenced by operator==().
| table_cell_content::table_cell_content | ( | styled_string && | s | ) |
|
inline |
References m_size.
|
inline |
References m_str, and table_cell_content().
| void table_cell_content::paint_to_canvas | ( | canvas & | canvas, |
| canvas::coord_t | top_left ) const |
References m_str, and text_art::canvas::paint_text().
|
private |
Referenced by get_canvas_size(), table_cell_content(), and table_cell_content().
|
private |
Referenced by operator==(), paint_to_canvas(), table_cell_content(), and table_cell_content().