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.
Constructor & Destructor Documentation
◆ ~SortMode()
|
virtual |
Definition at line 26 of file sortmode.cpp.
Member Function Documentation
◆ lesser()
|
pure virtual |
Reimplement this method and return whether the first contact is 'smaller' than the second.
Implemented in KABC::NameSortMode, and KABC::FieldSortMode.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.