kio
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, TB_MAX = 9 } |
Public Member Functions | |
ListProgress (QWidget *parent=0, const char *name=0) | |
virtual | ~ListProgress () |
Protected Slots | |
void | columnWidthChanged (int column) |
Protected Member Functions | |
void | applySettings () |
void | createColumns () |
void | readSettings () |
void | writeSettings () |
Protected Attributes | |
bool | m_fixedColumnWidths |
ListProgressColumnConfig | m_lpcc [TB_MAX] |
bool | m_showHeader |
KSqueezedTextLabel * | m_squeezer |
Detailed Description
List view in the UIServer.
For internal use only.
Definition at line 58 of file uiserver.h.
Member Enumeration Documentation
Field constants.
- Enumerator:
-
TB_OPERATION TB_LOCAL_FILENAME TB_RESUME TB_COUNT TB_PROGRESS TB_TOTAL TB_SPEED TB_REMAINING_TIME TB_ADDRESS TB_MAX
Definition at line 71 of file uiserver.h.
Constructor & Destructor Documentation
ListProgress::ListProgress | ( | QWidget * | parent = 0 , |
|
const char * | name = 0 | |||
) |
Definition at line 457 of file uiserver.cpp.
ListProgress::~ListProgress | ( | ) | [virtual] |
Definition at line 486 of file uiserver.cpp.
Member Function Documentation
void ListProgress::applySettings | ( | ) | [protected] |
Definition at line 489 of file uiserver.cpp.
void ListProgress::columnWidthChanged | ( | int | column | ) | [protected, slot] |
Definition at line 548 of file uiserver.cpp.
void ListProgress::createColumns | ( | ) | [protected] |
void ListProgress::readSettings | ( | ) | [protected] |
Definition at line 529 of file uiserver.cpp.
void ListProgress::writeSettings | ( | ) | [protected] |
Definition at line 562 of file uiserver.cpp.
Member Data Documentation
bool ListProgress::m_fixedColumnWidths [protected] |
Definition at line 96 of file uiserver.h.
ListProgressColumnConfig ListProgress::m_lpcc[TB_MAX] [protected] |
Definition at line 97 of file uiserver.h.
bool ListProgress::m_showHeader [protected] |
Definition at line 95 of file uiserver.h.
KSqueezedTextLabel* ListProgress::m_squeezer [protected] |
Definition at line 99 of file uiserver.h.
The documentation for this class was generated from the following files: