kabc
KABC::FieldSortMode Class Reference
Implements comparison by an arbitrary field. More...
#include <sortmode.h>
Inheritance diagram for KABC::FieldSortMode:

Public Member Functions | |
| FieldSortMode (KABC::Field *field, bool ascending=true) | |
| virtual bool | lesser (const KABC::Addressee &first, const KABC::Addressee &second) const |
Detailed Description
Implements comparison by an arbitrary field.
This class implements a comparison of two Addressee objects by the value of an arbitrary field.
Definition at line 105 of file sortmode.h.
Constructor & Destructor Documentation
| FieldSortMode::FieldSortMode | ( | KABC::Field * | field, | |
| bool | ascending = true | |||
| ) | [explicit] |
Constructor.
Creates a FieldSortMethod with the specified field.
- Parameters:
-
field The field. ascending if true, Addressee object are sorted in ascending order; iffalse, objects are sorted in descending order
Definition at line 89 of file sortmode.cpp.
Member Function Documentation
| bool FieldSortMode::lesser | ( | const KABC::Addressee & | first, | |
| const KABC::Addressee & | second | |||
| ) | const [virtual] |
Returns whether the first contact is 'smaller' then the second.
Implements KABC::SortMode.
Definition at line 101 of file sortmode.cpp.
The documentation for this class was generated from the following files:
KDE 4.3 API Reference