kabc
addresseelist.cpp
void sortByMode(SortMode *mode=0)
Sorts this list by a specific sorting mode.
Definition: addresseelist.cpp:334
void setReverseSorting(bool reverseSorting=true)
Determines the direction of sorting.
Definition: addresseelist.cpp:241
void sortBy(SortingCriterion c)
Sorts this list by a specific criterion.
Definition: addresseelist.cpp:251
a QValueList of Addressee, with sorting functionality
Definition: addresseelist.h:288
static void setSortMode(KABC::SortMode *mode)
Sets the sort mode implementation.
Definition: addressee.cpp:2168
AddresseeList & operator=(const AddresseeList &other)
Assignment operator.
Definition: addresseelist.cpp:195
void sortByField(Field *field=0)
Sorts this list by a specific field.
Definition: addresseelist.cpp:312
QString toString() const
Returns a string representation of the addressee list.
Definition: addresseelist.cpp:205
SortingCriterion sortingCriterion() const
Returns the active sorting criterion, ie the sorting criterion that will be used by a sort call.
Definition: addresseelist.cpp:345
Field * sortingField() const
Returns the active sorting field, ie a pointer to the Field object which was used for the last sortBy...
Definition: addresseelist.cpp:350
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Wed Jan 29 2020 00:00:00 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Wed Jan 29 2020 00:00:00 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.