Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
MyProgressDialog Class Reference
wxProgressDialog with interface for my progress dialog More...
#include <MyProgressDialog.h>
Inheritance diagram for MyProgressDialog:

Public Member Functions | |
| MyProgressDialog (const wxString &title, const wxString &message, wxWindow *parent=NULL, int style=wxPD_AUTO_HIDE|wxPD_APP_MODAL, const wxSize &sz=wxDefaultSize) | |
| ctor. | |
| virtual | ~MyProgressDialog () |
| dtor. | |
| virtual void | updateProgressDisplay () |
| update the progress display | |
| virtual void | abortOperation () |
Detailed Description
wxProgressDialog with interface for my progress dialogAlso allows cancellation
Constructor & Destructor Documentation
|
||||||||||||||||||||||||
|
ctor.
|
|
|
dtor.
|
Member Function Documentation
|
|
Reimplemented in OptProgressDialog. |
|
|
update the progress display
|
The documentation for this class was generated from the following files:
- hugin1/base_wx/MyProgressDialog.h
- hugin1/base_wx/MyProgressDialog.cpp
1.3.9.1