|
| ProgressDialog () |
|
| ~ProgressDialog () override |
|
ProgressDialog & | operator= (const ProgressDialog &) |
|
bool | DoUpdate (int value, const wxString &newmsg) |
|
| wxProgressDialog (const wxString &title, const wxString &message, int maximum=100, wxWindow *parent=NULL, int style=wxPD_APP_MODAL|wxPD_AUTO_HIDE) |
|
| wxGenericProgressDialog (const wxString &title, const wxString &message, int maximum=100, wxWindow *parent=NULL, int style=wxPD_AUTO_HIDE|wxPD_APP_MODAL) |
|
virtual | ~wxGenericProgressDialog () |
|
int | GetValue () const |
|
int | GetRange () const |
|
wxString | GetMessage () const |
|
virtual bool | Pulse (const wxString &newmsg=wxEmptyString, bool *skip=NULL) |
|
void | Resume () |
|
void | SetRange (int maximum) |
|
bool | WasCancelled () const |
|
bool | WasSkipped () const |
|
virtual bool | Update (int value, const wxString &newmsg=wxEmptyString, bool *skip=NULL) |
|
virtual int | ShowModal () |
|
Definition at line 22 of file sc_progress.cpp.
◆ ProgressDialog()
ProgressDialog::ProgressDialog |
( |
| ) |
|
|
inline |
◆ ~ProgressDialog()
ProgressDialog::~ProgressDialog |
( |
| ) |
|
|
inlineoverride |
◆ DoUpdate()
bool ProgressDialog::DoUpdate |
( |
int |
value, |
|
|
const wxString & |
newmsg |
|
) |
| |
|
inline |
◆ operator=()
The documentation for this class was generated from the following file: