ProgressDialog Class Reference

#include <ProgressDialog.h>

List of all members.

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 ()


Member Enumeration Documentation

anonymous enum

Enumerator:
IDD 
IDH 


Constructor & Destructor Documentation

ProgressDialog::ProgressDialog ( CWnd *  pParent = NULL  ) 

ProgressDialog::~ProgressDialog (  )  [virtual]


Member Function Documentation

void ProgressDialog::DoDataExchange ( CDataExchange *  pDX  )  [protected, virtual]

BOOL ProgressDialog::OnInitDialog (  )  [protected, virtual]

void ProgressDialog::SetPos ( int  pos  ) 

sets position of progress bar

Parameters:
pos current position of progressbar between min and max

void ProgressDialog::SetRange ( int  min,
int  max 
)

sets range of progress bar

Parameters:
min 0% value of progressbar
max 100% value of progressbar

void ProgressDialog::SetText ( char *  text  ) 

sets text above the progress bar

Parameters:
text pointer to text


The documentation for this class was generated from the following files:
Generated on Wed Dec 6 11:27:27 2006 by  doxygen 1.4.7