26 #include <QStringList> 29 #include "kcontacts_export.h" 32 class KCONTACTS_EXPORT VCardLine
39 VCardLine(
const QString &identifier);
41 VCardLine(
const VCardLine &line);
45 VCardLine &operator=(
const VCardLine &line);
51 Q_REQUIRED_RESULT
bool operator==(
const VCardLine &other)
const;
58 void setIdentifier(
const QString &identifier);
63 Q_REQUIRED_RESULT
QString identifier()
const;
68 void setValue(
const QVariant &value);
73 Q_REQUIRED_RESULT
QVariant value()
const;
78 void setGroup(
const QString &group);
83 Q_REQUIRED_RESULT
QString group()
const;
88 Q_REQUIRED_RESULT
bool hasGroup()
const;
93 Q_REQUIRED_RESULT
QStringList parameterList()
const;
123 Q_REQUIRED_RESULT ParamMap parameterMap()
const;
This file is part of the KDE documentation.
Documentation copyright © 1996-2019 The KDE developers.
Generated on Mon Dec 16 2019 01:11:11 by
doxygen 1.8.11 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.