#include <ProgressDialog.h>
Public Types | |
IDD = IDD_PROGRESS | |
IDH = IDR_HTML_PROGRESSDIALOG | |
enum | { IDD = IDD_PROGRESS, IDH = IDR_HTML_PROGRESSDIALOG } |
Public Member Functions | |
ProgressDialog (CWnd *pParent=NULL) | |
virtual | ~ProgressDialog () |
void | SetRange (int min, int max) |
void | SetPos (int pos) |
void | SetText (char *text) |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual BOOL | OnInitDialog () |
ProgressDialog::ProgressDialog | ( | CWnd * | pParent = NULL |
) |
ProgressDialog::~ProgressDialog | ( | ) | [virtual] |
void ProgressDialog::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
BOOL ProgressDialog::OnInitDialog | ( | ) | [protected, virtual] |
void ProgressDialog::SetPos | ( | int | pos | ) |
sets position of progress bar
pos | current position of progressbar between min and max |
void ProgressDialog::SetRange | ( | int | min, | |
int | max | |||
) |
sets range of progress bar
min | 0% value of progressbar | |
max | 100% value of progressbar |
void ProgressDialog::SetText | ( | char * | text | ) |
sets text above the progress bar
text | pointer to text |