KContacts
11#include "kcontacts_export.h"
14#include <QSharedDataPointer>
24class KCONTACTS_EXPORT Related
28 friend class VCardTool;
29 friend class ::RelatedTest;
33 Related(
const Related &other);
34 Related(
const QString &related);
40 void setRelated(
const QString &relatedTo);
41 Q_REQUIRED_RESULT
QString related()
const;
43 Q_REQUIRED_RESULT
bool isValid()
const;
45 Q_REQUIRED_RESULT
bool operator==(
const Related &other)
const;
46 Q_REQUIRED_RESULT
bool operator!=(
const Related &other)
const;
48 Related &operator=(
const Related &other);
50 Q_REQUIRED_RESULT
QString toString()
const;
54 void setParams(
const ParameterMap ¶ms);
55 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.