KABC::FieldSortMode Class Reference
Inheritance diagram for KABC::FieldSortMode:

Detailed Description
Definition at line 86 of file sortmode.h.
Public Member Functions | |
FieldSortMode (KABC::Field *field, bool ascending=true) | |
virtual bool | lesser (const KABC::Addressee &, const KABC::Addressee &) const |
Constructor & Destructor Documentation
FieldSortMode::FieldSortMode | ( | KABC::Field * | field, | |
bool | ascending = true | |||
) |
Constructor.
Creates a FieldSortMethod with the specified field.
- Parameters:
-
field The field. ascending true for ascending sort, false for descending.
Definition at line 63 of file sortmode.cpp.
Member Function Documentation
bool FieldSortMode::lesser | ( | const KABC::Addressee & | , | |
const KABC::Addressee & | ||||
) | const [virtual] |
Returns whether the first contact is 'smaller' then the second.
Implements KABC::SortMode.
Definition at line 68 of file sortmode.cpp.
The documentation for this class was generated from the following files: