From 6edebce03296520b698f62a2f0d9d76ad8090536 Mon Sep 17 00:00:00 2001 From: Sebastian Geerken Date: Sat, 13 Sep 2014 11:55:06 +0200 Subject: OOFAwareWidgetIterator is now base of TableIterator. --- dw/types.hh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dw/types.hh') diff --git a/dw/types.hh b/dw/types.hh index 36d6caa1..081b8db4 100644 --- a/dw/types.hh +++ b/dw/types.hh @@ -207,6 +207,10 @@ struct Content WIDGET_OOF_REF = 1 << 5, BREAK = 1 << 6, + /** \brief can be used internally, but should never be exposed, + e. g. by iterators */ + INVALID = 1 << 7, + ALL = 0xff, REAL_CONTENT = 0xff ^ (START | END), SELECTION_CONTENT = TEXT | BREAK, // WIDGET_* must be set additionally -- cgit v1.2.3