#include <OgreWin32ErrorDialog.h>
Inheritance diagram for Ogre::Win32ErrorDialog:
Public Methods | |
Win32ErrorDialog (HINSTANCE hInst) | |
void | display (const String &errorMessage, String logName="") |
Displays the error dialog. | |
Static Protected Methods | |
BOOL CALLBACK | DlgProc (HWND hDlg, UINT iMsg, WPARAM wParam, LPARAM lParam) |
Callback to process window events. | |
Protected Attributes | |
String | mErrorMsg |
HINSTANCE | mHInstance |
Definition at line 35 of file OgreWin32ErrorDialog.h.
|
Definition at line 30 of file OgreWin32ErrorDialog.cpp. References mHInstance. |
|
Displays the error dialog.
Implements Ogre::ErrorDialog. Definition at line 78 of file OgreWin32ErrorDialog.cpp. References DlgProc(), mErrorMsg, mHInstance, and Ogre::String. |
|
Callback to process window events.
Definition at line 37 of file OgreWin32ErrorDialog.cpp. References mErrorMsg. Referenced by display(). |
|
Definition at line 46 of file OgreWin32ErrorDialog.h. |
|
Definition at line 50 of file OgreWin32ErrorDialog.h. Referenced by display(), and Win32ErrorDialog(). |
Copyright © 2002-2003 by The OGRE Team
Last modified Sun Nov 28 19:51:47 2004