libkdepim
kmailcompletion.cpp
Go to the documentation of this file.
43 // this should be in postProcessMatch, but postProcessMatch is const and will not allow nextMatch
void clear()
int indexOf(QChar ch, int from, Qt::CaseSensitivity cs) const
const_iterator insert(const T &value)
void clear()
void clear()
void append(const T &value)
void addItemWithKeys(const QString &email, int weight, const QStringList *keyWords)
specify keywords for email.
Definition: kmailcompletion.cpp:79
bool isEmpty() const
virtual void clear()
clears internal keyword map and calls KCompletion::clear.
Definition: kmailcompletion.cpp:33
bool isEmpty() const
virtual void postProcessMatches(QStringList *pMatches) const
use internal map to replace all keywords in pMatches with corresponding email addresses.
Definition: kmailcompletion.cpp:93
iterator end()
QString makeCompletion(const QString &string)
uses KCompletion::makeCompletion to find email addresses which starts with string.
Definition: kmailcompletion.cpp:39
typedef ConstIterator
QList< T > toList() const
int indexOf(const QRegExp &rx, int from) const
const_iterator constEnd() const
const_iterator constBegin() 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:33:50 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:33:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.