#include <OgreErrorDialogImp.h>
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 () | |
| ~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 |
Definition at line 37 of file GLX/OgreErrorDialogImp.h.
| Ogre::ErrorDialog::ErrorDialog | ( | ) |
| Ogre::ErrorDialog::ErrorDialog | ( | ) |
| Ogre::ErrorDialog::ErrorDialog | ( | ) |
| Ogre::ErrorDialog::ErrorDialog | ( | ) |
| Ogre::ErrorDialog::~ErrorDialog | ( | ) |
Definition at line 50 of file WIN32/OgreErrorDialogImp.h.
| errorMessage | The error message which has caused the failure. | |
| logName | Optional name of the log to display in the detail pane. |
| errorMessage | The error message which has caused the failure. | |
| logName | Optional name of the log to display in the detail pane. |
| errorMessage | The error message which has caused the failure. | |
| logName | Optional name of the log to display in the detail pane. |
| errorMessage | The error message which has caused the failure. | |
| logName | Optional name of the log to display in the detail pane. |
| static INT_PTR CALLBACK Ogre::ErrorDialog::DlgProc | ( | HWND | hDlg, | |
| UINT | iMsg, | |||
| WPARAM | wParam, | |||
| LPARAM | lParam | |||
| ) | [static, protected] |
Callback to process window events.
String Ogre::ErrorDialog::mErrorMsg [protected] |
Definition at line 63 of file WIN32/OgreErrorDialogImp.h.
HINSTANCE Ogre::ErrorDialog::mHInstance [protected] |
Definition at line 71 of file WIN32/OgreErrorDialogImp.h.
Copyright © 2000-2005 by The OGRE Team

This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Mon Jun 16 12:49:05 2008