|
Dillo v3.2.0-93-g6a586845
|
Public Types | |
| enum | { CELL , SPAN_SPACE } |
Public Attributes | ||
| enum dw::Table::Child:: { ... } | type | |
| union { | ||
| struct Cell cell | ||
| struct SpanSpace spanSpace | ||
| }; | ||
| union { ... } dw::Table::Child |
| struct Cell dw::Table::Child::cell |
Definition at line 343 of file table.hh.
Referenced by dw::Table::addCell(), dw::Table::forceCalcCellSizes(), and dw::Table::reallocChildren().
| struct SpanSpace dw::Table::Child::spanSpace |
Definition at line 344 of file table.hh.
Referenced by dw::Table::addCell(), and dw::Table::reallocChildren().
| enum { ... } dw::Table::Child::type |
Referenced by dw::Table::addCell(), dw::Table::forceCalcCellSizes(), and dw::Table::reallocChildren().