diff options
author | Sebastian Geerken <devnull@localhost> | 2013-07-04 10:57:43 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-07-04 10:57:43 +0200 |
commit | 2241c9cbc86185697bbfd25b451ef4e9881f28ac (patch) | |
tree | dde8d618dff7c66ec9eb00685101a8f73eb5c3d7 /dw/outofflowmgr.hh | |
parent | 0faa47fc3e0b57bc559e32c26163ff1329abb521 (diff) |
Differenciation isWidgetOutOfFlow / isWidgetHandledByOOFM.
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r-- | dw/outofflowmgr.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/outofflowmgr.hh b/dw/outofflowmgr.hh index c19f0428..67edcbd5 100644 --- a/dw/outofflowmgr.hh +++ b/dw/outofflowmgr.hh @@ -308,6 +308,7 @@ public: core::Widget *getWidgetAtPoint (int x, int y, int level); static bool isWidgetOutOfFlow (core::Widget *widget); + static bool isWidgetHandledByOOFM (core::Widget *widget); void addWidgetInFlow (Textblock *textblock, Textblock *parentBlock, int externalIndex); void addWidgetOOF (core::Widget *widget, Textblock *generatingBlock, |