Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > bad97183153701b09df5fae1052b1c30 > files > 3298

crystalspace-doc-1.2.1-5mdv2010.0.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Crystal Space 1.2.1: iNativeWindow Struct Reference (Crystal Space 1.2.1 Public API Reference)</title>
<link href="tabs.css" rel="stylesheet" type="text/css">
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="head">
 <tr height="59">
  <td class="head" width="202" valign="bottom" style="padding-left:0;"><a href="http://www.crystalspace3d.org/"><img src="csblur.png" width="236" height="59" alt="CrystalSpace" border="0"></a></td>
  <td class="head"><h2>Public API Reference</h2></td>
 </tr>
 <tr height="11">
  <td colspan="2" class="headshadow" valign="top" style="padding-left:0;"><img src="csblurb.png" width="236" height="11" alt="" border="0"></td>
 </tr>
</table>
<div class="content">
<!-- Generated by Doxygen 1.5.3 -->
<div class="tabs">
  <ul>
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
    <li><a href="modules.html"><span>Modules</span></a></li>
    <li><a href="namespaces.html"><span>Namespaces</span></a></li>
    <li class="current"><a href="classes.html"><span>Classes</span></a></li>
    <li><a href="files.html"><span>Files</span></a></li>
    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
  </ul>
</div>
<div class="tabs">
  <ul>
    <li><a href="classes.html"><span>Alphabetical&nbsp;List</span></a></li>
    <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
    <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
    <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
  </ul>
</div>
<h1>iNativeWindow Struct Reference<br>
<small>
[<a class="el" href="group__gfx2d.html">2D</a>]</small>
</h1><!-- doxytag: class="iNativeWindow" --><!-- doxytag: inherits="iBase" -->This interface represents a native window.  
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="natwin_8h-source.html">ivideo/natwin.h</a>&gt;</code>
<p>
<div class="dynheader">
Inheritance diagram for iNativeWindow:</div>
<div class="dynsection">
<p><center><img src="structiNativeWindow__inherit__graph.png" border="0" usemap="#iNativeWindow__inherit__map" alt="Inheritance graph"></center>
<map name="iNativeWindow__inherit__map">
<area shape="rect" href="classscfImplementation7.html" title="scfImplementation7\&lt; csGraphics2D, iGraphics2D, iComponent, iNativeWindow, iNativeWindowManager, iPluginConfig, iDebugHelper, iEventHandler \&gt;" alt="" coords="275,5,1267,32"><area shape="rect" href="structiBase.html" title="This is the basic interface: all other interfaces should be derived from this one..." alt="" coords="5,5,61,32"><area shape="rect" href="classcsGraphics2D.html" title="This is the base class for 2D canvases." alt="" coords="1315,5,1424,32"><area shape="rect" href="classscfImplementationExt2.html" title="scfImplementationExt2\&lt; csGraphics2DGLCommon, csGraphics2D, iEventPlug, iOpenGLDriverDatabase \&gt;" alt="" coords="1473,5,2183,32"><area shape="rect" href="classcsGraphics2DGLCommon.html" title="Basic OpenGL version of the 2D driver class." alt="" coords="2232,5,2421,32"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>

<p>
<a href="structiNativeWindow-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structiNativeWindow.html#0b51739a3eb2b512c1fa3fd982750e90">SetTitle</a> (const <a class="el" href="group__util.html#g43124e776b499fd41c598b2f6d210242">wchar_t</a> *title)=0</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Set the title for this window.  <a href="#0b51739a3eb2b512c1fa3fd982750e90"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structiNativeWindow.html#dca3a8eab6088628f51d68e6487f8092">SetTitle</a> (const char *title)=0</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Set the title for this window.  <a href="#dca3a8eab6088628f51d68e6487f8092"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
This interface represents a native window. 
<p>
Main ways to get pointers to this interface:<ul>
<li><a class="el" href="structiGraphics2D.html#2dcff33536b46a742cbeb22ee8aea07f" title="Get the native window corresponding with this canvas.">iGraphics2D::GetNativeWindow()</a> </li></ul>

<p>Definition at line <a class="el" href="natwin_8h-source.html#l00087">87</a> of file <a class="el" href="natwin_8h-source.html">natwin.h</a>.</p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="0b51739a3eb2b512c1fa3fd982750e90"></a><!-- doxytag: member="iNativeWindow::SetTitle" ref="0b51739a3eb2b512c1fa3fd982750e90" args="(const wchar_t *title)=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void iNativeWindow::SetTitle           </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="group__util.html#g43124e776b499fd41c598b2f6d210242">wchar_t</a> *&nbsp;</td>
          <td class="paramname"> <em>title</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set the title for this window. 
<p>

<p>Implemented in <a class="el" href="classcsGraphics2D.html#9e983328cf70fe912f193d5606356a52">csGraphics2D</a>.</p>

</div>
</div><p>
<a class="anchor" name="dca3a8eab6088628f51d68e6487f8092"></a><!-- doxytag: member="iNativeWindow::SetTitle" ref="dca3a8eab6088628f51d68e6487f8092" args="(const char *title)=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void iNativeWindow::SetTitle           </td>
          <td>(</td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>title</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set the title for this window. 
<p>
<dl class="remark" compact><dt><b>Remarks:</b></dt><dd><code>title</code> is expected to be UTF-8 encoded. </dd></dl>

<p>Implemented in <a class="el" href="classcsGraphics2D.html#d7253c856a1d71f426d9417c84966593">csGraphics2D</a>.</p>

</div>
</div><p>
<hr>The documentation for this struct was generated from the following file:<ul>
<li>ivideo/<a class="el" href="natwin_8h-source.html">natwin.h</a></ul>
<hr size="1"><address><small>Generated for Crystal Space 1.2.1 by 
<a href="http://www.doxygen.org/index.html">doxygen</a> 1.5.3 
</small></address> </div></body> </html>