From 87d29563e3ccdeb7fea0197e262e667ef323ff9c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 7 Jul 2024 14:56:09 +0900 Subject: Rename utility class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/ntqtable.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/ntqtable.html') 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 TQHeader. Returns a single integer which identifies a particular row and col by mapping the 2D table to a 1D array.

This is useful, for example, if you have a sparse table and want to -use a TQIntDict to map integers to the cells that are used. +use a TQIntDict to map integers to the cells that are used.

void TQTable::insertColumns ( int col, int count = 1 ) [virtual slot]

@@ -989,7 +989,7 @@ table items and widgets the cells may contain. Also clears the selection(s).

See also removeColumns(), hideColumn(), insertColumns(), and removeRow(). -

void TQTable::removeColumns ( const TQMemArray<int> & cols ) [virtual slot] +

void TQTable::removeColumns ( const TQMemArray<int> & cols ) [virtual slot]

Removes the columns listed in the array cols, and deletes all their cells including any table items and widgets the cells may @@ -1005,7 +1005,7 @@ Removes row row, and deletes all its cells including any table items and widgets the cells may contain. Also clears the selection(s).

See also hideRow(), insertRows(), removeColumn(), and removeRows(). -

void TQTable::removeRows ( const TQMemArray<int> & rows ) [virtual slot] +

void TQTable::removeRows ( const TQMemArray<int> & rows ) [virtual slot]

Removes the rows listed in the array rows, and deletes all their cells including any table items and widgets the cells may contain. -- cgit v1.2.3