1 #ifndef __DW_ALIGNEDTABLECELL_HH__
2 #define __DW_ALIGNEDTABLECELL_HH__
20 void (*splitHeightFun) (
int,
int*,
int*),
21 bool allowDecreaseWidth,
22 bool allowDecreaseHeight);
24 bool useAdjustmentWidth);
30 int wordWrap (
int wordIndex,
bool wrapAll);
51 #endif // __DW_ALIGNEDTABLECELL_HH__
bool adjustExtraSpaceWhenCorrectingRequisitionByOOF()
Definition: alignedtablecell.cc:148
int wordWrap(int wordIndex, bool wrapAll)
Definition: alignedtablecell.cc:153
int applyPerHeight(int containerHeight, core::style::Length perHeight)
Definition: alignedtablecell.cc:142
bool isBlockLevel()
Definition: alignedtablecell.cc:56
bool limitTextWidth
Definition: textblock.hh:573
int applyPerWidth(int containerWidth, core::style::Length perWidth)
Definition: alignedtablecell.cc:136
AlignedTableCell(AlignedTableCell *ref, bool limitTextWidth)
Definition: alignedtablecell.cc:32
Definition: alignedtablecell.hh:9
void setMaxValue(int maxValue, int value)
Definition: alignedtablecell.cc:212
void correctRequisitionOfChild(Widget *child, core::Requisition *requisition, void(*splitHeightFun)(int, int *, int *), bool allowDecreaseWidth, bool allowDecreaseHeight)
Definition: alignedtablecell.cc:92
int getAvailHeightOfChild(Widget *child, bool forceValue)
Definition: alignedtablecell.cc:79
static int CLASS_ID
Definition: alignedtablecell.hh:36
int getValue()
Definition: alignedtablecell.cc:181
Dw is in this namespace, or sub namespaces of this one.
Definition: alignedtablecell.cc:28
~AlignedTableCell()
Definition: alignedtablecell.cc:45
Base widget for all textblocks (sub classes of dw::Textblock), which are positioned vertically and al...
Definition: alignedtextblock.hh:13
int getAvailWidthOfChild(Widget *child, bool forceValue)
Definition: alignedtablecell.cc:66
int charWordIndex
Definition: alignedtablecell.hh:12
int Length
Type for representing all lengths within dw::core::style.
Definition: style.hh:428
void correctExtremesOfChild(Widget *child, core::Extremes *extremes, bool useAdjustmentWidth)
Definition: alignedtablecell.cc:119
bool usesMaxGeneratorWidth()
Definition: alignedtablecell.cc:61
int charWordPos
Definition: alignedtablecell.hh:12
bool getAdjustMinWidth()
Definition: alignedtablecell.cc:51