kaddressbook
KAddressbookPart Class Reference
Inheritance diagram for KAddressbookPart:

Detailed Description
Definition at line 37 of file kaddressbook_part.h.
Public Slots | |
| virtual void | addEmail (QString addr) |
| virtual void | importVCard (const KURL &url) |
| virtual void | importVCardFromData (const QString &vCard) |
| virtual ASYNC | showContactEditor (QString uid) |
| virtual void | newContact () |
| virtual void | newDistributionList () |
| virtual QString | getNameByPhone (QString phone) |
| virtual void | save () |
| virtual void | exit () |
| virtual bool | openURL (const KURL &url) |
| virtual bool | handleCommandLine () |
Public Member Functions | |
| KAddressbookPart (QWidget *parentWidget, const char *widgetName, QObject *parent, const char *name, const QStringList &) | |
| virtual | ~KAddressbookPart () |
| virtual void | saveToProfile (const QString &path) const |
| virtual void | loadProfile (const QString &path) |
Static Public Member Functions | |
| static KAboutData * | createAboutData () |
Protected Member Functions | |
| virtual bool | openFile () |
| virtual void | guiActivateEvent (KParts::GUIActivateEvent *) |
Member Function Documentation
| void KAddressbookPart::newContact | ( | ) | [virtual, slot] |
Shows dialog for creation of a new contact.
Returns once a contact is created (or canceled).
Implements KAddressBookIface.
Definition at line 105 of file kaddressbook_part.cpp.
| void KAddressbookPart::newDistributionList | ( | ) | [virtual, slot] |
Shows dialog for creation of a new distribution list.
Returns once a distribution list is created (or canceled).
Implements KAddressBookIface.
Definition at line 111 of file kaddressbook_part.cpp.
| QString KAddressbookPart::getNameByPhone | ( | QString | phone | ) | [virtual, slot] |
Save changes to the address book files.
Implements KAddressBookIface.
Definition at line 116 of file kaddressbook_part.cpp.
| bool KAddressbookPart::handleCommandLine | ( | ) | [virtual, slot] |
Internal, DCOP-enabled for the kontact plugin.
Return true if handled, false if command-line was empty.
Implements KAddressBookIface.
Definition at line 152 of file kaddressbook_part.cpp.
The documentation for this class was generated from the following files:

