diff options
author | Michele Calgaro <[email protected]> | 2024-07-07 14:56:09 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-07 14:56:09 +0900 |
commit | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch) | |
tree | 2d674f204c5205ca577a782e1b50583afd563972 /doc/html/ntqtable.html | |
parent | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff) | |
download | tqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.tar.gz tqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.zip |
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/ntqtable.html')
-rw-r--r-- | doc/html/ntqtable.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqtable.html b/doc/html/ntqtable.html index 3eab7ae35..a31605864 100644 --- a/doc/html/ntqtable.html +++ b/doc/html/ntqtable.html @@ -805,7 +805,7 @@ Returns the table's top <a href="ntqheader.html">TQHeader</a>. </h3> Returns a single integer which identifies a particular <em>row</em> and <em>col</em> by mapping the 2D table to a 1D array. <p> This is useful, for example, if you have a sparse table and want to -use a <a href="ntqintdict.html">TQIntDict</a> to map integers to the cells that are used. +use a <a href="tqintdict.html">TQIntDict</a> to map integers to the cells that are used. <h3 class=fn>void <a name="insertColumns"></a>TQTable::insertColumns ( int col, int count = 1 )<tt> [virtual slot]</tt> </h3> @@ -989,7 +989,7 @@ table items and widgets the cells may contain. Also clears the <a href="#selection">selection</a>(s). <p> <p>See also <a href="#removeColumns">removeColumns</a>(), <a href="#hideColumn">hideColumn</a>(), <a href="#insertColumns">insertColumns</a>(), and <a href="#removeRow">removeRow</a>(). -<h3 class=fn>void <a name="removeColumns"></a>TQTable::removeColumns ( const <a href="ntqmemarray.html">TQMemArray</a><int> & cols )<tt> [virtual slot]</tt> +<h3 class=fn>void <a name="removeColumns"></a>TQTable::removeColumns ( const <a href="tqmemarray.html">TQMemArray</a><int> & cols )<tt> [virtual slot]</tt> </h3> Removes the columns listed in the array <em>cols</em>, and deletes all their cells including any table items and widgets the cells may @@ -1005,7 +1005,7 @@ Removes row <em>row</em>, and deletes all its cells including any table items and widgets the cells may contain. Also clears the <a href="#selection">selection</a>(s). <p> <p>See also <a href="#hideRow">hideRow</a>(), <a href="#insertRows">insertRows</a>(), <a href="#removeColumn">removeColumn</a>(), and <a href="#removeRows">removeRows</a>(). -<h3 class=fn>void <a name="removeRows"></a>TQTable::removeRows ( const <a href="ntqmemarray.html">TQMemArray</a><int> & rows )<tt> [virtual slot]</tt> +<h3 class=fn>void <a name="removeRows"></a>TQTable::removeRows ( const <a href="tqmemarray.html">TQMemArray</a><int> & rows )<tt> [virtual slot]</tt> </h3> Removes the rows listed in the array <em>rows</em>, and deletes all their cells including any table items and widgets the cells may contain. |