Документ взят из кэша поисковой машины. Адрес оригинального документа : http://rtm-cs.sinp.msu.ru/manual/qt/qstrilist.html
Дата изменения: Sun Jul 12 02:58:59 1998
Дата индексирования: Mon Oct 1 20:19:46 2012
Кодировка:
Qt Toolkit - QStrIList Class Qt logo

QStrIList Class Reference


The QStrIList class provides a doubly linked list of char* with case insensitive compare. More...

#include <qstrlist.h>

Inherits QStrList.

List of all member functions.

Public Members


Detailed Description

The QStrIList class provides a doubly linked list of char* with case insensitive compare.

This class is a QList<char> instance (a list of char*).

QStrIList is similar to QStrList except that it is case insensitive. The virtual compareItems() function is reimplemented and does a case insensitive string comparision. The inSort() function will insert strings in a sorted order.

The QStrListIterator class is an iterator for QStrList.


Member Function Documentation

QStrIList::QStrIList ( bool deepCopies=TRUE )

Constructs a list of strings. Will make deep copies of all inserted strings if deepCopies is TRUE, or uses shallow copies if deepCopies is FALSE.

QStrIList::~QStrIList ()

Destroys the list. All strings are removed.


Search the documentation, FAQ, qt-interest archive and more (uses www.troll.no):


This file is part of the Qt toolkit, copyright © 1995-98 Troll Tech, all rights reserved.

It was generated from the following files:


Copyright © 1998 Troll TechTrademarks
Qt version 1.40