KABC::VCard Class Reference
List of all members.Detailed Description
Definition at line 31 of file vcard.h.
Public Types | |
typedef QValueList< VCard > | List |
typedef QMap< QString, VCardLine::List > | LineMap |
enum | Version { v2_1, v3_0 } |
Public Member Functions | |
VCard () | |
VCard (const VCard &) | |
~VCard () | |
VCard & | operator= (const VCard &) |
void | clear () |
QStringList | identifiers () const |
void | addLine (const VCardLine &line) |
VCardLine::List | lines (const QString &identifier) const |
VCardLine | line (const QString &identifier) const |
void | setVersion (Version version) |
Version | version () const |
Member Function Documentation
|
Adds a VCardLine to the VCard.
|
|
Removes all lines from the vCard.
|
|
Returns a list of all identifiers that exists in the vCard.
|
|
Returns only the first line of the vcard with a special identifier.
|
|
Returns all lines of the vcard with a special identifier.
|
|
Set the version of the vCard.
|
|
Returns the version of this vCard.
|
The documentation for this class was generated from the following files: