aboutsummaryrefslogtreecommitdiff
path: root/dw/oofawarewidget.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-09-13 11:55:06 +0200
committerSebastian Geerken <devnull@localhost>2014-09-13 11:55:06 +0200
commit6edebce03296520b698f62a2f0d9d76ad8090536 (patch)
tree8eeb3001b0cd69cb976710fea1bb2c5040878306 /dw/oofawarewidget.hh
parentacedc140e545b34b46df551d79b4ef90638b36b6 (diff)
OOFAwareWidgetIterator is now base of TableIterator.
Diffstat (limited to 'dw/oofawarewidget.hh')
-rw-r--r--dw/oofawarewidget.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/dw/oofawarewidget.hh b/dw/oofawarewidget.hh
index e21124c1..96c83e26 100644
--- a/dw/oofawarewidget.hh
+++ b/dw/oofawarewidget.hh
@@ -41,6 +41,10 @@ namespace oof {
* dw::core::Widget::correctExtremesOfChild? Currently, all widgets
* are used the default implementation.)
*
+ * Also, iterators have to consider widgets out of flow;
+ * dw::oof::OOFAwareWidget::OOFAwareWidgetIterator is recommended as
+ * base class.
+ *
* For both generators
* and containers of floats (which is only implemented by
* dw::Textblock) it gets a bit more complicated.