24#ifndef KADDRESSBOOKMAIN_H
25#define KADDRESSBOOKMAIN_H
30#include <tdeapplication.h>
31#include <tdemainwindow.h>
33#include "kaddressbookiface.h"
45class KAddressBookMain : public TDEMainWindow, virtual public KAddressBookIface
51 KAddressBookMain( const TQString &file = TQString() );
52 virtual ~KAddressBookMain();
55 virtual void addEmail( TQString addr );
56 virtual void importVCard( const KURL& url );
57 virtual void importVCardFromData( const TQString& vCard );
59 virtual ASYNC showContactEditor( TQString uid );
61 virtual void showContactEditor( TQString uid );
63 virtual void newContact();
64 virtual void newDistributionList();
65 virtual TQString getNameByPhone( TQString phone );
68 virtual bool handleCommandLine();
69 virtual void syncAllResources();
87 virtual bool queryClose();
90 void loadProfile( const TQString& path );
93 void saveToProfile( const TQString& path ) const;
96 void configureKeyBindings();
97 void configureToolbars();
98 void newToolbarConfig();
void saveProperties(TDEConfig *) This function is called when it is time for the app to save its properties for session management pur...
void readProperties(TDEConfig *) This function is called when this app is restored.
|