diff options
author | Sebastian Geerken <devnull@localhost> | 2014-10-19 00:29:52 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-10-19 00:29:52 +0200 |
commit | 356751ca1ee7df3819dfcfcece24cfbdb37fba7c (patch) | |
tree | 8cffd8d8235aab30ef267695b8b6bf2bfa191e53 /dw/ooffloatsmgr.hh | |
parent | 021d425fea3bdc727328ccbe24f508453a4ada36 (diff) |
Changes in drawing process: is now interruptable. (Some errors left.)
Diffstat (limited to 'dw/ooffloatsmgr.hh')
-rw-r--r-- | dw/ooffloatsmgr.hh | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/dw/ooffloatsmgr.hh b/dw/ooffloatsmgr.hh index 274e5d3c..e90a72be 100644 --- a/dw/ooffloatsmgr.hh +++ b/dw/ooffloatsmgr.hh @@ -284,8 +284,10 @@ private: bool doFloatsExceedCB (Side side); bool haveExtremesChanged (Side side); - void drawFloats (SortedFloatsVector *list, core::View *view, - core::Rectangle *area); + core::Widget *drawFloats (SortedFloatsVector *list, core::View *view, + core::Rectangle *area, + lout::container::untyped::Stack *iterator, + int *index, int startIndex); core::Widget *getFloatWidgetAtPoint (SortedFloatsVector *list, int x, int y); bool collidesV (Float *vloat, Float *other, SFVType type, int *yReal); @@ -340,7 +342,8 @@ public: core::Allocation *allocation); void sizeAllocateEnd (OOFAwareWidget *caller); void containerSizeChangedForChildren (); - void draw (core::View *view, core::Rectangle *area); + core::Widget *draw (core::View *view, core::Rectangle *area, + lout::container::untyped::Stack *iterator, int *index); void markSizeChange (int ref); void markExtremesChange (int ref); |