kabc
21 #ifndef VCARDPARSER_VCARD_H
22 #define VCARDPARSER_VCARD_H
24 #include <QtCore/QMap>
25 #include <QtCore/QStringList>
27 #include "vcardline.h"
34 typedef QList<VCard> List;
35 typedef QMap<QString, VCardLine::List> LineMap;
44 VCard(
const VCard &card );
48 VCard &operator=(
const VCard &card );
58 QStringList identifiers()
const;
63 void addLine(
const VCardLine &line );
68 VCardLine::List lines(
const QString &identifier )
const;
73 VCardLine line(
const QString &identifier )
const;
78 void setVersion( Version version );
83 Version version()
const;
Class that holds a Calendar Url (FBURL/CALADRURI/CALURI)
This file is part of the KDE documentation.
Documentation copyright © 1996-2016 The KDE developers.
Generated on Thu Feb 18 2016 08:50:47 by
doxygen 1.8.10 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.