#include <KeosWin32ErrorDialog.h>
Inheritance diagram for Keos::CWin32ErrorDialog:

Public Member Functions | |
| CWin32ErrorDialog (HINSTANCE hInst) | |
| Constructor. | |
| virtual | ~CWin32ErrorDialog () |
| Destructor. | |
| void | Display (const String &strErrorMessage) |
| See IConfigDialog. | |
Static Protected Member Functions | |
| static BOOL CALLBACK | DlgProc (HWND hDlg, UINT iMsg, WPARAM wParam, LPARAM lParam) |
| Callback to process window events. | |
Protected Attributes | |
| String | m_strErrorMsg |
| Error mesage. | |
| HINSTANCE | m_HInstance |
| HInstance of application, for dialog. | |
Definition at line 32 of file KeosWin32ErrorDialog.h.
| Keos::CWin32ErrorDialog::CWin32ErrorDialog | ( | HINSTANCE | hInst | ) |
Constructor.
| hInst | HInstance of application. |
Definition at line 36 of file KeosWin32ErrorDialog.cpp.
References m_HInstance.
| Keos::CWin32ErrorDialog::~CWin32ErrorDialog | ( | ) | [virtual] |
| void Keos::CWin32ErrorDialog::Display | ( | const String & | strErrorMessage | ) | [virtual] |
See IConfigDialog.
Implements Keos::IErrorDialog.
Definition at line 87 of file KeosWin32ErrorDialog.cpp.
References dlg, DlgProc(), IDD_DIALOG_ERROR, m_HInstance, and m_strErrorMsg.
| BOOL Keos::CWin32ErrorDialog::DlgProc | ( | HWND | hDlg, | |
| UINT | iMsg, | |||
| WPARAM | wParam, | |||
| LPARAM | lParam | |||
| ) | [static, protected] |
Callback to process window events.
Definition at line 46 of file KeosWin32ErrorDialog.cpp.
References dlg, and IDC_ERRMSG.
Referenced by Display().
String Keos::CWin32ErrorDialog::m_strErrorMsg [protected] |
HINSTANCE Keos::CWin32ErrorDialog::m_HInstance [protected] |
HInstance of application, for dialog.
Definition at line 58 of file KeosWin32ErrorDialog.h.
Referenced by CWin32ErrorDialog(), and Display().
1.5.1-p1