kaddressbook
BookmarkXXPort Class Reference
Inheritance diagram for BookmarkXXPort:

Detailed Description
Definition at line 30 of file bookmark_xxport.h.
Public Slots | |
| bool | exportContacts (const KABC::AddresseeList &list, const QString &data) |
Signals | |
| void | newBookmark (const QString &text, const QCString &url, const QString &additionnalInfo) |
| void | newFolder (const QString &text, bool open, const QString &additionnalInfo) |
| void | newSeparator () |
| void | endFolder () |
Public Member Functions | |
| BookmarkXXPort (KABC::AddressBook *ab, QWidget *parent, const char *name=0) | |
| QString | identifier () const |
Member Function Documentation
| QString BookmarkXXPort::identifier | ( | ) | const [inline, virtual] |
Returns the unique identifier of this xxport modul, it should be the lowercase name of the import/export format e.g.
'vcard'
Implements KAB::XXPort.
Definition at line 37 of file bookmark_xxport.h.
| bool BookmarkXXPort::exportContacts | ( | const KABC::AddresseeList & | list, | |
| const QString & | data | |||
| ) | [virtual, slot] |
Reimplement this method for exporting the contacts.
Reimplemented from KAB::XXPort.
Definition at line 42 of file bookmark_xxport.cpp.
| void BookmarkXXPort::newBookmark | ( | const QString & | text, | |
| const QCString & | url, | |||
| const QString & | additionnalInfo | |||
| ) | [signal] |
The following signals are used for building a bookmarks file using KBookmarkDomBuilder.
The documentation for this class was generated from the following files:

