Sophie

Sophie

distrib > Mandriva > 10.0-com > i586 > by-pkgid > 06719cf03808e17ae6f0852ca1052dc2 > files > 3226

libogre1-devel-0.13.0-1mdk.i586.rpm

<html>
<head>
<title>Ogre::Win32ConfigDialog class Reference - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 
<link type="text/css" rel="stylesheet" href="style.css">
</head>

<body>
<!-- Generated by Doxygen 1.2.16 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="classes.html">Alphabetical List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; <a class="qindex" href="pages.html">Related Pages</a> &nbsp; </center>
<hr><h1>Ogre::Win32ConfigDialog  Class Reference</h1>A Windows 95/98/NT platform version of the default engine configuration dialog. 
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="OgreWin32ConfigDialog_8h-source.html">OgreWin32ConfigDialog.h</a>&gt;</code>
<p>
Inheritance diagram for Ogre::Win32ConfigDialog:<p><center><img src="classOgre_1_1Win32ConfigDialog__inherit__graph.png" border="0" usemap="#Ogre_1_1Win32ConfigDialog__inherit__map" alt="Inheritance graph"></center>
<map name="Ogre_1_1Win32ConfigDialog__inherit__map">
<area href="classOgre_1_1ConfigDialog.html" shape="rect" coords="25,36,145,17" alt="">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for Ogre::Win32ConfigDialog:<p><center><img src="classOgre_1_1Win32ConfigDialog__coll__graph.png" border="0" usemap="#Ogre_1_1Win32ConfigDialog__coll__map" alt="Collaboration graph"></center>
<map name="Ogre_1_1Win32ConfigDialog__coll__map">
<area href="classOgre_1_1ConfigDialog.html" shape="rect" coords="25,126,145,108" alt="">
<area href="classOgre_1_1RenderSystem.html" shape="rect" coords="19,36,152,17" alt="">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classOgre_1_1Win32ConfigDialog-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
<tr><td colspan=2><br><h2>Public Methods</h2></td></tr>
<tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1Win32ConfigDialog.html#Ogre_1_1Win32ConfigDialoga0">Win32ConfigDialog</a> (HINSTANCE hInst)</td></tr>
<tr><td nowrap align=right valign=top>bool&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1Win32ConfigDialog.html#Ogre_1_1Win32ConfigDialoga1">display</a> (void)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Overridden: see CConfigDialog.</em> <a href="#Ogre_1_1Win32ConfigDialoga1"></a><em></em></font><br><br></td></tr>
<tr><td colspan=2><br><h2>Static Protected Methods</h2></td></tr>
<tr><td nowrap align=right valign=top>BOOL CALLBACK&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1Win32ConfigDialog.html#Ogre_1_1Win32ConfigDialoge0">DlgProc</a> (HWND hDlg, UINT iMsg, WPARAM wParam, LPARAM lParam)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Callback to process window events.</em> <a href="#Ogre_1_1Win32ConfigDialoge0"></a><em></em></font><br><br></td></tr>
<tr><td colspan=2><br><h2>Protected Attributes</h2></td></tr>
<tr><td nowrap align=right valign=top>HINSTANCE&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1Win32ConfigDialog.html#Ogre_1_1Win32ConfigDialogn0">mHInstance</a></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="classOgre_1_1RenderSystem.html">RenderSystem</a> *&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1Win32ConfigDialog.html#Ogre_1_1Win32ConfigDialogn1">mSelectedRenderSystem</a></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
A Windows 95/98/NT platform version of the default engine configuration dialog.
<p>

<p>
Definition at line <a class="el" href="OgreWin32ConfigDialog_8h-source.html#l00036">36</a> of file <a class="el" href="OgreWin32ConfigDialog_8h-source.html">OgreWin32ConfigDialog.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="Ogre_1_1Win32ConfigDialoga0" doxytag="Ogre::Win32ConfigDialog::Win32ConfigDialog"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> Ogre::Win32ConfigDialog::Win32ConfigDialog </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">HINSTANCE&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>hInst</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreWin32ConfigDialog_8cpp-source.html#l00033">33</a> of file <a class="el" href="OgreWin32ConfigDialog_8cpp-source.html">OgreWin32ConfigDialog.cpp</a>.
<p>
References <a class="el" href="OgreWin32ConfigDialog_8h-source.html#l00048">mHInstance</a>, and <a class="el" href="OgreConfigDialog_8h-source.html#l00063">Ogre::ConfigDialog::mSelectedRenderSystem</a>.    </td>
  </tr>
