OGRE  1.8
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Ogre::ErrorDialog Class Reference

Class for displaying the error dialog if Ogre fails badly. More...

#include <OgreErrorDialogImp.h>

Public Member Functions

 ErrorDialog ()
 
 ErrorDialog ()
 
 ErrorDialog ()
 
 ErrorDialog ()
 
 ErrorDialog ()
 
 ErrorDialog ()
 
 ErrorDialog ()
 
 ~ErrorDialog ()
 
void display (const String &errorMessage, String logName="")
 
void display (const String &errorMessage, String logName="")
 
void display (const String &errorMessage, String logName="")
 
void display (const String &errorMessage, String logName="")
 
void display (const String &errorMessage, String logName="")
 
void display (const String &errorMessage, String logName="")
 
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. More...
 

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

Ogre::ErrorDialog::ErrorDialog ( )
Ogre::ErrorDialog::ErrorDialog ( )
Ogre::ErrorDialog::ErrorDialog ( )
Ogre::ErrorDialog::ErrorDialog ( )
Ogre::ErrorDialog::ErrorDialog ( )
Ogre::ErrorDialog::ErrorDialog ( )
Ogre::ErrorDialog::ErrorDialog ( )
Ogre::ErrorDialog::~ErrorDialog ( )
inline

Definition at line 50 of file WIN32/OgreErrorDialogImp.h.

Member Function Documentation

void Ogre::ErrorDialog::display ( const String errorMessage,
String  logName = "" 
)
Remarks
Displays the error dialog.
Parameters
errorMessageThe error message which has caused the failure.
logNameOptional name of the log to display in the detail pane.
void Ogre::ErrorDialog::display ( const String errorMessage,
String  logName = "" 
)
Remarks
Displays the error dialog.
Parameters
errorMessageThe error message which has caused the failure.
logNameOptional name of the log to display in the detail pane.
void Ogre::ErrorDialog::display ( const String errorMessage,
String  logName = "" 
)
Remarks
Displays the error dialog.
Parameters
errorMessageThe error message which has caused the failure.
logNameOptional name of the log to display in the detail pane.
void Ogre::ErrorDialog::display ( const String errorMessage,
String  logName = "" 
)
Remarks
Displays the error dialog.
Parameters
errorMessageThe error message which has caused the failure.
logNameOptional name of the log to display in the detail pane.
void Ogre::ErrorDialog::display ( const String errorMessage,
String  logName = "" 
)
Remarks
Displays the error dialog.
Parameters
errorMessageThe error message which has caused the failure.
logNameOptional name of the log to display in the detail pane.
void Ogre::ErrorDialog::display ( const String errorMessage,
String  logName = "" 
)
Remarks
Displays the error dialog.
Parameters
errorMessageThe error message which has caused the failure.
logNameOptional name of the log to display in the detail pane.
void Ogre::ErrorDialog::display ( const String errorMessage,
String  logName = "" 
)
Remarks
Displays the error dialog.
Parameters
errorMessageThe error message which has caused the failure.
logNameOptional 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 
)
staticprotected

Callback to process window events.

Member Data Documentation

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.


The documentation for this class was generated from the following file: