Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   Related Pages  

KSortableItem< T, Key > Class Template Reference

#include <ksortablevaluelist.h>

List of all members.

Public Methods

 KSortableItem (Key i, const T &t)
 KSortableItem (const KSortableItem< T, Key > &rhs)
 KSortableItem ()
KSortableItem< T, Key > & operator= (const KSortableItem< T, Key > &i)
bool operator> (const KSortableItem< T, Key > &i2) const
bool operator< (const KSortableItem< T, Key > &i2) const
bool operator>= (const KSortableItem< T, Key > &i2) const
bool operator<= (const KSortableItem< T, Key > &i2) const
bool operator== (const KSortableItem< T, Key > &i2) const
bool operator!= (const KSortableItem< T, Key > &i2) const
T & value ()
const T & value () const
Key index () const


Detailed Description

template<class T, class Key = int>
class KSortableItem< T, Key >

KSortableItem is a QPair that provides several operators for sorting.
See also:
KSortableValueList

Definition at line 31 of file ksortablevaluelist.h.


Constructor & Destructor Documentation

template<class T, class Key = int>
KSortableItem< T, Key >::KSortableItem Key    i,
const T &    t
[inline]
 

Creates a new KSortableItem with the given values.

Parameters:
i  the first value
t  the second value

Definition at line 39 of file ksortablevaluelist.h.

template<class T, class Key = int>
KSortableItem< T, Key >::KSortableItem const KSortableItem< T, Key > &    rhs [inline]
 

Creates a new KSortableItem that copies another one.

Parameters:
rhs  the other item to copy

Definition at line 44 of file ksortablevaluelist.h.

template<class T, class Key = int>
KSortableItem< T, Key >::KSortableItem   [inline]
 

Creates a new KSortableItem with uninitialized values.

Definition at line 50 of file ksortablevaluelist.h.


Member Function Documentation

template<class T, class Key = int>
Key KSortableItem< T, Key >::index   const [inline]
 

Returns the first value.

Parameters:
the  first value

Definition at line 120 of file ksortablevaluelist.h.

template<class T, class Key = int>
bool KSortableItem< T, Key >::operator!= const KSortableItem< T, Key > &    i2 const [inline]
 

Compares the two items. This implementation only compares the first value.

Definition at line 101 of file ksortablevaluelist.h.

template<class T, class Key = int>
bool KSortableItem< T, Key >::operator< const KSortableItem< T, Key > &    i2 const [inline]
 

Compares the two items. This implementation only compares the first value.

Definition at line 73 of file ksortablevaluelist.h.

template<class T, class Key = int>
bool KSortableItem< T, Key >::operator<= const KSortableItem< T, Key > &    i2 const [inline]
 

Compares the two items. This implementation only compares the first value.

Definition at line 87 of file ksortablevaluelist.h.

template<class T, class Key = int>
KSortableItem<T, Key>& KSortableItem< T, Key >::operator= const KSortableItem< T, Key > &    i [inline]
 

Assignment operator, just copies the item.

Definition at line 55 of file ksortablevaluelist.h.

template<class T, class Key = int>
bool KSortableItem< T, Key >::operator== const KSortableItem< T, Key > &    i2 const [inline]
 

Compares the two items. This implementation only compares the first value.

Definition at line 94 of file ksortablevaluelist.h.

template<class T, class Key = int>
bool KSortableItem< T, Key >::operator> const KSortableItem< T, Key > &    i2 const [inline]
 

Compares the two items. This implementation only compares the first value.

Definition at line 66 of file ksortablevaluelist.h.

template<class T, class Key = int>
bool KSortableItem< T, Key >::operator>= const KSortableItem< T, Key > &    i2 const [inline]
 

Compares the two items. This implementation only compares the first value.

Definition at line 80 of file ksortablevaluelist.h.

template<class T, class Key = int>
const T& KSortableItem< T, Key >::value   const [inline]
 

Returns the second value.

Definition at line 114 of file ksortablevaluelist.h.

template<class T, class Key = int>
T& KSortableItem< T, Key >::value   [inline]
 

Returns the second value.

Returns:
the second value

Definition at line 109 of file ksortablevaluelist.h.


The documentation for this class was generated from the following file:
Generated on Wed Aug 13 23:30:24 2003 for kdelibs by doxygen1.2.18