OGRE  1.9.0
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 ()
 
 ~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="")
 
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 40 of file OgreErrorDialogImpWinRT.h.

Constructor & Destructor Documentation

◆ ErrorDialog() [1/8]

Ogre::ErrorDialog::ErrorDialog ( )

◆ ErrorDialog() [2/8]

Ogre::ErrorDialog::ErrorDialog ( )

◆ ErrorDialog() [3/8]

Ogre::ErrorDialog::ErrorDialog ( )

◆ ErrorDialog() [4/8]

Ogre::ErrorDialog::ErrorDialog ( )

◆ ErrorDialog() [5/8]

Ogre::ErrorDialog::ErrorDialog ( )

◆ ErrorDialog() [6/8]

Ogre::ErrorDialog::ErrorDialog ( )

◆ ErrorDialog() [7/8]

Ogre::ErrorDialog::ErrorDialog ( )

◆ ~ErrorDialog() [1/2]

Ogre::ErrorDialog::~ErrorDialog ( )

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

◆ ErrorDialog() [8/8]

Ogre::ErrorDialog::ErrorDialog ( )

◆ ~ErrorDialog() [2/2]

Ogre::ErrorDialog::~ErrorDialog ( )

Definition at line 44 of file OgreErrorDialogImpWinRT.h.

Member Function Documentation

◆ display() [1/8]

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.

◆ display() [2/8]

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.

◆ display() [3/8]

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.

◆ display() [4/8]

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.

◆ display() [5/8]

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.

◆ display() [6/8]

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.

◆ display() [7/8]

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.

◆ display() [8/8]

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.

◆ DlgProc()

static INT_PTR CALLBACK Ogre::ErrorDialog::DlgProc ( HWND hDlg,
UINT iMsg,
WPARAM wParam,
LPARAM lParam )
staticprotected

Callback to process window events.

Member Data Documentation

◆ mErrorMsg

String Ogre::ErrorDialog::mErrorMsg
protected

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

◆ mHInstance

HINSTANCE Ogre::ErrorDialog::mHInstance
protected

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


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