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

Ogre::SDLError Class Reference

Simple CLI error output. More...

#include <OgreSDLError.h>

Inheritance diagram for Ogre::SDLError:

Ogre::ErrorDialog List of all members.

Public Methods

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


Detailed Description

Simple CLI error output.


Constructor & Destructor Documentation

Ogre::SDLError::SDLError   [inline]
 


Member Function Documentation

void Ogre::SDLError::display String    errorMessage,
String    logName = ""
[inline, 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.

Implements Ogre::ErrorDialog.

Copyright © 2002 by The OGRE Team