KABC::VCardConverter Class Reference
Class to convert a vcard string to a addressee and vice versa. More...
#include <vcardconverter.h>
Public Types | |
| enum | Version { v2_1, v3_0 } |
| |
Public Member Functions | |
| VCardConverter () | |
| Constructor. | |
| ~VCardConverter () | |
| Destructor. | |
| bool | vCardToAddressee (const QString &str, Addressee &addr, Version version=v3_0) |
| Converts a vcard string to an addressee. | |
| bool | addresseeToVCard (const Addressee &addr, QString &str, Version version=v3_0) |
| Converts an addressee to a vcard string. | |
Detailed Description
Class to convert a vcard string to a addressee and vice versa.At the moment there exists read support for vCard2.1 and vCard3.0 and write support for vCard3.0
Definition at line 35 of file vcardconverter.h.
Member Enumeration Documentation
|
|
Definition at line 43 of file vcardconverter.h. |
Constructor & Destructor Documentation
|
|
Constructor.
|
|
|
Destructor.
|
Member Function Documentation
|
||||||||||||||||
|
Converts a vcard string to an addressee.
|
|
||||||||||||||||
|
Converts an addressee to a vcard string.
|
The documentation for this class was generated from the following file:
