KContacts
11#include "kcontacts_export.h"
14#include <QSharedDataPointer>
26class KCONTACTS_EXPORT FieldGroup
30 friend class VCardTool;
31 friend class ::FieldGroupTest;
35 FieldGroup(
const FieldGroup &other);
36 FieldGroup(
const QString &fieldGroupName);
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;
53 FieldGroup &operator=(
const FieldGroup &other);
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-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.