kio Library API Documentation

observer_stub.h

00001 /**************************************************************************** 00002 ** 00003 ** DCOP Stub Definition created by dcopidl2cpp from observer.kidl 00004 ** 00005 ** WARNING! All changes made in this file will be lost! 00006 ** 00007 *****************************************************************************/ 00008 00009 #ifndef __OBSERVER_STUB__ 00010 #define __OBSERVER_STUB__ 00011 00012 #include <dcopstub.h> 00013 #include <kio/renamedlg.h> 00014 #include <kio/skipdlg.h> 00015 #include <kio/job.h> 00016 #include <kio/authinfo.h> 00017 #include <kio/global.h> 00018 #include <qintdict.h> 00019 #include <dcopobject.h> 00020 #include <qobject.h> 00021 00022 00023 class KIO_EXPORT Observer_stub : virtual public DCOPStub 00024 { 00025 public: 00026 Observer_stub( const QCString& app, const QCString& id ); 00027 Observer_stub( DCOPClient* client, const QCString& app, const QCString& id ); 00028 explicit Observer_stub( const DCOPRef& ref ); 00029 virtual void killJob( int progressId ); 00030 virtual KIO::MetaData metadata( int progressId ); 00031 protected: 00032 Observer_stub() : DCOPStub( never_use ) {}; 00033 }; 00034 00035 00036 #endif
KDE Logo
This file is part of the documentation for kio Library Version 3.4.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Apr 12 23:09:31 2005 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003