diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:44:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:52:29 +0900 |
commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/man/man3/tqstrilist.3qt | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip |
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqstrilist.3qt')
-rw-r--r-- | doc/man/man3/tqstrilist.3qt | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/man/man3/tqstrilist.3qt b/doc/man/man3/tqstrilist.3qt index 923f99957..9c3edc44e 100644 --- a/doc/man/man3/tqstrilist.3qt +++ b/doc/man/man3/tqstrilist.3qt @@ -1,5 +1,5 @@ '\" t -.TH QStrIList 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQStrIList 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- .\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the .\" license file included in the distribution for a complete license .\" statement. @@ -7,39 +7,39 @@ .ad l .nh .SH NAME -QStrIList \- Doubly-linked list of char* with case-insensitive comparison +TQStrIList \- Doubly-linked list of char* with case-insensitive comparison .SH SYNOPSIS -\fC#include <ntqstrlist.h>\fR +\fC#include <tqstrlist.h>\fR .PP -Inherits QStrList. +Inherits TQStrList. .PP .SS "Public Members" .in +1c .ti -1c -.BI "\fBQStrIList\fR ( bool deepCopies = TRUE )" +.BI "\fBTQStrIList\fR ( bool deepCopies = TRUE )" .br .ti -1c -.BI "\fB~QStrIList\fR ()" +.BI "\fB~TQStrIList\fR ()" .br .in -1c .SH DESCRIPTION -The QStrIList class provides a doubly-linked list of char* with case-insensitive comparison. +The TQStrIList class provides a doubly-linked list of char* with case-insensitive comparison. .PP This class is a TQPtrList<char> instance (a list of char*). .PP -QStrIList is identical to QStrList except that the virtual compareItems() function is reimplemented to compare strings case-insensitively. The inSort() function inserts strings in a sorted order. In general it is fastest to insert the strings as they come and sort() at the end; inSort() is useful when you just have to add a few extra strings to an already sorted list. +TQStrIList is identical to TQStrList except that the virtual compareItems() function is reimplemented to compare strings case-insensitively. The inSort() function inserts strings in a sorted order. In general it is fastest to insert the strings as they come and sort() at the end; inSort() is useful when you just have to add a few extra strings to an already sorted list. .PP -The QStrListIterator class works for QStrIList. +The TQStrListIterator class works for TQStrIList. .PP -See also QStringList, Collection Classes, and Non-GUI Classes. +See also TQStringList, Collection Classes, and Non-GUI Classes. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QStrIList::QStrIList ( bool deepCopies = TRUE )" +.SH "TQStrIList::TQStrIList ( bool deepCopies = TRUE )" Constructs a list of strings. Will make deep copies of all inserted strings if \fIdeepCopies\fR is TRUE, or use shallow copies if \fIdeepCopies\fR is FALSE. -.SH "QStrIList::~QStrIList ()" +.SH "TQStrIList::~TQStrIList ()" Destroys the list. All strings are removed. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qstrilist.html +.BR http://doc.trolltech.com/tqstrilist.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the |