aboutsummaryrefslogtreecommitdiff
path: root/dw/outofflowmgr.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-03-08 14:01:17 +0100
committerSebastian Geerken <devnull@localhost>2014-03-08 14:01:17 +0100
commitd638722a010ba2709e989525f3e5bd78305a0931 (patch)
tree02f634a7ba2be9a00d80b808226136d784414abc /dw/outofflowmgr.hh
parentdfc6137def603f4689328b24d1f78d86143a7471 (diff)
Some cleanup.
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r--dw/outofflowmgr.hh17
1 files changed, 11 insertions, 6 deletions
diff --git a/dw/outofflowmgr.hh b/dw/outofflowmgr.hh
index 88e3afb4..8484cad7 100644
--- a/dw/outofflowmgr.hh
+++ b/dw/outofflowmgr.hh
@@ -272,8 +272,10 @@ private:
void getFloatsListsAndSide (Float *vloat, SortedFloatsVector **listSame,
SortedFloatsVector **listOpp, Side *side);
- void getFloatsSize (Side side, int *width, int *height);
- void getFloatsExtremes (Side side, int *minWidth, int *maxWidth);
+ void getFloatsSize (core::Requisition *cbReq, Side side, int *width,
+ int *height);
+ void getFloatsExtremes (core::Extremes *cbExtr, Side side, int *minWidth,
+ int *maxWidth);
TBInfo *getTextblock (Textblock *textblock);
int getBorder (Textblock *textblock, Side side, int y, int h,
@@ -289,8 +291,10 @@ private:
void tellFloatPosition (core::Widget *widget, int yReq);
- void getAbsolutelyPositionedSize (int *oofWidthAbsPos, int *oofHeightAbsPos);
- void getAbsolutelyPositionedExtremes (int *minWidth, int *maxWidth);
+ void getAbsolutelyPositionedSize (core::Requisition *cbReq, int *width,
+ int *height);
+ void getAbsolutelyPositionedExtremes (core::Extremes *cbExtr, int *minWidth,
+ int *maxWidth);
void ensureAbsolutelyPositionedSizeAndPosition (AbsolutelyPositioned
*abspos);
int calcValueForAbsolutelyPositioned (AbsolutelyPositioned *abspos,
@@ -376,8 +380,9 @@ public:
void tellPosition (core::Widget *widget, int yReq);
- void getSize (int *oofWidth, int *oofHeight);
- void getExtremes (int *oofMinWidth, int *oofMaxWidth);
+ void getSize (core::Requisition *cbReq, int *oofWidth, int *oofHeight);
+ void getExtremes (core::Extremes *cbExtr,
+ int *oofMinWidth, int *oofMaxWidth);
int getLeftBorder (Textblock *textblock, int y, int h, Textblock *lastGB,
int lastExtIndex);