#include <ProgressDlg.h>
Public Types | |
| enum | { IDD = IDD_PROGRESS_DLG } |
Public Methods | |
| CProgressDlg (CWnd *pParent=NULL) | |
| bool | inq_abort (void) |
| Runs the event loop, and returns true if the cancel button has been pressed. | |
| void | set_progress (int) |
| Sets the position of the progress bar. | |
| void | set_text (int ids) |
| Sets the static text to the given string resource ID. | |
Public Attributes | |
| CProgressCtrl | m_progress_ctrl |
| CStatic | m_msg_static |
Protected Methods | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| virtual void | OnCancel () |
Private Attributes | |
| bool | m_abort |
|
|
|
|
|
|
|
|
|
|
|
Runs the event loop, and returns true if the cancel button has been pressed.
|
|
|
|
|
|
Sets the position of the progress bar.
|
|
|
Sets the static text to the given string resource ID.
|
|
|
|
|
|
|
|
|
|
1.2.16