diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-16 19:11:00 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-16 19:11:00 +0900 |
commit | 82ecd83484c9fa1ede059986ab771e74e33e68ef (patch) | |
tree | d0e76f19632bb02fc55028625bdb903902e1bac1 /doc/html/tqglayoutiterator.html | |
parent | c55ef27a2c511c29a8a82d00bd2ede1fb02cfa41 (diff) | |
download | tqt3-82ecd83484c9fa1ede059986ab771e74e33e68ef.tar.gz tqt3-82ecd83484c9fa1ede059986ab771e74e33e68ef.zip |
Rename layout nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqglayoutiterator.html')
-rw-r--r-- | doc/html/tqglayoutiterator.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tqglayoutiterator.html b/doc/html/tqglayoutiterator.html index 6aba39d46..c01942cae 100644 --- a/doc/html/tqglayoutiterator.html +++ b/doc/html/tqglayoutiterator.html @@ -33,8 +33,8 @@ body { background: #ffffff; color: black; } <p>The TQGLayoutIterator class is an abstract base class of internal layout iterators. <a href="#details">More...</a> -<p><tt>#include <<a href="qlayout-h.html">ntqlayout.h</a>></tt> -<p><a href="qglayoutiterator-members.html">List of all member functions.</a> +<p><tt>#include <<a href="tqlayout-h.html">tqlayout.h</a>></tt> +<p><a href="tqglayoutiterator-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn>virtual <a href="#~TQGLayoutIterator"><b>~TQGLayoutIterator</b></a> ()</li> @@ -53,7 +53,7 @@ the letters <a href="tqgl.html">TQGL</a>...) <p> Subclass this class to create a custom layout. The functions that must be implemented are <a href="#next">next</a>(), <a href="#current">current</a>(), and <a href="#takeCurrent">takeCurrent</a>(). <p> The TQGLayoutIterator implements the functionality of -<a href="qlayoutiterator.html">TQLayoutIterator</a>. Each subclass of <a href="ntqlayout.html">TQLayout</a> needs a +<a href="tqlayoutiterator.html">TQLayoutIterator</a>. Each subclass of <a href="tqlayout.html">TQLayout</a> needs a TQGLayoutIterator subclass. <p>See also <a href="appearance.html">Widget Appearance and Style</a> and <a href="geomanagement.html">Layout Management</a>. @@ -62,21 +62,21 @@ TQGLayoutIterator subclass. </h3> Destroys the iterator -<h3 class=fn><a href="qlayoutitem.html">TQLayoutItem</a> * <a name="current"></a>TQGLayoutIterator::current ()<tt> [pure virtual]</tt> +<h3 class=fn><a href="tqlayoutitem.html">TQLayoutItem</a> * <a name="current"></a>TQGLayoutIterator::current ()<tt> [pure virtual]</tt> </h3> <p> Implemented in subclasses to return the current item, or 0 if there is no current item. <p>Examples: <a href="customlayout-example.html#x1486">customlayout/border.cpp</a>, <a href="customlayout-example.html#x1508">customlayout/card.cpp</a>, and <a href="customlayout-example.html#x1464">customlayout/flow.cpp</a>. -<h3 class=fn><a href="qlayoutitem.html">TQLayoutItem</a> * <a name="next"></a>TQGLayoutIterator::next ()<tt> [pure virtual]</tt> +<h3 class=fn><a href="tqlayoutitem.html">TQLayoutItem</a> * <a name="next"></a>TQGLayoutIterator::next ()<tt> [pure virtual]</tt> </h3> <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: <a href="customlayout-example.html#x1487">customlayout/border.cpp</a>, <a href="customlayout-example.html#x1509">customlayout/card.cpp</a>, and <a href="customlayout-example.html#x1465">customlayout/flow.cpp</a>. -<h3 class=fn><a href="qlayoutitem.html">TQLayoutItem</a> * <a name="takeCurrent"></a>TQGLayoutIterator::takeCurrent ()<tt> [pure virtual]</tt> +<h3 class=fn><a href="tqlayoutitem.html">TQLayoutItem</a> * <a name="takeCurrent"></a>TQGLayoutIterator::takeCurrent ()<tt> [pure virtual]</tt> </h3> <p> Implemented in subclasses. The function must remove the current |