source: OGRE/trunk/ogrenew/Docs/api/html/classOgre_1_1ErrorDialog.html @ 657

Revision 657, 7.2 KB checked in by mattausch, 18 years ago (diff)

added ogre dependencies and patched ogre sources

Line 
1<html>
2<head>
3<title>Ogre::ErrorDialog class Reference - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4<link type="text/css" rel="stylesheet" href="style.css">
5</head>
6
7<body>
8<!-- Generated by Doxygen 1.3.6 -->
9<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="namespacemembers.html">Namespace&nbsp;Members</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
10<h1>Ogre::ErrorDialog Class Reference</h1>Class for displaying the error dialog if <a class="el" href="namespaceOgre.html">Ogre</a> fails badly. 
11<a href="#_details">More...</a>
12<p>
13<code>#include &lt;<a class="el" href="OgreErrorDialog_8h-source.html">OgreErrorDialog.h</a>&gt;</code>
14<p>
15<p>Inheritance diagram for Ogre::ErrorDialog:
16<p><center><img src="classOgre_1_1ErrorDialog.png" usemap="#Ogre::ErrorDialog_map" border="0" alt=""></center>
17<map name="Ogre::ErrorDialog_map">
18<area href="classOgre_1_1GLXError.html" alt="Ogre::GLXError" shape="rect" coords="0,56,148,80">
19<area href="classOgre_1_1SDLError.html" alt="Ogre::SDLError" shape="rect" coords="158,56,306,80">
20<area href="classOgre_1_1Win32ErrorDialog.html" alt="Ogre::Win32ErrorDialog" shape="rect" coords="316,56,464,80">
21</map>
22<a href="classOgre_1_1ErrorDialog-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
23<tr><td></td></tr>
24<tr><td colspan=2><br><h2>Public Member Functions</h2></td></tr>
25<tr><td class="memItemLeft" nowrap align=right valign=top>virtual&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1ErrorDialog.html#Ogre_1_1ErrorDialoga0">~ErrorDialog</a> ()</td></tr>
26
27<tr><td class="memItemLeft" nowrap align=right valign=top>virtual void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1ErrorDialog.html#Ogre_1_1ErrorDialoga1">display</a> (const <a class="el" href="namespaceOgre.html#a426">String</a> &amp;errorMessage, <a class="el" href="namespaceOgre.html#a426">String</a> logName="")=0</td></tr>
28
29<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Displays the error dialog.  <a href="#Ogre_1_1ErrorDialoga1"></a><br><br></td></tr>
30</table>
31<hr><a name="_details"></a><h2>Detailed Description</h2>
32Class for displaying the error dialog if <a class="el" href="namespaceOgre.html">Ogre</a> fails badly.
33<p>
34
35<p>
36Definition at line <a class="el" href="OgreErrorDialog_8h-source.html#l00036">36</a> of file <a class="el" href="OgreErrorDialog_8h-source.html">OgreErrorDialog.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
37<a class="anchor" name="Ogre_1_1ErrorDialoga0" doxytag="Ogre::ErrorDialog::~ErrorDialog" ></a><p>
38<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
39  <tr>
40    <td class="mdRow">
41      <table cellpadding="0" cellspacing="0" border="0">
42        <tr>
43          <td class="md" nowrap valign="top"> virtual Ogre::ErrorDialog::~<a class="el" href="classOgre_1_1ErrorDialog.html">ErrorDialog</a> </td>
44          <td class="md" valign="top">(&nbsp;</td>
45          <td class="mdname1" valign="top" nowrap>          </td>
46          <td class="md" valign="top">&nbsp;)&nbsp;</td>
47          <td class="md" nowrap><code> [virtual]</code></td>
48        </tr>
49
50      </table>
51    </td>
52  </tr>
53</table>
54<table cellspacing=5 cellpadding=0 border=0>
55  <tr>
56    <td>
57      &nbsp;
58    </td>
59    <td>
60
61<p>
62    </td>
63  </tr>
64</table>
65<hr><h2>Member Function Documentation</h2>
66<a class="anchor" name="Ogre_1_1ErrorDialoga1" doxytag="Ogre::ErrorDialog::display" ></a><p>
67<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
68  <tr>
69    <td class="mdRow">
70      <table cellpadding="0" cellspacing="0" border="0">
71        <tr>
72          <td class="md" nowrap valign="top"> virtual void Ogre::ErrorDialog::display </td>
73          <td class="md" valign="top">(&nbsp;</td>
74          <td class="md" nowrap valign="top">const <a class="el" href="namespaceOgre.html#a426">String</a> &amp;&nbsp;</td>
75          <td class="mdname" nowrap> <em>errorMessage</em>, </td>
76        </tr>
77        <tr>
78          <td class="md" nowrap align="right"></td>
79          <td></td>
80          <td class="md" nowrap><a class="el" href="namespaceOgre.html#a426">String</a>&nbsp;</td>
81          <td class="mdname" nowrap> <em>logName</em> = ""</td>
82        </tr>
83        <tr>
84          <td></td>
85          <td class="md">)&nbsp;</td>
86          <td class="md" colspan="2"><code> [pure virtual]</code></td>
87        </tr>
88
89      </table>
90    </td>
91  </tr>
92</table>
93<table cellspacing=5 cellpadding=0 border=0>
94  <tr>
95    <td>
96      &nbsp;
97    </td>
98    <td>
99
100<p>
101Displays the error dialog.
102<p>
103<dl compact><dt><b>Parameters:</b></dt><dd>
104  <table border="0" cellspacing="2" cellpadding="0">
105    <tr><td valign=top><em>errorMessage</em>&nbsp;</td><td>The error message which has caused the failure. </td></tr>
106    <tr><td valign=top><em>logName</em>&nbsp;</td><td>Optional name of the log to display in the detail pane. </td></tr>
107  </table>
108</dl>
109
110<p>
111Implemented in <a class="el" href="classOgre_1_1GLXError.html#Ogre_1_1GLXErrora1">Ogre::GLXError</a>, <a class="el" href="classOgre_1_1SDLError.html#Ogre_1_1SDLErrora1">Ogre::SDLError</a>, and <a class="el" href="classOgre_1_1Win32ErrorDialog.html#Ogre_1_1Win32ErrorDialoga1">Ogre::Win32ErrorDialog</a>.    </td>
112  </tr>
113</table>
114<hr>The documentation for this class was generated from the following file:<ul>
115<li><a class="el" href="OgreErrorDialog_8h-source.html">OgreErrorDialog.h</a></ul>
116<hr>
117<p>
118Copyright &copy; 2000-2005 by The OGRE Team<br />
119<!--Creative Commons License--><a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/"><img alt="Creative Commons License" border="0" src="http://creativecommons.org/images/public/somerights20.png"/></a><br/>
120This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/">Creative Commons Attribution-ShareAlike 2.5 License</a>.<br/>
121                <!--/Creative Commons License--><!-- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
122                <Work rdf:about="">
123                        <license rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" />
124        <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" />
125                </Work>
126                <License rdf:about="http://creativecommons.org/licenses/by-sa/2.5/"><permits rdf:resource="http://web.resource.org/cc/Reproduction"/><permits rdf:resource="http://web.resource.org/cc/Distribution"/><requires rdf:resource="http://web.resource.org/cc/Notice"/><requires rdf:resource="http://web.resource.org/cc/Attribution"/><permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/><requires rdf:resource="http://web.resource.org/cc/ShareAlike"/></License></rdf:RDF> -->
127
128Last modified Sun Feb 12 13:00:24 2006
129</p>
130</body>
131</html>
Note: See TracBrowser for help on using the repository browser.