org.kde.koala
public class DefaultProgress extends ProgressBase
Constructor Summary | |
---|---|
protected | DefaultProgress(Class dummy) |
DefaultProgress(boolean showNow)
Creates a new default progress dialog. | |
DefaultProgress() | |
DefaultProgress(QWidget parent, String name)
Creates a new default progress dialog. | |
DefaultProgress(QWidget parent) |
Method Summary | |
---|---|
protected void | checkDestination(KURL dest) |
String | className() |
protected void | init() |
boolean | keepOpen() |
static String | makePercentString(long percent, long totalSize, long totalFiles) |
QMetaObject | metaObject() |
protected void | setDestVisible(boolean visible) |
protected void | showTotals() |
void | slotCanResume(Job arg1, long arg2) |
void | slotClean()
Called when the job is cleaned. |
void | slotCopying(Job arg1, KURL src, KURL dest) |
void | slotCreatingDir(Job arg1, KURL dir) |
void | slotDeleting(Job arg1, KURL url) |
void | slotInfoMessage(Job job, String msg)
Called to set an information message. |
void | slotMounting(Job arg1, String dev, String point)
Called when the job is mounting. |
void | slotMoving(Job arg1, KURL src, KURL dest) |
void | slotPercent(Job arg1, long percent) |
void | slotProcessedDirs(Job arg1, long dirs) |
void | slotProcessedFiles(Job arg1, long files) |
void | slotProcessedSize(Job arg1, long bytes) |
void | slotSpeed(Job arg1, long speed) |
void | slotStating(Job arg1, KURL dir)
Called when the job is requesting a stat. |
void | slotTotalDirs(Job arg1, long dirs) |
void | slotTotalFiles(Job arg1, long files) |
void | slotTotalSize(Job arg1, long size) |
void | slotTransferring(Job arg1, KURL url)
Called when the job is transferring. |
void | slotUnmounting(Job arg1, String point)
Called when the job is unmounting. |
Parameters: showNow true to show immediately, false to show when needed
UNKNOWN: Creates a new default progress dialog.
Parameters: parent the parent of the dialog (or 0 for top-level) the name of the dialog, can be 0
UNKNOWN: Creates a new default progress dialog.
UNKNOWN: Called when the job is cleaned.
Parameters: job the KIO.Job msg the message to set
UNKNOWN: Called to set an information message.
Parameters: job the KIO.Job dev the device to mount point the mount point
UNKNOWN: Called when the job is mounting.
Parameters: job the KIO.Job dir the dir to stat
UNKNOWN: Called when the job is requesting a stat.
Parameters: job the KIO.Job url the url to transfer
UNKNOWN: Called when the job is transferring.
Parameters: job the KIO.Job point the mount point
UNKNOWN: Called when the job is unmounting.