kontact Library API Documentation

kaddressbookiface_stub.h

00001 /**************************************************************************** 00002 ** 00003 ** DCOP Stub Definition created by dcopidl2cpp from kaddressbookiface.kidl 00004 ** 00005 ** WARNING! All changes made in this file will be lost! 00006 ** 00007 *****************************************************************************/ 00008 00009 #ifndef __KADDRESSBOOKIFACE_STUB__ 00010 #define __KADDRESSBOOKIFACE_STUB__ 00011 00012 #include <dcopstub.h> 00013 #include <dcopobject.h> 00014 #include <qstringlist.h> 00015 00016 00017 class KAddressBookIface_stub : virtual public DCOPStub 00018 { 00019 public: 00020 KAddressBookIface_stub( const QCString& app, const QCString& id ); 00021 KAddressBookIface_stub( DCOPClient* client, const QCString& app, const QCString& id ); 00022 explicit KAddressBookIface_stub( const DCOPRef& ref ); 00023 virtual void addEmail( QString addr ); 00024 virtual void importVCard( const QString& vCardURL ); 00025 virtual ASYNC showContactEditor( QString uid ); 00026 virtual void newContact(); 00027 virtual QString getNameByPhone( QString phone ); 00028 virtual void save(); 00029 virtual void exit(); 00030 virtual bool handleCommandLine(); 00031 protected: 00032 KAddressBookIface_stub() : DCOPStub( never_use ) {}; 00033 }; 00034 00035 00036 #endif
KDE Logo
This file is part of the documentation for kontact Library Version 3.3.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Fri Oct 1 15:19:35 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003