GME
13
|
#include <GMESmallMessageBox.h>
Public Types | |
enum | { IDD = IDD_PROGRESS_DIALOG } |
Public Member Functions | |
bool | IncrementProgress () |
void | DoModeless (int iRange) |
void | UndoModeless () |
CSmallMessageBox (CWnd *pParent=NULL) | |
virtual BOOL | PreTranslateMessage (MSG *pMsg) |
Public Attributes | |
CString | m_strMessage |
bool | m_bCloseRequested |
bool | m_bModeless |
CProgressCtrl | m_ctrlProgress |
CStatic | m_lblMessage |
CButton | m_btnOK |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
afx_msg void | OnClickOK () |
virtual BOOL | OnInitDialog () |
Definition at line 25 of file GMESmallMessageBox.h.
anonymous enum |
Definition at line 52 of file GMESmallMessageBox.h.
CSmallMessageBox::CSmallMessageBox | ( | CWnd * | pParent = NULL | ) |
Definition at line 24 of file GMESmallMessageBox.cpp.
void CSmallMessageBox::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 34 of file GMESmallMessageBox.cpp.
void CSmallMessageBox::DoModeless | ( | int | iRange | ) |
Definition at line 107 of file GMESmallMessageBox.cpp.
bool CSmallMessageBox::IncrementProgress | ( | ) |
Definition at line 88 of file GMESmallMessageBox.cpp.
void CSmallMessageBox::OnClickOK | ( | ) | [protected] |
Definition at line 70 of file GMESmallMessageBox.cpp.
BOOL CSmallMessageBox::OnInitDialog | ( | ) | [protected, virtual] |
Definition at line 55 of file GMESmallMessageBox.cpp.
BOOL CSmallMessageBox::PreTranslateMessage | ( | MSG * | pMsg | ) | [virtual] |
Definition at line 83 of file GMESmallMessageBox.cpp.
void CSmallMessageBox::UndoModeless | ( | ) |
Definition at line 119 of file GMESmallMessageBox.cpp.
Definition at line 33 of file GMESmallMessageBox.h.
Definition at line 34 of file GMESmallMessageBox.h.
CButton CSmallMessageBox::m_btnOK |
Definition at line 55 of file GMESmallMessageBox.h.
CProgressCtrl CSmallMessageBox::m_ctrlProgress |
Definition at line 53 of file GMESmallMessageBox.h.
CStatic CSmallMessageBox::m_lblMessage |
Definition at line 54 of file GMESmallMessageBox.h.
CString CSmallMessageBox::m_strMessage |
Definition at line 32 of file GMESmallMessageBox.h.