Source: uiserver_stub.h


Annotated List
Files
Globals
Hierarchy
Index
/****************************************************************************
**
** DCOP Stub Definition created by dcopidl2cpp from uiserver.kidl
**
** WARNING! All changes made in this file will be lost!
**
*****************************************************************************/

#ifndef __UISERVER_STUB__
#define __UISERVER_STUB__

#include <dcopstub.h>
#include <klistview.h>
#include <ktmainwindow.h>
#include <kurl.h>
#include <kio/global.h>
#include <dcopobject.h>
#include <qdatetime.h>
#include <qintdict.h>

class UIServer_stub : virtual public DCOPStub
{
public:
    UIServer_stub( const QCString& app, const QCString& id );
    virtual int newJob( QCString appId );
    virtual void jobFinished( int id );
    virtual void totalSize( int id, unsigned long int size );
    virtual void totalFiles( int id, unsigned long int files );
    virtual void totalDirs( int id, unsigned long int dirs );
    virtual void processedSize( int id, unsigned long int bytes );
    virtual void processedFiles( int id, unsigned long int files );
    virtual void processedDirs( int id, unsigned long int dirs );
    virtual void percent( int id, unsigned long int ipercent );
    virtual void speed( int id, unsigned long int bytes_per_second );
    virtual void copying( int id, KURL from, KURL to );
    virtual void moving( int id, KURL from, KURL to );
    virtual void deleting( int id, KURL url );
    virtual void renaming( int id, KURL old_name, KURL new_name );
    virtual void creatingDir( int id, KURL dir );
    virtual void canResume( int id, unsigned int can_resume );
};

#endif

Generated by: root@porky.devel.redhat.com on Wed May 10 08:56:52 2000, using kdoc 2.0a35.