|
Dillo
|
Public Types | |
| enum | { CELL, SPAN_SPACE } |
Public Attributes | |
| enum dw::Table::Child:: { ... } | type |
| union { | |
| struct { | |
| core::Widget * widget | |
| int colspanOrig | |
| int colspanEff | |
| int rowspan | |
| } cell | |
| struct { | |
| int startCol | |
| int startRow | |
| } spanSpace | |
| }; | |
| union { ... } |
| struct { ... } dw::Table::Child::cell |
Referenced by dw::Table::addCell(), dw::Table::forceCalcCellSizes(), and dw::Table::reallocChildren().
| int dw::Table::Child::colspanEff |
| int dw::Table::Child::colspanOrig |
| int dw::Table::Child::rowspan |
| struct { ... } dw::Table::Child::spanSpace |
Referenced by dw::Table::addCell(), and dw::Table::reallocChildren().
| int dw::Table::Child::startCol |
| int dw::Table::Child::startRow |
| enum { ... } dw::Table::Child::type |
| core::Widget* dw::Table::Child::widget |
1.8.8