13 #include <QtCore/QList>
36 while (it != this->end())
82 int find(T t)
const {
return indexOf(t); };
89 while (it != this->end())
int findRef(T t) const
Definition: DtPtrQList.h:77
int find(T t) const
Definition: DtPtrQList.h:82
void clear()
Definition: DtPtrQList.h:31
void setAutoDelete(bool b)
Definition: DtPtrQList.h:45
DtPtrQList< T >::iterator erase(typename DtPtrQList< T >::iterator first, typename DtPtrQList< T >::iterator last)
Definition: DtPtrQList.h:66
bool myAutoDelete
Definition: DtPtrQList.h:108
DtPtrQList< T >::iterator erase(typename DtPtrQList< T >::iterator pos)
Definition: DtPtrQList.h:55
bool autoDelete() const
Definition: DtPtrQList.h:50
This class has been extended from the QList class to provide some convenience methods as well as auto...
Definition: DtPtrQList.h:19
Definition: translator.h:58
void removeRef(T t)
Definition: DtPtrQList.h:84
void removeAt(int i)
Definition: DtPtrQList.h:100