ListProgress Class Reference
List view in the UIServer. More...
#include <uiserver.h>
Inheritance diagram for ListProgress:


Public Types | |
| enum | ListProgressFields { TB_OPERATION = 0, TB_LOCAL_FILENAME = 1, TB_RESUME = 2, TB_COUNT = 3, TB_PROGRESS = 4, TB_TOTAL = 5, TB_SPEED = 6, TB_REMAINING_TIME = 7, TB_ADDRESS = 8 } |
| Field constants. More... | |
Public Member Functions | |
| ListProgress (QWidget *parent=0, const char *name=0) | |
Protected Member Functions | |
| void | readConfig () |
| void | writeConfig () |
Protected Attributes | |
| int | lv_operation |
| int | lv_filename |
| int | lv_resume |
| int | lv_count |
| int | lv_progress |
| int | lv_size |
| int | lv_speed |
| int | lv_remaining |
| int | lv_url |
Friends | |
| class | ProgressItem |
Detailed Description
List view in the UIServer.
Definition at line 134 of file uiserver.h.
Member Enumeration Documentation
|
|
Field constants.
Definition at line 147 of file uiserver.h. |
The documentation for this class was generated from the following files:
