KContacts::NickName
KContacts::NickName Class Reference
#include <nickname.h>
Public Types | |
typedef QVector< NickName > | List |
Public Member Functions | |
NickName (const NickName &other) | |
NickName (const QString &nickname) | |
bool | isValid () const |
QString | nickname () const |
bool | operator!= (const NickName &other) const |
NickName & | operator= (const NickName &other) |
bool | operator== (const NickName &other) const |
QMap< QString, QStringList > | parameters () const |
void | setNickName (const QString &nickname) |
void | setParameters (const QMap< QString, QStringList > ¶ms) |
QString | toString () const |
Friends | |
KCONTACTS_EXPORT QDataStream & | operator<< (QDataStream &, const NickName &) |
KCONTACTS_EXPORT QDataStream & | operator>> (QDataStream &, NickName &) |
Detailed Description
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Sun Mar 7 2021 22:54:35 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Sun Mar 7 2021 22:54:35 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.