Go to the source code of this file.
|
namespace | dw |
| Dw is in this namespace, or sub namespaces of this one.
|
|
namespace | dw::tablecell |
| Provided some common implementations of virtual widget methods.
|
|
|
bool | dw::tablecell::usesMaxGeneratorWidth () |
|
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) |
|
bool | dw::tablecell::adjustExtraSpaceWhenCorrectingRequisitionByOOF () |
|