| 31 | namespace dw { |
| 32 | |
| 33 | Textblock::TextblockIterator::TextblockIterator (Textblock *textblock, |
| 34 | core::Content::Type mask, |
| 35 | bool atEnd): |
| 36 | OOFAwareWidgetIterator (textblock, mask, atEnd, textblock->words->size ()) |
| 37 | { |
| 38 | } |
| 39 | |
| 40 | Textblock::TextblockIterator |
| 41 | *Textblock::TextblockIterator::createWordIndexIterator (Textblock *textblock, |