svgui
1.9
|
#include <ProgressDialog.h>
Public Slots | |
virtual void | setMessage (QString text) |
virtual void | setProgress (int percentage) |
Signals | |
void | showing () |
void | cancelled () |
Public Member Functions | |
ProgressDialog (QString message, bool cancellable, int timeBeforeShow=0, QWidget *parent=0) | |
virtual | ~ProgressDialog () |
virtual bool | isDefinite () const |
virtual void | setDefinite (bool definite) |
virtual bool | wasCancelled () const |
Protected Slots | |
virtual void | showTimerElapsed () |
void | canceled () |
Protected Attributes | |
QProgressDialog * | m_dialog |
QTimer * | m_showTimer |
bool | m_timerElapsed |
bool | m_cancelled |
Definition at line 23 of file ProgressDialog.h.
ProgressDialog::ProgressDialog | ( | QString | message, |
bool | cancellable, | ||
int | timeBeforeShow = 0 , |
||
QWidget * | parent = 0 |
||
) |
Definition at line 22 of file ProgressDialog.cpp.
References canceled(), m_dialog, m_showTimer, m_timerElapsed, and showTimerElapsed().
|
virtual |
Definition at line 47 of file ProgressDialog.cpp.
References m_dialog, and m_showTimer.
|
virtual |
|
virtual |
Definition at line 60 of file ProgressDialog.cpp.
References m_dialog.
|
virtual |
Definition at line 80 of file ProgressDialog.cpp.
References m_cancelled.
|
signal |
Referenced by setProgress(), and showTimerElapsed().
|
signal |
Referenced by canceled().
|
virtualslot |
Definition at line 67 of file ProgressDialog.cpp.
References m_dialog.
|
virtualslot |
Definition at line 97 of file ProgressDialog.cpp.
References isDefinite(), m_dialog, m_timerElapsed, and showing().
|
protectedvirtualslot |
Definition at line 86 of file ProgressDialog.cpp.
References m_dialog, m_timerElapsed, and showing().
Referenced by ProgressDialog().
|
protectedslot |
Definition at line 73 of file ProgressDialog.cpp.
References cancelled(), and m_cancelled.
Referenced by ProgressDialog().
|
protected |
Definition at line 50 of file ProgressDialog.h.
Referenced by isDefinite(), ProgressDialog(), setDefinite(), setMessage(), setProgress(), showTimerElapsed(), and ~ProgressDialog().
|
protected |
Definition at line 51 of file ProgressDialog.h.
Referenced by ProgressDialog(), and ~ProgressDialog().
|
protected |
Definition at line 52 of file ProgressDialog.h.
Referenced by ProgressDialog(), setProgress(), and showTimerElapsed().
|
protected |
Definition at line 53 of file ProgressDialog.h.
Referenced by canceled(), and wasCancelled().