KCal Library
listbase.h
Go to the documentation of this file.
QList< T > & operator=(const QList< T > &other)
void clear()
iterator erase(iterator pos)
int size() const
T value(int i) const
int removeAll(const T &value)
bool removeRef(T *t)
Removes all the members from the list with the specified address.
Definition: listbase.h:116
bool contains(const T &value) const
void removeRef(typename QList< T * >::iterator it)
Removes the specified member from the list.
Definition: listbase.h:134
void setAutoDelete(bool autoDelete)
Sets this list to operate in "auto-delete" mode.
Definition: listbase.h:93
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:30 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:30 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.