KABC::VCardConverter Class Reference
Class to convert a vcard string to a addressee and vice versa. More...
#include <vcardconverter.h>
Public Types | |
| enum | Version |
| |
Public Methods | |
| 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.
Definition at line 34 of file vcardconverter.cpp. |
|
|
Destructor.
Definition at line 39 of file vcardconverter.cpp. |
Member Function Documentation
|
||||||||||||||||
|
Converts a vcard string to an addressee.
Definition at line 45 of file vcardconverter.cpp. |
|
||||||||||||||||
|
Converts an addressee to a vcard string.
Definition at line 58 of file vcardconverter.cpp. |
The documentation for this class was generated from the following files:
