|
|
DefaultProgress ( bool showNow = true )
| DefaultProgress |
~DefaultProgress ()
| ~DefaultProgress |
void slotTotalSize ( KIO::Job*, unsigned long bytes )
| slotTotalSize |
[virtual slot]
Reimplemented from ProgressBase.
void slotTotalFiles ( KIO::Job*, unsigned long files )
| slotTotalFiles |
[virtual slot]
Reimplemented from ProgressBase.
void slotTotalDirs ( KIO::Job*, unsigned long dirs )
| slotTotalDirs |
[virtual slot]
Reimplemented from ProgressBase.
void slotProcessedSize ( KIO::Job*, unsigned long bytes )
| slotProcessedSize |
[virtual slot]
Reimplemented from ProgressBase.
void slotProcessedFiles ( KIO::Job*, unsigned long files )
| slotProcessedFiles |
[virtual slot]
Reimplemented from ProgressBase.
void slotProcessedDirs ( KIO::Job*, unsigned long dirs )
| slotProcessedDirs |
[virtual slot]
Reimplemented from ProgressBase.
void slotSpeed ( KIO::Job*, unsigned long bytes_per_second )
| slotSpeed |
[virtual slot]
Reimplemented from ProgressBase.
void slotPercent ( KIO::Job*, unsigned long percent )
| slotPercent |
[virtual slot]
Reimplemented from ProgressBase.
void slotInfoMessage ( KIO::Job*, const QString & msg )
| slotInfoMessage |
[virtual slot]
void slotCopying ( KIO::Job*, const KURL& src, const KURL& dest )
| slotCopying |
[virtual slot]
Reimplemented from ProgressBase.
void slotMoving ( KIO::Job*, const KURL& src, const KURL& dest )
| slotMoving |
[virtual slot]
Reimplemented from ProgressBase.
void slotDeleting ( KIO::Job*, const KURL& url )
| slotDeleting |
[virtual slot]
Reimplemented from ProgressBase.
void slotCreatingDir ( KIO::Job*, const KURL& dir )
| slotCreatingDir |
[virtual slot]
Reimplemented from ProgressBase.
void slotStating ( KIO::Job*, const KURL& dir )
| slotStating |
[virtual slot]
void slotMounting ( KIO::Job*, const QString & dev, const QString & point )
| slotMounting |
[virtual slot]
void slotUnmounting ( KIO::Job*, const QString & point )
| slotUnmounting |
[virtual slot]
void slotCanResume ( KIO::Job*, unsigned long )
| slotCanResume |
[slot]
Reimplemented from ProgressBase.
void showTotals ()
| showTotals |
[protected]
void setDestVisible ( bool visible )
| setDestVisible |
[protected]
KSqueezedTextLabel* sourceLabel | sourceLabel |
[protected]
KSqueezedTextLabel* destLabel | destLabel |
[protected]
QLabel* progressLabel | progressLabel |
[protected]
QLabel* destInvite | destInvite |
[protected]
QLabel* speedLabel | speedLabel |
[protected]
QLabel* sizeLabel | sizeLabel |
[protected]
QLabel* resumeLabel | resumeLabel |
[protected]
KProgress* m_pProgressBar | m_pProgressBar |
[protected]
unsigned long m_iTotalSize | m_iTotalSize |
[protected]
unsigned long m_iTotalFiles | m_iTotalFiles |
[protected]
unsigned long m_iTotalDirs | m_iTotalDirs |
[protected]
unsigned long m_iProcessedSize | m_iProcessedSize |
[protected]
unsigned long m_iProcessedDirs | m_iProcessedDirs |
[protected]
unsigned long m_iProcessedFiles | m_iProcessedFiles |
[protected]
enum ModeType { Copy, Move, Delete, Create } | ModeType |
[protected]
ModeType mode | mode |
[protected]
DefaultProgressPrivate* d | d |
[protected]
Generated by: dfaure on kde.faure.org on Thu Jan 17 22:16:53 2002, using kdoc 2.0a53. |