|
GME
13
|
Go to the source code of this file.
Classes | |
| class | CProgressDialog |
| class | CProgressThread |
Defines | |
| #define | WM_PROGRESSWINDOW_SENDLOGLINE (WM_APP+2001) |
| #define | WM_PROGRESSWINDOW_CLOSE (WM_PROGRESSWINDOW_SENDLOGLINE + 1) |
Functions | |
| void | CloseProgressWindow () |
| void | UpdateProgress (LPCTSTR msg) |
Variables | |
| static CProgressThread * | pThread = NULL |
| #define WM_PROGRESSWINDOW_CLOSE (WM_PROGRESSWINDOW_SENDLOGLINE + 1) |
Definition at line 8 of file ProgressWindow.cpp.
| #define WM_PROGRESSWINDOW_SENDLOGLINE (WM_APP+2001) |
Definition at line 7 of file ProgressWindow.cpp.
| void CloseProgressWindow | ( | ) |
Definition at line 138 of file ProgressWindow.cpp.
| void UpdateProgress | ( | LPCTSTR | msg | ) |
Definition at line 149 of file ProgressWindow.cpp.
CProgressThread* pThread = NULL [static] |
Definition at line 136 of file ProgressWindow.cpp.
1.7.6.1