libkdepim
#include <progressdialog.h>
Public Slots | |
void | slotItemCanceled () |
Public Member Functions | |
TransactionItem (QWidget *parent, ProgressItem *item, bool first) | |
~TransactionItem () | |
void | addSubTransaction (ProgressItem *item) |
void | hideHLine () |
ProgressItem * | item () const |
void | setCrypto (bool) |
void | setItemComplete () |
void | setLabel (const QString &) |
void | setProgress (int progress) |
void | setStatus (const QString &) |
void | setTotalSteps (int totalSteps) |
Protected Attributes | |
QPushButton * | mCancelButton |
QFrame * | mFrame |
ProgressItem * | mItem |
QLabel * | mItemLabel |
QLabel * | mItemStatus |
QProgressBar * | mProgress |
SSLLabel * | mSSLLabel |
Detailed Description
Definition at line 75 of file progressdialog.h.
Constructor & Destructor Documentation
KPIM::TransactionItem::TransactionItem | ( | QWidget * | parent, |
ProgressItem * | item, | ||
bool | first | ||
) |
Definition at line 140 of file progressdialog.cpp.
KPIM::TransactionItem::~TransactionItem | ( | ) |
Definition at line 196 of file progressdialog.cpp.
Member Function Documentation
void KPIM::TransactionItem::addSubTransaction | ( | ProgressItem * | item | ) |
Definition at line 243 of file progressdialog.cpp.
void KPIM::TransactionItem::hideHLine | ( | ) |
Definition at line 200 of file progressdialog.cpp.
|
inline |
Definition at line 95 of file progressdialog.h.
void KPIM::TransactionItem::setCrypto | ( | bool | on | ) |
Definition at line 220 of file progressdialog.cpp.
|
inline |
Definition at line 101 of file progressdialog.h.
void KPIM::TransactionItem::setLabel | ( | const QString & | label | ) |
Definition at line 210 of file progressdialog.cpp.
void KPIM::TransactionItem::setProgress | ( | int | progress | ) |
Definition at line 205 of file progressdialog.cpp.
void KPIM::TransactionItem::setStatus | ( | const QString & | status | ) |
Definition at line 215 of file progressdialog.cpp.
void KPIM::TransactionItem::setTotalSteps | ( | int | totalSteps | ) |
Definition at line 231 of file progressdialog.cpp.
|
slot |
Definition at line 236 of file progressdialog.cpp.
Member Data Documentation
|
protected |
Definition at line 108 of file progressdialog.h.
|
protected |
Definition at line 111 of file progressdialog.h.
|
protected |
Definition at line 113 of file progressdialog.h.
|
protected |
Definition at line 109 of file progressdialog.h.
|
protected |
Definition at line 110 of file progressdialog.h.
|
protected |
Definition at line 107 of file progressdialog.h.
|
protected |
Definition at line 112 of file progressdialog.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:04 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.