⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 qstrilist.3qt

📁 Qt/Embedded是一个多平台的C++图形用户界面应用程序框架
💻 3QT
字号:
.TH QStrIList 3qt "3 September 2000" "Trolltech AS" \" -*- nroff -*-.\" Copyright 1992-2000 Trolltech AS.  All rights reserved.  See the.\" license file included in the distribution for a complete license.\" statement..\".ad l.nh.SH NAMEQStrIList \- Doubly linked list of \fCchar*\fR with case insensitive compare.SH SYNOPSIS.br.PP\fC#include <qstrlist.h>\fR.PPInherits QStrList..PP.SS "Public Members".in +1c.ti -1c.BI "\fBQStrIList\fR ( bool " "deepCopies" "=TRUE ) ".br.ti -1c.BI "\fB~QStrIList\fR () ".br.in -1c.SH DESCRIPTIONThe QStrIList class provides a doubly linked list of \fCchar*\fR with case insensitive compare..PPThis class is a QList<char> instance (a list of char*)..PPQStrIList is similar to QStrList except that it is case insensitive. The virtual compareItems() function is reimplemented and does a case insensitive string comparison. The inSort() function will insert strings in a sorted order..PPThe QStrListIterator class is an iterator for QStrList..SH MEMBER FUNCTION DOCUMENTATION.SH "QStrIList::QStrIList ( bool deepCopies=TRUE )"Constructs a list of strings. Will make deep copies of all inserted strings if \fIdeepCopies\fR is TRUE, or uses shallow copies if \fIdeepCopies\fR is FALSE..SH "QStrIList::~QStrIList ()"Destroys the list.  All strings are removed..SH "SEE ALSO".BR http://doc.trolltech.com/qstrilist.html.SH COPYRIGHTCopyright 1992-2000 Trolltech AS, http://www.trolltech.com/.  See thelicense file included in the distribution for a complete licensestatement..SH AUTHORGenerated automatically from the source code.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -