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::apportionRowSpan(), dw::Table::draw(), dw::Table::forceCalcCellSizes(), dw::Table::forceCalcColumnExtremes(), dw::Table::getCellRef(), dw::Table::TableIterator::next(), dw::Table::TableIterator::prev(), dw::Table::reallocChildren(), dw::Table::sizeAllocateImpl(), dw::Table::TableIterator::TableIterator(), and dw::Table::~Table().
Referenced by dw::Table::reallocChildren().
| struct { ... } dw::Table::Child::spanSpace |
Referenced by dw::Table::addCell(), and dw::Table::reallocChildren().
| enum { ... } dw::Table::Child::type |
1.5.9