kaddressbook
KAddressBookMain Class Reference
#include <kaddressbookmain.h>

Detailed Description
This class serves as the main window for KAddressBook.It handles the menus, toolbars, and status bars.
Main window class
- Version:
- 0.1
Definition at line 43 of file kaddressbookmain.h.
Public Slots | |
| void | addEmail (QString addr) |
| void | exit () |
| QString | getNameByPhone (QString phone) |
| bool | handleCommandLine () |
| void | importVCard (const KUrl &url) |
| void | importVCardFromData (const QString &vCard) |
| void | newContact () |
| void | newDistributionList () |
| void | save () |
| void | showContactEditor (QString uid) |
Public Member Functions | |
| KAddressBookMain (const QString &file=QString()) | |
| virtual | ~KAddressBookMain () |
Protected Member Functions | |
| void | initActions () |
| virtual bool | queryClose () |
| void | readProperties (const KConfigGroup &) |
| void | saveProperties (KConfigGroup &) |
Constructor & Destructor Documentation
Definition at line 42 of file kaddressbookmain.cpp.
| KAddressBookMain::~KAddressBookMain | ( | ) | [virtual] |
Definition at line 85 of file kaddressbookmain.cpp.
Member Function Documentation
| void KAddressBookMain::addEmail | ( | QString | addr | ) | [slot] |
Definition at line 90 of file kaddressbookmain.cpp.
| void KAddressBookMain::exit | ( | ) | [slot] |
Definition at line 130 of file kaddressbookmain.cpp.
Definition at line 120 of file kaddressbookmain.cpp.
| bool KAddressBookMain::handleCommandLine | ( | ) | [slot] |
Definition at line 135 of file kaddressbookmain.cpp.
| void KAddressBookMain::importVCard | ( | const KUrl & | url | ) | [slot] |
Definition at line 95 of file kaddressbookmain.cpp.
| void KAddressBookMain::importVCardFromData | ( | const QString & | vCard | ) | [slot] |
Definition at line 100 of file kaddressbookmain.cpp.
| void KAddressBookMain::initActions | ( | ) | [protected] |
Definition at line 153 of file kaddressbookmain.cpp.
| void KAddressBookMain::newContact | ( | ) | [slot] |
Definition at line 115 of file kaddressbookmain.cpp.
| void KAddressBookMain::newDistributionList | ( | ) | [slot] |
Definition at line 110 of file kaddressbookmain.cpp.
| bool KAddressBookMain::queryClose | ( | ) | [protected, virtual] |
Definition at line 148 of file kaddressbookmain.cpp.
| void KAddressBookMain::readProperties | ( | const KConfigGroup & | ) | [protected] |
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 144 of file kaddressbookmain.cpp.
| void KAddressBookMain::save | ( | ) | [slot] |
Definition at line 125 of file kaddressbookmain.cpp.
| void KAddressBookMain::saveProperties | ( | KConfigGroup & | ) | [protected] |
This function is called when it is time for the app to save its properties for session management purposes.
Definition at line 140 of file kaddressbookmain.cpp.
| void KAddressBookMain::showContactEditor | ( | QString | uid | ) | [slot] |
Definition at line 105 of file kaddressbookmain.cpp.
The documentation for this class was generated from the following files:
KDE 4.1 API Reference