diff options
author | Sebastian Geerken <devnull@localhost> | 2014-03-07 14:16:01 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-03-07 14:16:01 +0100 |
commit | 849689acf0da4e68fcaf98b203c587c6412e7782 (patch) | |
tree | f5bebbeba4d34fe9903ee31a9a18fc0a31ffce74 /dw/outofflowmgr.hh | |
parent | c83427057a2f189cc8b237cfd35153d0f4ec6ae6 (diff) |
Some cleanup and normalization.
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r-- | dw/outofflowmgr.hh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dw/outofflowmgr.hh b/dw/outofflowmgr.hh index f33913ab..018c8d87 100644 --- a/dw/outofflowmgr.hh +++ b/dw/outofflowmgr.hh @@ -273,8 +273,8 @@ private: SortedFloatsVector **listOpp, Side *side); void getFloatsSize (Side side, int *width, int *height); - void accumExtremes (SortedFloatsVector *list, Side side, int *oofMinWidth, - int *oofMaxWidth); + void getFloatsExtremes (Side side, int *minWidth, int *maxWidth); + int getMinBorderDiff (Float *vloat, Side side); int getMaxBorderDiff (Float *vloat, Side side); @@ -293,6 +293,7 @@ private: void tellFloatPosition (core::Widget *widget, int yReq); void getAbsolutelyPositionedSize (int *oofWidthAbsPos, int *oofHeightAbsPos); + void getAbsolutelyPositionedExtremes (int *minWidth, int *maxWidth); void ensureAbsolutelyPositionedSizeAndPosition (AbsolutelyPositioned *abspos); int calcValueForAbsolutelyPositioned (AbsolutelyPositioned *abspos, |