kaddressbook
KAddressBookIface Class Reference
Inheritance diagram for KAddressBookIface:

Detailed Description
Definition at line 31 of file kaddressbookiface.h.
DCOP Member Functions | |
virtual void | addEmail (QString addr)=0 |
virtual void | importVCard (const QString &vCardURL)=0 |
virtual ASYNC | showContactEditor (QString uid)=0 |
virtual void | newContact ()=0 |
virtual QString | getNameByPhone (QString phone)=0 |
virtual void | save ()=0 |
virtual void | exit ()=0 |
virtual bool | handleCommandLine ()=0 |
Member Function Documentation
virtual void KAddressBookIface::newContact | ( | ) | [pure virtual] |
Show's dialog for creation of a new contact.
Returns once a contact is created (or canceled).
Implemented in KAddressbookPart, and KAddressBookMain.
virtual QString KAddressBookIface::getNameByPhone | ( | QString | phone | ) | [pure virtual] |
virtual bool KAddressBookIface::handleCommandLine | ( | ) | [pure virtual] |
Internal, DCOP-enabled for the kontact plugin.
Return true if handled, false if command-line was empty.
Implemented in KAddressbookPart, and KAddressBookMain.
The documentation for this class was generated from the following file: