kabc
25#include <QtCore/QString>
52 typedef QList<Field *>
List;
93 virtual QString label();
98 virtual int category();
106 static QString categoryLabel(
int category );
135 virtual bool isCustom();
143 virtual bool equals(
Field *field );
163 static Field *createCustomField(
const QString &label,
int category,
164 const QString &key,
const QString &app );
169 static void deleteFields();
178 static void saveFields( KConfigGroup &cfg,
const QString &identifier,
188 static void saveFields(
const QString &identifier,
197 static Field::List restoreFields(
const KConfigGroup &cfg,
const QString &identifier );
206 static Field::List restoreFields(
const QString &identifier );
217 static void createField(
int id,
int category = 0 );
227 static void createDefaultField(
int id,
int category = 0 );
Postal address information.
Represents a field in the Addressbook.
QList< Field * > List
This type is used for a list of fields.
FieldCategory
Represents the category a field belongs to.
Class that holds a Calendar Url (FBURL/CALADRURI/CALURI)
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by
doxygen 1.9.5 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.