1 #ifndef __DW_TABLECELL_HH__
2 #define __DW_TABLECELL_HH__
16 int width,
bool forceValue);
18 int height,
bool forceValue);
23 void (*splitHeightFun) (
int,
int*,
25 bool allowDecreaseWidth,
26 bool allowDecreaseHeight);
29 bool useAdjustmentWidth);
42 #endif // __DW_TABLECELL_HH__
void correctCorrectedRequisitionOfChild(core::Widget *widget, core::Widget *child, core::Requisition *requisition, void(*splitHeightFun)(int, int *, int *), bool allowDecreaseWidth, bool allowDecreaseHeight)
Definition: tablecell.cc:79
bool isBlockLevel()
Definition: tablecell.cc:42
int correctAvailWidthOfChild(core::Widget *widget, core::Widget *child, int width, bool forceValue)
Definition: tablecell.cc:47
bool usesMaxGeneratorWidth()
Definition: tablecell.hh:10
int applyPerWidth(core::Widget *widget, int containerWidth, core::style::Length perWidth)
Definition: tablecell.cc:115
bool getAdjustMinWidth()
Definition: tablecell.cc:37
bool adjustExtraSpaceWhenCorrectingRequisitionByOOF()
Definition: tablecell.hh:36
Dw is in this namespace, or sub namespaces of this one.
Definition: alignedtablecell.cc:28
int applyPerHeight(core::Widget *widget, int containerHeight, core::style::Length perHeight)
Definition: tablecell.cc:121
int correctAvailHeightOfChild(core::Widget *widget, core::Widget *child, int height, bool forceValue)
Definition: tablecell.cc:72
int Length
Type for representing all lengths within dw::core::style.
Definition: style.hh:428
void correctCorrectedExtremesOfChild(core::Widget *widget, core::Widget *child, core::Extremes *extremes, bool useAdjustmentWidth)
Definition: tablecell.cc:108