28 #include <tqptrlist.h>
30 #include <VCardEnum.h>
31 #include <VCardEntity.h>
32 #include <VCardContentLine.h>
37 class KVCARD_EXPORT VCard :
public Entity
40 #include "VCard-generated.h"
43 bool has(
const TQCString &);
45 void add(
const ContentLine &);
46 void add(
const TQCString &);
48 ContentLine * contentLine(EntityType);
49 ContentLine * contentLine(
const TQCString &);
51 TQCString group() { parse();
return group_; }
53 TQPtrList<ContentLine> contentLineList() { parse();
return contentLineList_; }
58 TQPtrList<ContentLine> contentLineList_;