Public Methods
- int newJob ( KIO::Job * job )
- void jobFinished ( int progressId )
- bool authorize ( QString& , QString& , const QString& , const QString& )
- KIO::RenameDlg_Result open_RenameDlg ( KIO::Job * job, const QString & caption, const QString& src, const QString & dest, KIO::RenameDlg_Mode mode, QString& newDest, unsigned long sizeSrc = (unsigned long) -1, unsigned long sizeDest = (unsigned long) -1, time_t ctimeSrc = (time_t) -1, time_t ctimeDest = (time_t) -1, time_t mtimeSrc = (time_t) -1, time_t mtimeDest = (time_t) -1 )
- KIO::SkipDlg_Result open_SkipDlg ( KIO::Job * job, bool multi, const QString & error_text )
- k_dcop: /** * Called by the UI Server (using DCOP) if the user presses cancel */ void killJob( int progressId )
- void stating ( KIO::Job*, const KURL& url )
- void mounting ( KIO::Job*, const QString & dev, const QString & point )
- void unmounting ( KIO::Job*, const QString & point )
Public Slots
- void slotTotalSize ( KIO::Job*, unsigned long size )
- void slotTotalFiles ( KIO::Job*, unsigned long files )
- void slotTotalDirs ( KIO::Job*, unsigned long dirs )
- void slotProcessedSize ( KIO::Job*, unsigned long size )
- void slotProcessedFiles ( KIO::Job*, unsigned long files )
- void slotProcessedDirs ( KIO::Job*, unsigned long dirs )
- void slotSpeed ( KIO::Job*, unsigned long bytes_per_second )
- void slotPercent ( KIO::Job*, unsigned long percent )
- void slotInfoMessage ( KIO::Job*, const QString & msg )
- void slotCopying ( KIO::Job*, const KURL& from, const KURL& to )
- void slotMoving ( KIO::Job*, const KURL& from, const KURL& to )
- void slotDeleting ( KIO::Job*, const KURL& url )
- void slotCreatingDir ( KIO::Job*, const KURL& dir )
- void slotCanResume ( KIO::Job*, bool can_resume )
Public Static Methods
Protected Methods
Protected Members
Detailed Description
Observer for KIO::Job progress information
This class, of which there is always only one instance,
"observes" what jobs do and forwards this information
to the progress-info server.
It is a DCOP object so that the UI server can call the
kill method when the user presses Cancel.
[static]
Returns: the unique observer object
Called by the job constructor, to signal its presence to the
UI Server.
Returns: the progress ID assigned by the UI Server to the Job.
void jobFinished ( int progressId )
|
Called by the job destructor, to tell the UI Server that
the job ended
Invoke to request autorization info from the user or query the
password daemon to see if one is stored.
Note this is simply a forwarding method to UIServer::authorize
It simply returns the result of the UIServer to the calling function.
Parameters:
user | the user to be allowed authorized access
|
pass | the password of the authorized user
|
head | the resource the requires authorization
|
key | the key used to cache the password.
|
Returns: true if authrization information was obtained.
KIO::RenameDlg_Result open_RenameDlg ( KIO::Job * job, const QString & caption, const QString& src, const QString & dest, KIO::RenameDlg_Mode mode, QString& newDest, unsigned long sizeSrc = (unsigned long) -1, unsigned long sizeDest = (unsigned long) -1, time_t ctimeSrc = (time_t) -1, time_t ctimeDest = (time_t) -1, time_t mtimeSrc = (time_t) -1, time_t mtimeDest = (time_t) -1 )
|
See renamedlg.h
KIO::SkipDlg_Result open_SkipDlg ( KIO::Job * job, bool multi, const QString & error_text )
|
See skipdlg.h
k_dcop: /** * Called by the UI Server (using DCOP) if the user presses cancel */ void killJob( int progressId )
|
[protected]
[protected]
[protected]
[protected]
[protected]
void slotTotalSize ( KIO::Job*, unsigned long size )
|
[slot]
void slotTotalFiles ( KIO::Job*, unsigned long files )
|
[slot]
void slotTotalDirs ( KIO::Job*, unsigned long dirs )
|
[slot]
void slotProcessedSize ( KIO::Job*, unsigned long size )
|
[slot]
void slotProcessedFiles ( KIO::Job*, unsigned long files )
|
[slot]
void slotProcessedDirs ( KIO::Job*, unsigned long dirs )
|
[slot]
void slotSpeed ( KIO::Job*, unsigned long bytes_per_second )
|
[slot]
void slotPercent ( KIO::Job*, unsigned long percent )
|
[slot]
[slot]
[slot]
[slot]
[slot]
[slot]
void slotCanResume ( KIO::Job*, bool can_resume )
|
[slot]
- Author: David Faure <faure@kde.org>
- Generated: prospector@porky.devel.redhat.com on Thu Aug 24 05:36:06 2000, using kdoc 2.0a36.