<tdalign="right"valign="center"><imgsrc="logo32.png"align="right"width="64"height="32"border="0"></td></tr></table><h1align=center>TQGLayoutIterator Class Reference</h1>
<p>The TQGLayoutIterator class is an abstract base class of internal layout iterators.
<p> Implemented in subclasses to return the current item, or 0 if
there is no current item.
<p>Examples: <ahref="customlayout-example.html#x1486">customlayout/border.cpp</a>, <ahref="customlayout-example.html#x1508">customlayout/card.cpp</a>, and <ahref="customlayout-example.html#x1464">customlayout/flow.cpp</a>.
<p> Implemented in subclasses to move the iterator to the next item
and return that item, or 0 if there is no next item.
<p>Examples: <ahref="customlayout-example.html#x1487">customlayout/border.cpp</a>, <ahref="customlayout-example.html#x1509">customlayout/card.cpp</a>, and <ahref="customlayout-example.html#x1465">customlayout/flow.cpp</a>.
<p> Implemented in subclasses. The function must remove the current
item from the layout without deleting it, move the iterator to the
next item and return the removed item, or 0 if no item was
removed.
<p>Examples: <ahref="customlayout-example.html#x1488">customlayout/border.cpp</a>, <ahref="customlayout-example.html#x1510">customlayout/card.cpp</a>, and <ahref="customlayout-example.html#x1466">customlayout/flow.cpp</a>.
<!-- eof -->
<hr><p>
This file is part of the <ahref="index.html">TQt toolkit</a>.