|
| bool | dw::tablecell::getAdjustMinWidth () |
| |
| bool | dw::tablecell::isBlockLevel () |
| |
| int | dw::tablecell::correctAvailWidthOfChild (core::Widget *widget, core::Widget *child, int width, bool forceValue) |
| |
| int | dw::tablecell::correctAvailHeightOfChild (core::Widget *widget, core::Widget *child, int height, bool forceValue) |
| |
| void | dw::tablecell::correctCorrectedRequisitionOfChild (core::Widget *widget, core::Widget *child, core::Requisition *requisition, void(*splitHeightFun)(int, int *, int *), bool allowDecreaseWidth, bool allowDecreaseHeight) |
| |
| void | dw::tablecell::correctCorrectedExtremesOfChild (core::Widget *widget, core::Widget *child, core::Extremes *extremes, bool useAdjustmentWidth) |
| |
| int | dw::tablecell::applyPerWidth (core::Widget *widget, int containerWidth, core::style::Length perWidth) |
| |
| int | dw::tablecell::applyPerHeight (core::Widget *widget, int containerHeight, core::style::Length perHeight) |
| |