11#include "kcontacts_export.h"
14#include <QSharedDataPointer>
30 friend class VCardTool;
31 friend class ::FieldGroupTest;
42 void setFieldGroupName(
const QString &fieldGroup);
43 Q_REQUIRED_RESULT
QString fieldGroupName()
const;
45 Q_REQUIRED_RESULT
bool isValid()
const;
47 void setValue(
const QString &value);
48 Q_REQUIRED_RESULT
QString value()
const;
50 Q_REQUIRED_RESULT
bool operator==(
const FieldGroup &other)
const;
51 Q_REQUIRED_RESULT
bool operator!=(
const FieldGroup &other)
const;
55 Q_REQUIRED_RESULT
QString toString()
const;
58 void setParams(
const ParameterMap ¶ms);
59 Q_REQUIRED_RESULT ParameterMap params()
const;
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:06:34 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.