#include </home/clem/local/src/opie/qmake/include/qstrlist.h>
Inheritance diagram for QStrList:


Public Member Functions | |
| QStrList (bool deepCopies=TRUE) | |
| QStrList (const QStrList &) | |
| ~QStrList () | |
| QStrList & | operator= (const QStrList &) |
Private Member Functions | |
| QPtrCollection::Item | newItem (QPtrCollection::Item d) |
| void | deleteItem (QPtrCollection::Item d) |
| int | compareItems (QPtrCollection::Item s1, QPtrCollection::Item s2) |
| QDataStream & | read (QDataStream &s, QPtrCollection::Item &d) |
| QDataStream & | write (QDataStream &s, QPtrCollection::Item d) const |
Private Attributes | |
| bool | dc |
|
|
Definition at line 66 of file qstrlist.h. |
|
|
Definition at line 107 of file qstrlist.h. References dc, FALSE, and operator=(). |
|
|
Definition at line 68 of file qstrlist.h. |
|
||||||||||||
|
Documented as QPtrList::compareItems(). Compares item1 with item2. Reimplemented from QGList. Reimplemented in QStrIList. Definition at line 74 of file qstrlist.h. References qstrcmp(). |
|
|
Definition at line 73 of file qstrlist.h. |
|
|
Definition at line 72 of file qstrlist.h. References qstrdup(). |
|
|
Definition at line 98 of file qstrlist.h. References QPtrList< char >::clear(), dc, QPtrCollection::del_item, and QPtrList< type >::operator=(). Referenced by QStrList(). |
|
||||||||||||
|
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. Reads a collection/list item from the stream s and returns a reference to the stream. The default implementation sets item to 0.
Reimplemented from QGList. Definition at line 77 of file qstrlist.h. |
|
||||||||||||
|
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. Writes a collection/list item to the stream s and returns a reference to the stream. The default implementation does nothing.
Reimplemented from QGList. Definition at line 79 of file qstrlist.h. |
|
|
Definition at line 82 of file qstrlist.h. Referenced by operator=(), and QStrList(). |
1.4.2