kaddressbook
KAddressBookMain Class Reference
#include <kaddressbookmain.h>
Inheritance diagram for KAddressBookMain:

Detailed Description
This class serves as the main window for KAddressBook.Main window class.It handles the menus, toolbars, and status bars.
- Author:
- Don Sanders <dsanders@kde.org>
- Version:
- 0.1
Definition at line 45 of file kaddressbookmain.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 | handleCommandLine () |
Public Member Functions | |
KAddressBookMain (const QString &file=QString::null) | |
virtual | ~KAddressBookMain () |
Protected Member Functions | |
void | initActions () |
void | saveProperties (KConfig *) |
void | readProperties (KConfig *) |
virtual bool | queryClose () |
void | loadProfile (const QString &path) |
void | saveToProfile (const QString &path) const |
Member Function Documentation
|
Save changes to the address book files.
Implements KAddressBookIface. Definition at line 112 of file kaddressbookmain.cpp. |
|
Internal, DCOP-enabled for the kontact plugin. Return true if handled, false if command-line was empty. Implements KAddressBookIface. Definition at line 127 of file kaddressbookmain.cpp. |
|
Shows dialog for creation of a new contact. Returns once a contact is created (or canceled). Implements KAddressBookIface. Definition at line 107 of file kaddressbookmain.cpp. |
|
Shows dialog for creation of a new distribution list. Returns once a distribution list is created (or canceled). Implements KAddressBookIface. Definition at line 102 of file kaddressbookmain.cpp. |
|
This function is called when this app is restored. The KConfig object points to the session management config file that was saved with saveProperties Definition at line 136 of file kaddressbookmain.cpp. |
|
This function is called when it is time for the app to save its properties for session management purposes.
Definition at line 132 of file kaddressbookmain.cpp. |
The documentation for this class was generated from the following files: