UIs::DownloadProgressBar Class Reference
#include <DownloadProgressBar.h> [code]
List of all members.
Detailed Description
Definition at line 29 of file DownloadProgressBar.h.
|
Public Member Functions |
| | DownloadProgressBar () |
| | ~DownloadProgressBar () |
| void | paint (QPainter *painter, const QRect *rect, const QStyleOptionViewItem &option) |
| void | setFileSize (int size) |
| void | addDownloadedRange (int start, int end) |
| void | removeDownloadedRange (int start, int end) |
| void | addRequestedRange (int start, int end) |
| void | removeRequestedRange (int start, int end) |
| void | addVerifiedRange (int start, int end) |
| void | removeVerifiedRange (int start, int end) |
Private Member Functions |
| | DownloadProgressBar (const DownloadProgressBar &) |
| DownloadProgressBar & | operator= (const DownloadProgressBar &) |
| void | paintRanges (QPainter *painter, const QRect &rect, QList< Range > *ranges) |
Private Attributes |
| int | fileSize |
| QList< Range > * | requestedRanges |
| QList< Range > * | downloadedRanges |
| QList< Range > * | verifiedRanges |
Classes |
| class | Range |
Constructor & Destructor Documentation
| DownloadProgressBar::DownloadProgressBar |
( |
|
) |
|
|
| UIs::DownloadProgressBar::~DownloadProgressBar |
( |
|
) |
[inline] |
|
Member Function Documentation
| void DownloadProgressBar::addDownloadedRange |
( |
int |
start, |
|
|
int |
end |
|
) |
|
|
| void DownloadProgressBar::addRequestedRange |
( |
int |
start, |
|
|
int |
end |
|
) |
|
|
| void DownloadProgressBar::addVerifiedRange |
( |
int |
start, |
|
|
int |
end |
|
) |
|
|
| void DownloadProgressBar::paint |
( |
QPainter * |
painter, |
|
|
const QRect * |
rect, |
|
|
const QStyleOptionViewItem & |
option |
|
) |
|
|
| void DownloadProgressBar::paintRanges |
( |
QPainter * |
painter, |
|
|
const QRect & |
rect, |
|
|
QList< Range > * |
ranges |
|
) |
[private] |
|
| void DownloadProgressBar::removeDownloadedRange |
( |
int |
start, |
|
|
int |
end |
|
) |
|
|
| void DownloadProgressBar::removeRequestedRange |
( |
int |
start, |
|
|
int |
end |
|
) |
|
|
| void DownloadProgressBar::removeVerifiedRange |
( |
int |
start, |
|
|
int |
end |
|
) |
|
|
| void DownloadProgressBar::setFileSize |
( |
int |
size |
) |
|
|
Member Data Documentation
The documentation for this class was generated from the following files: