Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Ogre::ErrorDialog Class Reference

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

#include <OgreErrorDialog.h>

Inheritance diagram for Ogre::ErrorDialog:

Ogre::SDLError Ogre::Win32ErrorDialog List of all members.

Public Methods

virtual void display (String errorMessage, String logName="")=0
 Displays the error dialog. More...


Detailed Description

Class for displaying the error dialog if Ogre fails badly.


Member Function Documentation

virtual void Ogre::ErrorDialog::display String    errorMessage,
String    logName = ""
[pure virtual]
 

Displays the error dialog.

Parameters:
errorMessage  The error message which has caused the failure.
logName  Optional name of the log to display in the detail pane.

Implemented in Ogre::SDLError.

Copyright © 2002 by The OGRE Team