|
|
-
fill
(const type *, int) : bool
-
find
(const type *, uint) const : int
-
findRef
(const type *, uint) const : int
-
insert
(uint, const type *) : bool
-
isEmpty
() const : bool
-
isNull
() const : bool
-
newItem
(Item) : Item
-
read
(QDataStream &, Q3PtrCollection::Item &) : QDataStream &
-
remove
(uint) : bool
-
resize
(uint) : bool
-
setAutoDelete
(bool)
-
size
() const : uint
-
sort
()
-
take
(uint) : type *
-
write
(QDataStream &, Q3PtrCollection::Item) const : QDataStream &
-
operator=
(const Q3PtrVector<type> &) : Q3PtrVector<type> &
-
operator==
(const Q3PtrVector<type> &) const : bool
-
operator[]
(int) const : type *
|