kabc
KABC::SortMode Class Referenceabstract
#include <sortmode.h>
Inheritance diagram for KABC::SortMode:
Public Member Functions | |
virtual bool | lesser (const KABC::Addressee &first, const KABC::Addressee &second) const =0 |
Detailed Description
Sort method for sorting an addressee list.
This interface should be reimplemented by classes which shall act as SortModes for KABC::AddresseeList.
Definition at line 37 of file sortmode.h.
Member Function Documentation
|
pure virtual |
Reimplement this method and return whether the first contact is 'smaller' than the second.
Implemented in KABC::FieldSortMode, and KABC::NameSortMode.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:39 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:39 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.