GME
13
|
Public Member Functions | |
CProgressThread () | |
virtual | ~CProgressThread () |
virtual BOOL | InitInstance () |
virtual int | ExitInstance () |
afx_msg void | OnSendLogLine (WPARAM wParam, LPARAM lParam) |
afx_msg void | OnClose (WPARAM, LPARAM) |
Public Attributes | |
CEvent | initDone |
Protected Attributes | |
CProgressDialog | m_dlg |
Definition at line 77 of file ProgressWindow.cpp.
CProgressThread::CProgressThread | ( | ) | [inline] |
Definition at line 82 of file ProgressWindow.cpp.
virtual CProgressThread::~CProgressThread | ( | ) | [inline, virtual] |
Definition at line 83 of file ProgressWindow.cpp.
virtual int CProgressThread::ExitInstance | ( | ) | [inline, virtual] |
Definition at line 96 of file ProgressWindow.cpp.
virtual BOOL CProgressThread::InitInstance | ( | ) | [inline, virtual] |
Definition at line 88 of file ProgressWindow.cpp.
afx_msg void CProgressThread::OnClose | ( | WPARAM | , |
LPARAM | |||
) | [inline] |
Definition at line 119 of file ProgressWindow.cpp.
afx_msg void CProgressThread::OnSendLogLine | ( | WPARAM | wParam, |
LPARAM | lParam | ||
) | [inline] |
Definition at line 112 of file ProgressWindow.cpp.
CEvent CProgressThread::initDone |
Definition at line 104 of file ProgressWindow.cpp.
CProgressDialog CProgressThread::m_dlg [protected] |
Definition at line 109 of file ProgressWindow.cpp.