Class for displaying the error dialog if Ogre fails badly.
More...
#include <OgreErrorDialogImp.h>
List of all members.
Public Member Functions |
| ErrorDialog () |
void | display (const String &errorMessage, String logName="") |
| ErrorDialog () |
void | display (const String &errorMessage, String logName="") |
| ErrorDialog () |
void | display (const String &errorMessage, String logName="") |
| ErrorDialog () |
void | display (const String &errorMessage, String logName="") |
| ErrorDialog () |
void | display (const String &errorMessage, String logName="") |
| ErrorDialog () |
void | display (const String &errorMessage, String logName="") |
| ErrorDialog () |
| ~ErrorDialog () |
void | display (const String &errorMessage, String logName="") |
Static Protected Member Functions |
static INT_PTR CALLBACK | DlgProc (HWND hDlg, UINT iMsg, WPARAM wParam, LPARAM lParam) |
| Callback to process window events.
|
Protected Attributes |
String | mErrorMsg |
HINSTANCE | mHInstance |
Detailed Description
Class for displaying the error dialog if Ogre fails badly.
Definition at line 36 of file Android/OgreErrorDialogImp.h.
Constructor & Destructor Documentation
Member Function Documentation
- Parameters:
-
errorMessage | The error message which has caused the failure. |
logName | Optional name of the log to display in the detail pane. |
- Parameters:
-
errorMessage | The error message which has caused the failure. |
logName | Optional name of the log to display in the detail pane. |
- Parameters:
-
errorMessage | The error message which has caused the failure. |
logName | Optional name of the log to display in the detail pane. |
- Parameters:
-
errorMessage | The error message which has caused the failure. |
logName | Optional name of the log to display in the detail pane. |
- Parameters:
-
errorMessage | The error message which has caused the failure. |
logName | Optional name of the log to display in the detail pane. |
- Parameters:
-
errorMessage | The error message which has caused the failure. |
logName | Optional name of the log to display in the detail pane. |
- Parameters:
-
errorMessage | The error message which has caused the failure. |
logName | Optional name of the log to display in the detail pane. |
Callback to process window events.
Member Data Documentation
The documentation for this class was generated from the following files: