kaddressbook
KAddressBookIface Class Reference
Inheritance diagram for KAddressBookIface:

Detailed Description
Definition at line 32 of file kaddressbookiface.h.
DCOP Member Functions | |
| virtual void | addEmail (QString addr)=0 |
| virtual void | importVCard (const KURL &url)=0 |
| virtual void | importVCardFromData (const QString &vCard)=0 |
| virtual ASYNC | showContactEditor (QString uid)=0 |
| virtual void | newContact ()=0 |
| virtual void | newDistributionList ()=0 |
| virtual QString | getNameByPhone (QString phone)=0 |
| virtual void | save ()=0 |
| virtual void | exit ()=0 |
| virtual bool | handleCommandLine ()=0 |
| virtual void | loadProfile (const QString &path)=0 |
| virtual void | saveToProfile (const QString &path) const =0 |
Member Function Documentation
|
|
Save changes to the address book files.
Implemented in KAddressbookPart, and KAddressBookMain. |
|
|
Internal, DCOP-enabled for the kontact plugin. Return true if handled, false if command-line was empty. Implemented in KAddressbookPart, and KAddressBookMain. |
|
|
Shows dialog for creation of a new contact. Returns once a contact is created (or canceled). Implemented in KAddressbookPart, and KAddressBookMain. |
|
|
Shows dialog for creation of a new distribution list. Returns once a distribution list is created (or canceled). Implemented in KAddressbookPart, and KAddressBookMain. |
The documentation for this class was generated from the following file:

