|
|
| DefaultProgress ( bool showNow = true )
| DefaultProgress |
| DefaultProgress ( QWidget* parent, const char* name = 0 )
| DefaultProgress |
| ~DefaultProgress ()
| ~DefaultProgress |
| void slotTotalSize ( KIO::Job*, KIO::filesize_t 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*, KIO::filesize_t 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 slotTransferring ( KIO::Job*, const KURL& url )
| slotTransferring |
[slot]
| 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*, KIO::filesize_t )
| slotCanResume |
[virtual slot]
Reimplemented from ProgressBase.
| void slotClean ()
| slotClean |
[slot]
Reimplemented from ProgressBase.
| void init ()
| init |
[protected]
| void showTotals ()
| showTotals |
[protected]
| void setDestVisible ( bool visible )
| setDestVisible |
[protected]
| void checkDestination ( const KURL& dest)
| checkDestination |
[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]
| KIO::filesize_t m_iTotalSize | m_iTotalSize |
[protected]
| unsigned long m_iTotalFiles | m_iTotalFiles |
[protected]
| unsigned long m_iTotalDirs | m_iTotalDirs |
[protected]
| KIO::filesize_t 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]
| void virtual_hook ( int id, void* data )
| virtual_hook |
[protected virtual]
Reimplemented from ProgressBase.
| Generated by: root on macppc.ports.openbsd.org on Sat Sep 6 10:36:57 2003, using kdoc 2.0a54. |