aboutsummaryrefslogtreecommitdiff
path: root/dw/iterator.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/iterator.hh')
-rw-r--r--dw/iterator.hh8
1 files changed, 7 insertions, 1 deletions
diff --git a/dw/iterator.hh b/dw/iterator.hh
index d086721c..d8a59eec 100644
--- a/dw/iterator.hh
+++ b/dw/iterator.hh
@@ -85,6 +85,8 @@ public:
static void scrollTo (Iterator *it1, Iterator *it2, int start, int end,
HPosition hpos, VPosition vpos);
+
+ virtual void print ();
};
@@ -167,6 +169,10 @@ private:
bool hasContents;
inline DeepIterator () { }
+ static Widget *getRespectiveParent (Widget *widget, Content::Type mask);
+ inline Widget *getRespectiveParent (Widget *widget) {
+ return getRespectiveParent (widget, mask);
+ }
public:
DeepIterator(Iterator *it);
@@ -230,7 +236,7 @@ private:
CharIterator ();
public:
- CharIterator (Widget *widget);
+ CharIterator (Widget *widget, bool followReferences);
~CharIterator ();
lout::object::Object *clone();