summaryrefslogtreecommitdiffstats
path: root/doc/html/table-bigtable-main-cpp.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-07 14:56:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-07 14:56:09 +0900
commit87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch)
tree2d674f204c5205ca577a782e1b50583afd563972 /doc/html/table-bigtable-main-cpp.html
parent628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff)
downloadtqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.tar.gz
tqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.zip
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/table-bigtable-main-cpp.html')
-rw-r--r--doc/html/table-bigtable-main-cpp.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/table-bigtable-main-cpp.html b/doc/html/table-bigtable-main-cpp.html
index 5333f34fc..fd8128a5c 100644
--- a/doc/html/table-bigtable-main-cpp.html
+++ b/doc/html/table-bigtable-main-cpp.html
@@ -61,27 +61,27 @@ public:
}
void resizeData( int ) {}
-<a name="x1286"></a> <a href="qtableitem.html">TQTableItem</a> *item( int r, int c ) const { return items.<a href="ntqintdict.html#find">find</a>( indexOf( r, c ) ); }
-<a name="x1288"></a> void setItem( int r, int c, TQTableItem *i ) { items.<a href="ntqintdict.html#replace">replace</a>( indexOf( r, c ), i ); }
-<a name="x1287"></a> void clearCell( int r, int c ) { items.<a href="ntqintdict.html#remove">remove</a>( indexOf( r, c ) ); }
+<a name="x1286"></a> <a href="qtableitem.html">TQTableItem</a> *item( int r, int c ) const { return items.<a href="tqintdict.html#find">find</a>( indexOf( r, c ) ); }
+<a name="x1288"></a> void setItem( int r, int c, TQTableItem *i ) { items.<a href="tqintdict.html#replace">replace</a>( indexOf( r, c ), i ); }
+<a name="x1287"></a> void clearCell( int r, int c ) { items.<a href="tqintdict.html#remove">remove</a>( indexOf( r, c ) ); }
void takeItem( <a href="qtableitem.html">TQTableItem</a> *item )
{
items.<a href="tqptrcollection.html#setAutoDelete">setAutoDelete</a>( FALSE );
-<a name="x1294"></a><a name="x1293"></a> items.<a href="ntqintdict.html#remove">remove</a>( indexOf( item-&gt;<a href="qtableitem.html#row">row</a>(), item-&gt;<a href="qtableitem.html#col">col</a>() ) );
+<a name="x1294"></a><a name="x1293"></a> items.<a href="tqintdict.html#remove">remove</a>( indexOf( item-&gt;<a href="qtableitem.html#row">row</a>(), item-&gt;<a href="qtableitem.html#col">col</a>() ) );
items.<a href="tqptrcollection.html#setAutoDelete">setAutoDelete</a>( TRUE );
}
- void insertWidget( int r, int c, TQWidget *w ) { widgets.<a href="ntqintdict.html#replace">replace</a>( indexOf( r, c ), w ); }
- <a href="tqwidget.html">TQWidget</a> *cellWidget( int r, int c ) const { return widgets.<a href="ntqintdict.html#find">find</a>( indexOf( r, c ) ); }
+ void insertWidget( int r, int c, TQWidget *w ) { widgets.<a href="tqintdict.html#replace">replace</a>( indexOf( r, c ), w ); }
+ <a href="tqwidget.html">TQWidget</a> *cellWidget( int r, int c ) const { return widgets.<a href="tqintdict.html#find">find</a>( indexOf( r, c ) ); }
void clearCellWidget( int r, int c )
{
-<a name="x1289"></a> <a href="tqwidget.html">TQWidget</a> *w = widgets.<a href="ntqintdict.html#take">take</a>( indexOf( r, c ) );
+<a name="x1289"></a> <a href="tqwidget.html">TQWidget</a> *w = widgets.<a href="tqintdict.html#take">take</a>( indexOf( r, c ) );
if ( w )
<a name="x1290"></a> w-&gt;<a href="tqobject.html#deleteLater">deleteLater</a>();
}
private:
- <a href="ntqintdict.html">TQIntDict</a>&lt;TQTableItem&gt; items;
- <a href="ntqintdict.html">TQIntDict</a>&lt;TQWidget&gt; widgets;
+ <a href="tqintdict.html">TQIntDict</a>&lt;TQTableItem&gt; items;
+ <a href="tqintdict.html">TQIntDict</a>&lt;TQWidget&gt; widgets;
};