class ProgressItem
One item in the
ListProgress
More...
Internal Use Only
Definition
#include <
uiserver.h
>
Inherits
QListViewItem
(kdeui)
,
QObject
(kdecore)
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index
Public Methods
ProgressItem
(
ListProgress
* view,
QListViewItem
*after, QCString app_id, int job_id, bool showDefault = true )
~
ProgressItem
()
QCString
appId
()
int
jobId
()
void
setTotalSize
( unsigned long bytes )
void
setTotalFiles
( unsigned long files )
void
setTotalDirs
( unsigned long dirs )
void
setProcessedSize
( unsigned long size )
void
setProcessedFiles
( unsigned long files )
void
setProcessedDirs
( unsigned long dirs )
void
setPercent
( unsigned long percent )
void
setSpeed
( unsigned long bytes_per_second )
void
setCopying
( const
KURL
& from, const
KURL
& to )
void
setMoving
( const
KURL
& from, const
KURL
& to )
void
setDeleting
( const
KURL
& url )
void
setCreatingDir
( const
KURL
& dir )
void
setRenaming
( const
KURL
& old_name, const
KURL
& new_name )
void
setCanResume
( bool )
unsigned long
totalSize
()
unsigned long
totalFiles
()
unsigned long
processedSize
()
unsigned long
processedFiles
()
unsigned long
speed
()
QTime
remainingTime
()
Public Slots
void
slotShowDefaultProgress
()
Signals
void
jobCanceled
(
ProgressItem
* )
Protected Slots
void
slotCanceled
()
Protected Members
QCString
m_sAppId
int
m_iJobId
ListProgress *
listProgress
DefaultProgress *
defaultProgress
unsigned long
m_iTotalSize
unsigned long
m_iTotalFiles
unsigned long
m_iProcessedSize
unsigned long
m_iProcessedFiles
unsigned long
m_iSpeed
QTime
m_remainingTime
Detailed Description
One item in the
ListProgress
Generated by: root@porky.devel.redhat.com on Wed May 10 08:56:52 2000, using kdoc 2.0a35.