ksortablevaluelist.h
167 // template <class T> class KSortableValueListIterator : public TQValueListIterator<KSortableItem<T> >
const T & operator[](Key i) const
Returns the first value of the KSortableItem at the given position.
Definition: ksortablevaluelist.h:155
bool operator>(const KSortableItem< T, Key > &i2) const
Compares the two items.
Definition: ksortablevaluelist.h:67
KSortableItem is a TQPair that provides several operators for sorting.
Definition: ksortablevaluelist.h:32
void insert(Key i, const T &t)
Insert a KSortableItem with the given values.
Definition: ksortablevaluelist.h:138
KSortableValueList is a special TQValueList for KSortableItem.
Definition: ksortablevaluelist.h:130
KSortableItem< T, Key > & operator=(const KSortableItem< T, Key > &i)
Assignment operator, just copies the item.
Definition: ksortablevaluelist.h:56
KSortableItem(Key i, const T &t)
Creates a new KSortableItem with the given values.
Definition: ksortablevaluelist.h:40
bool operator!=(const KSortableItem< T, Key > &i2) const
Compares the two items.
Definition: ksortablevaluelist.h:102
KSortableItem(const KSortableItem< T, Key > &rhs)
Creates a new KSortableItem that copies another one.
Definition: ksortablevaluelist.h:45
bool operator>=(const KSortableItem< T, Key > &i2) const
Compares the two items.
Definition: ksortablevaluelist.h:81
T & operator[](Key i)
Returns the first value of the KSortableItem at the given position.
Definition: ksortablevaluelist.h:147
bool operator==(const KSortableItem< T, Key > &i2) const
Compares the two items.
Definition: ksortablevaluelist.h:95
KSortableItem()
Creates a new KSortableItem with uninitialized values.
Definition: ksortablevaluelist.h:51