kabc
Functions | |
| bool | convertFromXml (QIODevice *device, ContactGroup &group, QString *errorMessage=0) |
| bool | convertFromXml (QIODevice *device, QList< ContactGroup > &list, QString *errorMessage=0) |
| bool | convertToXml (const ContactGroup &group, QIODevice *device, QString *errorMessage=0) |
| bool | convertToXml (const QList< ContactGroup > &list, QIODevice *device, QString *errorMessage=0) |
Detailed Description
Static methods for converting ContactGroup to XML format and vice versa.
- Since
- 4.3
Function Documentation
| bool KABC::ContactGroupTool::convertFromXml | ( | QIODevice * | device, |
| ContactGroup & | group, | ||
| QString * | errorMessage = 0 |
||
| ) |
Converts XML data coming from a device into a contact group.
If an error occurs, false is returned and errorMessage is set.
Definition at line 318 of file contactgrouptool.cpp.
| bool KABC::ContactGroupTool::convertFromXml | ( | QIODevice * | device, |
| QList< ContactGroup > & | list, | ||
| QString * | errorMessage = 0 |
||
| ) |
Converts XML data coming from a device into a list of contact groups.
If an error occurs, false is returned and errorMessage is set.
Definition at line 345 of file contactgrouptool.cpp.
| bool KABC::ContactGroupTool::convertToXml | ( | const ContactGroup & | group, |
| QIODevice * | device, | ||
| QString * | errorMessage = 0 |
||
| ) |
Converts a contact group into XML data and writes them to a device.
If an error occurs, false is returned and errorMessage is set.
Definition at line 334 of file contactgrouptool.cpp.
| bool KABC::ContactGroupTool::convertToXml | ( | const QList< ContactGroup > & | list, |
| QIODevice * | device, | ||
| QString * | errorMessage = 0 |
||
| ) |
Converts a list of contact groups into XML data and writes them to a device.
If an error occurs, false is returned and errorMessage is set.
Definition at line 361 of file contactgrouptool.cpp.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:39 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference