kabc
addresseelist.cpp
QList< T > & operator=(const QList< T > &other)
void sortByField(Field *field=0)
Sorts this list by a specific field.
Definition: addresseelist.cpp:312
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
int localeAwareCompare(const QString &other) const
a QValueList of Addressee, with sorting functionality
Definition: addresseelist.h:288
int count() const
void sortBy(SortingCriterion c)
Sorts this list by a specific criterion.
Definition: addresseelist.cpp:251
static void setSortMode(KABC::SortMode *mode)
Sets the sort mode implementation.
Definition: addressee.cpp:2168
QString toString() const
Returns a string representation of the addressee list.
Definition: addresseelist.cpp:205
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
SortingCriterion sortingCriterion() const
Returns the active sorting criterion, ie the sorting criterion that will be used by a sort call...
Definition: addresseelist.cpp:345
Definition: contactgrouptool.h:30
iterator end()
QString fromLatin1(const char *str, int size)
AddresseeList & operator=(const AddresseeList &other)
Assignment operator.
Definition: addresseelist.cpp:195
int compare(const QString &other) const
QString arg(qlonglong a, int fieldWidth, int base, const QChar &fillChar) const
iterator begin()
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:38 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:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.