Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > a6711891ce757817bba854bf3f25205a > files > 2318

qtjambi-doc-4.3.3-3mdv2008.1.i586.rpm

<class name="QTextFrame_iterator" doc="/**
&lt;p&gt;The iterator class provides an iterator for reading the contents of a &lt;a href=&quot;QTextFrame.html&quot;&gt;&lt;tt&gt;QTextFrame&lt;/tt&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;A frame consists of an arbitrary sequence of &lt;a href=&quot;QTextBlock.html&quot;&gt;&lt;tt&gt;QTextBlock&lt;/tt&gt;&lt;/a&gt;s and child &lt;a href=&quot;QTextFrame.html&quot;&gt;&lt;tt&gt;QTextFrame&lt;/tt&gt;&lt;/a&gt;s. This class provides a way to iterate over the child objects of a frame, and read their contents. It does not provide a way to modify the contents of the frame.&lt;/p&gt;
 */">
    <method name="public QTextFrame_iterator(com.trolltech.qt.gui.QTextFrame_iterator o)" doc="/**
&lt;p&gt;Copy constructor. Constructs a copy of the &lt;tt&gt;o&lt;/tt&gt; iterator.&lt;/p&gt;
 */"/>
    <method name="public QTextFrame_iterator()" doc="/**
&lt;p&gt;Constructs an invalid iterator.&lt;/p&gt;
 */"/>
    <method name="public final boolean atEnd()" doc="/**
&lt;p&gt;Returns true if the current item is the last item in the text frame.&lt;/p&gt;
 */"/>
    <method name="public final com.trolltech.qt.gui.QTextBlock currentBlock()" doc="/**
&lt;p&gt;Returns the current block the iterator points to. If the iterator points to a child frame, the returned block is invalid.&lt;/p&gt;

@see &lt;a href=&quot;QTextFrame_iterator.html#currentFrame()&quot;&gt;&lt;tt&gt;currentFrame&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final com.trolltech.qt.gui.QTextFrame currentFrame()" doc="/**
&lt;p&gt;Returns the current frame pointed to by the iterator, or 0 if the iterator currently points to a block.&lt;/p&gt;

@see &lt;a href=&quot;QTextFrame_iterator.html#currentBlock()&quot;&gt;&lt;tt&gt;currentBlock&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final com.trolltech.qt.gui.QTextFrame parentFrame()" doc="/**
&lt;p&gt;Returns the parent frame of the current frame.&lt;/p&gt;

@see &lt;a href=&quot;QTextFrame_iterator.html#currentFrame()&quot;&gt;&lt;tt&gt;currentFrame&lt;/tt&gt;&lt;/a&gt;
@see &lt;tt&gt;QTextFrame::parentFrame&lt;/tt&gt; */"/>
</class>