KContacts
11#include "kcontacts_export.h"
14#include <QSharedDataPointer>
26class KCONTACTS_EXPORT NickName
30 friend class VCardTool;
31 friend class ::NickNameTest;
35 NickName(
const NickName &other);
36 NickName(
const QString &nickname);
42 void setNickName(
const QString &nickname);
43 Q_REQUIRED_RESULT
QString nickname()
const;
45 Q_REQUIRED_RESULT
bool isValid()
const;
47 Q_REQUIRED_RESULT
bool operator==(
const NickName &other)
const;
48 Q_REQUIRED_RESULT
bool operator!=(
const NickName &other)
const;
50 NickName &operator=(
const NickName &other);
52 Q_REQUIRED_RESULT
QString toString()
const;
56 void setParams(
const ParameterMap ¶ms);
57 Q_REQUIRED_RESULT ParameterMap params()
const;
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:55:38 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.