#include <ksortablevaluelist.h>
Inheritance diagram for KSortableValueList< T, Key >:

Public Methods | |
| void | insert (Key i, const T &t) |
| T & | operator[] (Key i) |
| const T & | operator[] (Key i) const |
| void | sort () |
Definition at line 131 of file ksortablevaluelist.h.
|
||||||||||||||||
|
Insert a KSortableItem with the given values.
Definition at line 139 of file ksortablevaluelist.h. |
|
||||||||||
|
Returns the first value of the KSortableItem at the given position.
Definition at line 156 of file ksortablevaluelist.h. |
|
||||||||||
|
Returns the first value of the KSortableItem at the given position.
Definition at line 148 of file ksortablevaluelist.h. |
|
|||||||||
|
Sorts the KSortableItems. Definition at line 163 of file ksortablevaluelist.h. |
1.2.18