#include </home/clem/local/src/opie/qmake/include/qptrvector.h>
Inheritance diagram for QPtrVector< type >:


Public Member Functions | |
| QPtrVector () | |
| QPtrVector (uint size) | |
| QPtrVector (const QPtrVector< type > &v) | |
| ~QPtrVector () | |
| QPtrVector< type > & | operator= (const QPtrVector< type > &v) |
| bool | operator== (const QPtrVector< type > &v) const |
| type ** | data () const |
| uint | size () const |
| uint | count () const |
| bool | isEmpty () const |
| bool | isNull () const |
| bool | resize (uint size) |
| bool | insert (uint i, const type *d) |
| bool | remove (uint i) |
| type * | take (uint i) |
| void | clear () |
| bool | fill (const type *d, int size=-1) |
| void | sort () |
| int | bsearch (const type *d) const |
| int | findRef (const type *d, uint i=0) const |
| int | find (const type *d, uint i=0) const |
| uint | containsRef (const type *d) const |
| uint | contains (const type *d) const |
| type * | operator[] (int i) const |
| type * | at (uint i) const |
| void | toList (QGList *list) const |
| template<> | |
| void | deleteItem (QPtrCollection::Item) |
Private Member Functions | |
| void | deleteItem (Item d) |
|
|||||||||
|
Definition at line 54 of file qptrvector.h. |
|
||||||||||
|
Definition at line 55 of file qptrvector.h. |
|
||||||||||
|
Definition at line 56 of file qptrvector.h. |
|
|||||||||
|
Definition at line 57 of file qptrvector.h. |
|
||||||||||
|
Reimplemented from QGVector. Definition at line 84 of file qptrvector.h. |
|
||||||||||
|
Definition at line 74 of file qptrvector.h. |
|
|||||||||
|
Removes all objects from the collection. The objects will be deleted if auto-delete has been enabled.
Reimplemented from QGVector. Definition at line 70 of file qptrvector.h. Referenced by QPtrVector< State >::~QPtrVector(). |
|
||||||||||
|
Definition at line 81 of file qptrvector.h. |
|
||||||||||
|
Definition at line 79 of file qptrvector.h. |
|
|||||||||
|
Returns the number of objects in the collection. Reimplemented from QGVector. Definition at line 63 of file qptrvector.h. |
|
||||||||||
|
Reimplemented from QGVector. Definition at line 61 of file qptrvector.h. |
|
||||||||||
|
Definition at line 99 of file qptrvector.h. |
|
||||||||||
|
Definition at line 104 of file qptrvector.h. References QPtrCollection::del_item, and type. |
|
||||||||||||||||
|
Definition at line 71 of file qptrvector.h. |
|
||||||||||||||||
|
Definition at line 77 of file qptrvector.h. |
|
||||||||||||||||
|
Definition at line 75 of file qptrvector.h. |
|
||||||||||||||||
|
Definition at line 67 of file qptrvector.h. |
|
|||||||||
|
Definition at line 64 of file qptrvector.h. |
|
|||||||||
|
Definition at line 65 of file qptrvector.h. |
|
||||||||||
|
Definition at line 58 of file qptrvector.h. |
|
||||||||||
|
Definition at line 60 of file qptrvector.h. |
|
||||||||||
|
Definition at line 83 of file qptrvector.h. |
|
||||||||||
|
Reimplemented from QGVector. Definition at line 68 of file qptrvector.h. |
|
||||||||||
|
Reimplemented from QGVector. Definition at line 66 of file qptrvector.h. |
|
|||||||||
|
Reimplemented from QGVector. Definition at line 62 of file qptrvector.h. Referenced by QPtrVector< State >::fill(), and Qt3::QTextDocument::setRichTextMarginsInternal(). |
|
|||||||||
|
Reimplemented from QGVector. Definition at line 73 of file qptrvector.h. |
|
||||||||||
|
Reimplemented from QGVector. Definition at line 69 of file qptrvector.h. |
|
||||||||||
|
Reimplemented from QGVector. Definition at line 85 of file qptrvector.h. |
1.4.2