KABC::VCard Class Reference
Detailed Description
Definition at line 31 of file vcard.h.
Public Types | |
| enum | Version { v2_1, v3_0 } |
|
typedef QValueList < VCard > | List |
|
typedef QMap < QString, VCardLine::List > | LineMap |
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 Enumeration Documentation
| enum KABC::VCard::Version |
Member Function Documentation
| QStringList VCard::identifiers | ( | ) | const |
| void VCard::addLine | ( | const VCardLine & | line | ) |
| VCardLine::List VCard::lines | ( | const QString & | identifier | ) | const |
| void VCard::setVersion | ( | Version | version | ) |
| VCard::Version VCard::version | ( | ) | const |
The documentation for this class was generated from the following files:

