KCompletion
ksortablelist.h
void append(const T &value)
bool operator!=(const KSortableItem< T, Key > &i2) const
Compares the two items.
Definition: ksortablelist.h:108
T & operator[](Key i)
Returns the first value of the KSortableItem at the given position.
Definition: ksortablelist.h:178
bool operator>=(const KSortableItem< T, Key > &i2) const
Compares the two items.
Definition: ksortablelist.h:84
const T & operator[](Key i) const
Returns the first value of the KSortableItem at the given position.
Definition: ksortablelist.h:187
bool operator==(const KSortableItem< T, Key > &i2) const
Compares the two items.
Definition: ksortablelist.h:100
bool operator>(const KSortableItem< T, Key > &i2) const
Compares the two items.
Definition: ksortablelist.h:68
bool operator<=(const KSortableItem< T, Key > &i2) const
Compares the two items.
Definition: ksortablelist.h:92
Definition: ksortablelist.h:25
KSortableItem(const KSortableItem< T, Key > &rhs)
Creates a new KSortableItem that copies another one.
Definition: ksortablelist.h:41
KSortableItem< T, Key > & operator=(const KSortableItem< T, Key > &i)
Assignment operator, just copies the item.
Definition: ksortablelist.h:56
KCALENDARCORE_EXPORT uint qHash(const KCalendarCore::Period &key)
KSortableItem(Key i, const T &t)
Creates a new KSortableItem with the given values.
Definition: ksortablelist.h:33
bool operator<(const KSortableItem< T, Key > &i2) const
Compares the two items.
Definition: ksortablelist.h:76
void insert(Key i, const T &t)
Insert a KSortableItem with the given values.
Definition: ksortablelist.h:168
QList::iterator begin()
Definition: ksortablelist.h:160
QList::iterator end()
T value(int i) const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Sun Jun 26 2022 04:11:17 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Sun Jun 26 2022 04:11:17 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.