</table>
<hr><h2>Member Function Documentation</h2>
<a name="Ogre_1_1Win32ConfigDialoga1" doxytag="Ogre::Win32ConfigDialog::display"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> bool Ogre::Win32ConfigDialog::display </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">void&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [virtual]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Overridden: see CConfigDialog.
<p>

<p>
Implements <a class="el" href="classOgre_1_1ConfigDialog.html#Ogre_1_1ConfigDialoga0">Ogre::ConfigDialog</a>.
<p>
Definition at line <a class="el" href="OgreWin32ConfigDialog_8cpp-source.html#l00274">274</a> of file <a class="el" href="OgreWin32ConfigDialog_8cpp-source.html">OgreWin32ConfigDialog.cpp</a>.
<p>
References <a class="el" href="OgreWin32ErrorDialog_8cpp-source.html#l00035">Ogre::dlg</a>, <a class="el" href="OgreWin32ConfigDialog_8cpp-source.html#l00041">DlgProc</a>(), and <a class="el" href="OgreWin32ConfigDialog_8h-source.html#l00048">mHInstance</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1Win32ConfigDialoge0" doxytag="Ogre::Win32ConfigDialog::DlgProc"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> BOOL Ogre::Win32ConfigDialog::DlgProc </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">HWND&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>hDlg</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>UINT&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>iMsg</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>WPARAM&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>wParam</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>LPARAM&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>lParam</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"><code> [static, protected]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Callback to process window events.
<p>

<p>
Definition at line <a class="el" href="OgreWin32ConfigDialog_8cpp-source.html#l00041">41</a> of file <a class="el" href="OgreWin32ConfigDialog_8cpp-source.html">OgreWin32ConfigDialog.cpp</a>.
<p>
References <a class="el" href="OgreConfigOptionMap_8h-source.html#l00049">Ogre::ConfigOptionMap</a>, <a class="el" href="OgreWin32ErrorDialog_8cpp-source.html#l00035">Ogre::dlg</a>, <a class="el" href="classOgre_1_1RenderSystem.html#Ogre_1_1RenderSystema3">Ogre::RenderSystem::getConfigOptions</a>(), <a class="el" href="OgreConfigDialog_8h-source.html#l00063">Ogre::ConfigDialog::mSelectedRenderSystem</a>, <a class="el" href="OgreRoot_8h-source.html#l00050">Ogre::RenderSystemList</a>, <a class="el" href="classOgre_1_1RenderSystem.html#Ogre_1_1RenderSystema4">Ogre::RenderSystem::setConfigOption</a>(), and <a class="el" href="classOgre_1_1RenderSystem.html#Ogre_1_1RenderSystema5">Ogre::RenderSystem::validateConfigOptions</a>().
<p>
Referenced by <a class="el" href="OgreWin32ConfigDialog_8cpp-source.html#l00274">display</a>().    </td>
  </tr>
</table>
<hr><h2>Member Data Documentation</h2>
<a name="Ogre_1_1Win32ConfigDialogn0" doxytag="Ogre::Win32ConfigDialog::mHInstance"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> HINSTANCE Ogre::Win32ConfigDialog::mHInstance<code> [protected]</code>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreWin32ConfigDialog_8h-source.html#l00048">48</a> of file <a class="el" href="OgreWin32ConfigDialog_8h-source.html">OgreWin32ConfigDialog.h</a>.
<p>
Referenced by <a class="el" href="OgreWin32ConfigDialog_8cpp-source.html#l00274">display</a>(), and <a class="el" href="OgreWin32ConfigDialog_8cpp-source.html#l00033">Win32ConfigDialog</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1Win32ConfigDialogn1" doxytag="Ogre::Win32ConfigDialog::mSelectedRenderSystem"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1RenderSystem.html">RenderSystem</a>* Ogre::ConfigDialog::mSelectedRenderSystem<code> [protected, inherited]</code>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreConfigDialog_8h-source.html#l00063">63</a> of file <a class="el" href="OgreConfigDialog_8h-source.html">OgreConfigDialog.h</a>.
<p>
Referenced by <a class="el" href="OgreWin32ConfigDialog_8cpp-source.html#l00041">DlgProc</a>(), and <a class="el" href="OgreWin32ConfigDialog_8cpp-source.html#l00033">Win32ConfigDialog</a>().    </td>
  </tr>
</table>
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="OgreWin32ConfigDialog_8h-source.html">OgreWin32ConfigDialog.h</a><li><a class="el" href="OgreWin32ConfigDialog_8cpp-source.html">OgreWin32ConfigDialog.cpp</a></ul>
<p>
Copyright &copy; 2002-2003 by The OGRE Team<br />
Last modified Wed Jan 21 00:21:22 2004
</p>
</body>
</html>