class ProgressItem

One item in the ListProgress More...

Internal Use Only
Definition#include <uiserver.h>
InheritsQListViewItem [public ], QObject [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Public Slots

Signals

Protected Slots

Protected Members


Detailed Description

One item in the ListProgress

 ProgressItem ( ListProgress* view, QListViewItem *after, QCString app_id, int job_id, bool showDefault = true )

 ~ProgressItem ()

QCString  appId ()

int  jobId ()

void  setVisible ( bool visible )

bool  isVisible ()

[const]

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  setInfoMessage ( const QString & msg )

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  setStating ( const KURL& url )

void  setMounting ( const QString & dev, const QString & point )

void  setUnmounting ( const QString & point )

void  setCanResume ( unsigned long offset )

unsigned long  totalSize ()

unsigned long  totalFiles ()

unsigned long  processedSize ()

unsigned long  processedFiles ()

unsigned long  speed ()

QTime  remainingTime ()

void  slotShowDefaultProgress ()

[slot]

void  slotToggleDefaultProgress ()

[slot]

void  slotCanceled ()

[protected slots: slot]

void  jobCanceled ( ProgressItem* )

[signal]

QCString m_sAppId

[protected: ]

int m_iJobId

[protected: ]

bool m_visible

[protected: ]

ListProgress * listProgress

[protected: ]

DefaultProgress * defaultProgress

[protected: ]

unsigned long m_iTotalSize

[protected: ]

unsigned long m_iTotalFiles

[protected: ]

unsigned long m_iProcessedSize

[protected: ]

unsigned long m_iProcessedFiles

[protected: ]

unsigned long m_iSpeed

[protected: ]

QTime m_remainingTime

[protected: ]


Generated by: marc@yogi on Tue Mar 27 13:07:59 2001, using kdoc 2.0a48.