21 #ifndef VCARDPARSER_VCARD_H
22 #define VCARDPARSER_VCARD_H
24 #include "vcardline.h"
26 #include <tqstringlist.h>
27 #include <tqvaluelist.h>
34 typedef TQValueList<VCard> List;
35 typedef TQMap< TQString, VCardLine::List > LineMap;
37 enum Version { v2_1, v3_0 };
40 VCard(
const VCard& );
44 VCard& operator=(
const VCard& );
55 TQStringList identifiers()
const;
60 void addLine(
const VCardLine& line );
65 VCardLine::List lines(
const TQString& identifier )
const;
70 VCardLine line(
const TQString& identifier )
const;
75 void setVersion( Version version );
TDEAction * clear(const TQObject *recvr, const char *slot, TDEActionCollection *parent, const char *name=0)
static data, shared by ALL addressee objects