#include <qguiprogresswidget.h>
Public Member Functions | |
QGuiProgressWidget (QGuiProgress *firstProgress, const QString &title, const QString &text, QWidget *parent=0, const char *name=0, WFlags fl=0) | |
~QGuiProgressWidget () | |
void | addProgress (QGuiProgress *pr) |
void | delProgress (QGuiProgress *pr) |
void | check () |
int | log (GWEN_LOGGER_LEVEL level, const QString &text) |
int | checkAbort () |
bool | aborted () const |
bool | shouldStay () const |
bool | hasProgresses () const |
Protected Slots | |
void | abort () |
Protected Member Functions | |
virtual void | closeEvent (QCloseEvent *e) |
Definition at line 33 of file qguiprogresswidget.h.
QGuiProgressWidget::QGuiProgressWidget | ( | QGuiProgress * | firstProgress, | |
const QString & | title, | |||
const QString & | text, | |||
QWidget * | parent = 0 , |
|||
const char * | name = 0 , |
|||
WFlags | fl = 0 | |||
) |
QGuiProgressWidget::~QGuiProgressWidget | ( | ) |
void QGuiProgressWidget::abort | ( | ) | [protected, slot] |
bool QGuiProgressWidget::aborted | ( | ) | const [inline] |
Definition at line 71 of file qguiprogresswidget.h.
void QGuiProgressWidget::addProgress | ( | QGuiProgress * | pr | ) |
void QGuiProgressWidget::check | ( | ) |
int QGuiProgressWidget::checkAbort | ( | ) |
virtual void QGuiProgressWidget::closeEvent | ( | QCloseEvent * | e | ) | [protected, virtual] |
void QGuiProgressWidget::delProgress | ( | QGuiProgress * | pr | ) |
bool QGuiProgressWidget::hasProgresses | ( | ) | const |
int QGuiProgressWidget::log | ( | GWEN_LOGGER_LEVEL | level, | |
const QString & | text | |||
) |
bool QGuiProgressWidget::shouldStay | ( | ) | const [inline] |
Definition at line 72 of file qguiprogresswidget.h.