10 #include <QtCore/QList>
33 while (it != this->end())
79 int find(T t)
const {
return indexOf(t); };
86 while (it != this->end())
int findRef(T t) const
Definition: DtPtrQList.h:74
int find(T t) const
Definition: DtPtrQList.h:79
void clear()
Definition: DtPtrQList.h:28
void setAutoDelete(bool b)
Definition: DtPtrQList.h:42
DtPtrQList< T >::iterator erase(typename DtPtrQList< T >::iterator first, typename DtPtrQList< T >::iterator last)
Definition: DtPtrQList.h:63
bool myAutoDelete
Definition: DtPtrQList.h:105
DtPtrQList< T >::iterator erase(typename DtPtrQList< T >::iterator pos)
Definition: DtPtrQList.h:52
bool autoDelete() const
Definition: DtPtrQList.h:47
This class has been extended from the QList class to provide some convenience methods as well as auto...
Definition: DtPtrQList.h:16
Definition: translator.h:58
void removeRef(T t)
Definition: DtPtrQList.h:81
void removeAt(int i)
Definition: DtPtrQList.h:97