kaddressbook Library API Documentation

kaddressbookiface.h

00001 #ifndef KADDRESSBOOKIFACE_H
00002 #define KADDRESSBOOKIFACE_H
00003  
00004 #include <dcopobject.h>
00005 #include <qstringlist.h>
00006 
00007 class KAddressBookIface : virtual public DCOPObject
00008 {
00009     K_DCOP
00010   k_dcop:
00011     virtual void addEmail( QString addr ) = 0;
00012   
00013     virtual ASYNC showContactEditor( QString uid ) = 0;
00017     virtual void newContact() = 0;
00018 
00020     virtual QString getNameByPhone( QString phone ) = 0;
00021     virtual void save() = 0;
00022     virtual void exit() = 0;
00023 };
00024 
00025 #endif
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.4.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Sat Oct 18 02:47:09 2003 by doxygen 1.3.4 written by Dimitri van Heesch, © 1997-2001