kaddressbook

#include <kaddressbookmain.h>

Inherits TDEMainWindow, and KAddressBookIface.

Public Slots

virtual void addEmail (TQString addr)
 
virtual void importVCard (const KURL &url)
 
virtual void importVCardFromData (const TQString &vCard)
 
virtual ASYNC showContactEditor (TQString uid)
 
virtual void newContact ()
 
virtual void newDistributionList ()
 
virtual TQString getNameByPhone (TQString phone)
 
virtual void save ()
 
virtual void exit ()
 
virtual bool handleCommandLine ()
 
virtual void syncAllResources ()
 

Public Member Functions

 KAddressBookMain (const TQString &file=TQString())
 

Protected Member Functions

void initActions ()
 
void saveProperties (TDEConfig *)
 
void readProperties (TDEConfig *)
 
virtual bool queryClose ()
 
void loadProfile (const TQString &path)
 
void saveToProfile (const TQString &path) const
 

Detailed Description

This class serves as the main window for KAddressBook.

It handles the menus, toolbars, and status bars.

Main window class

Author
Don Sanders dsand.nosp@m.ers@.nosp@m.kde.o.nosp@m.rg
Version
0.1

Definition at line 45 of file kaddressbookmain.h.

Member Function Documentation

◆ readProperties()

void KAddressBookMain::readProperties ( TDEConfig *  )
protected

This function is called when this app is restored.

The TDEConfig object points to the session management config file that was saved with saveProperties

Definition at line 142 of file kaddressbookmain.cpp.

◆ saveProperties()

void KAddressBookMain::saveProperties ( TDEConfig *  )
protected

This function is called when it is time for the app to save its properties for session management purposes.

Definition at line 138 of file kaddressbookmain.cpp.


The documentation for this class was generated from the following files: