kontact

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 <kdepimmacros.h>
00014 #include <qstringlist.h>
00015 #include <kurl.h>
00016 #include <dcopobject.h>
00017 
00018 
00019 class KDE_EXPORT KAddressBookIface_stub : virtual public DCOPStub
00020 {
00021 public:
00022     KAddressBookIface_stub( const QCString& app, const QCString& id );
00023     KAddressBookIface_stub( DCOPClient* client, const QCString& app, const QCString& id );
00024     explicit KAddressBookIface_stub( const DCOPRef& ref );
00025     virtual void addEmail( QString addr );
00026     virtual void importVCard( const KURL& url );
00027     virtual void importVCardFromData( const QString& vCard );
00028     virtual ASYNC showContactEditor( QString uid );
00029     virtual void newContact();
00030     virtual void newDistributionList();
00031     virtual QString getNameByPhone( QString phone );
00032     virtual void save();
00033     virtual void exit();
00034     virtual bool handleCommandLine();
00035     virtual void loadProfile( const QString& path );
00036     virtual void saveToProfile( const QString& path );
00037 protected:
00038     KAddressBookIface_stub() : DCOPStub( never_use ) {};
00039 };
00040 
00041 
00042 #endif
KDE Home | KDE Accessibility Home | Description of Access Keys