Sophie

Sophie

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

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

<html>
<head>
<title>Ogre::ListChanger 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::ListChanger  Class Reference</h1><code>#include &lt;<a class="el" href="OgreListChanger_8h-source.html">OgreListChanger.h</a>&gt;</code>
<p>
Inheritance diagram for Ogre::ListChanger:<p><center><img src="classOgre_1_1ListChanger__inherit__graph.png" border="0" usemap="#Ogre_1_1ListChanger__inherit__map" alt="Inheritance graph"></center>
<map name="Ogre_1_1ListChanger__inherit__map">
<area href="classOgre_1_1ListGuiElement.html" shape="rect" coords="7,105,143,87" alt="">
<area href="classOgre_1_1PopupMenuGuiElement.html" shape="rect" coords="167,105,353,87" alt="">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classOgre_1_1ListChanger-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>virtual void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1ListChanger.html#Ogre_1_1ListChangera0">addListItem</a> (<a class="el" href="classOgre_1_1Resource.html">Resource</a> *r)=0</td></tr>
<tr><td nowrap align=right valign=top>virtual void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1ListChanger.html#Ogre_1_1ListChangera1">removeListItem</a> (<a class="el" href="classOgre_1_1Resource.html">Resource</a> *r)=0</td></tr>
<tr><td nowrap align=right valign=top>virtual <a class="el" href="classOgre_1_1Resource.html">Resource</a> *&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1ListChanger.html#Ogre_1_1ListChangera2">getSelectedItem</a> ()=0</td></tr>
<tr><td nowrap align=right valign=top>virtual void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1ListChanger.html#Ogre_1_1ListChangera3">setSelectedItem</a> (<a class="el" href="classOgre_1_1Resource.html">Resource</a> *r)=0</td></tr>
<tr><td nowrap align=right valign=top>virtual void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1ListChanger.html#Ogre_1_1ListChangera4">setSelectedItem</a> (<a class="el" href="classOgre_1_1Resource.html">Resource</a> *r, bool on)=0</td></tr>
<tr><td nowrap align=right valign=top>virtual <a class="el" href="namespaceOgre.html#a311">ResourceListConstIterator</a>&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1ListChanger.html#Ogre_1_1ListChangera5">getConstIterator</a> () const=0</td></tr>
<tr><td nowrap align=right valign=top>virtual <a class="el" href="namespaceOgre.html#a311">ResourceListConstIterator</a>&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1ListChanger.html#Ogre_1_1ListChangera6">getConstEndIterator</a> () const=0</td></tr>
<tr><td nowrap align=right valign=top>virtual <a class="el" href="classOgre_1_1Resource.html">Resource</a> *&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1ListChanger.html#Ogre_1_1ListChangera7">popFront</a> ()=0</td></tr>
<tr><td nowrap align=right valign=top>virtual size_t&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1ListChanger.html#Ogre_1_1ListChangera8">getListSize</a> () const=0</td></tr>
</table>
<hr><h2>Member Function Documentation</h2>
<a name="Ogre_1_1ListChangera0" doxytag="Ogre::ListChanger::addListItem"></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"> virtual void Ogre::ListChanger::addListItem </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1Resource.html">Resource</a> *&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>r</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [pure virtual]</code></td>
        </tr>

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

<p>

<p>
Implemented in <a class="el" href="classOgre_1_1ListGuiElement.html#Ogre_1_1ListGuiElementa3">Ogre::ListGuiElement</a>, and <a class="el" href="classOgre_1_1PopupMenuGuiElement.html#Ogre_1_1PopupMenuGuiElementa3">Ogre::PopupMenuGuiElement</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1ListChangera6" doxytag="Ogre::ListChanger::getConstEndIterator"></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"> virtual <a class="el" href="namespaceOgre.html#a311">ResourceListConstIterator</a> Ogre::ListChanger::getConstEndIterator </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap> const<code> [pure virtual]</code></td>
        </tr>

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

<p>

<p>
Implemented in <a class="el" href="classOgre_1_1ListGuiElement.html#Ogre_1_1ListGuiElementa30">Ogre::ListGuiElement</a>, and <a class="el" href="classOgre_1_1PopupMenuGuiElement.html#Ogre_1_1PopupMenuGuiElementa18">Ogre::PopupMenuGuiElement</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1ListChangera5" doxytag="Ogre::ListChanger::getConstIterator"></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"> virtual <a class="el" href="namespaceOgre.html#a311">ResourceListConstIterator</a> Ogre::ListChanger::getConstIterator </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap> const<code> [pure virtual]</code></td>
        </tr>

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

<p>

<p>
Implemented in <a class="el" href="classOgre_1_1ListGuiElement.html#Ogre_1_1ListGuiElementa29">Ogre::ListGuiElement</a>, and <a class="el" href="classOgre_1_1PopupMenuGuiElement.html#Ogre_1_1PopupMenuGuiElementa17">Ogre::PopupMenuGuiElement</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1ListChangera8" doxytag="Ogre::ListChanger::getListSize"></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"> virtual size_t Ogre::ListChanger::getListSize </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap> const<code> [pure virtual]</code></td>
        </tr>

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

<p>

<p>
Implemented in <a class="el" href="classOgre_1_1ListGuiElement.html#Ogre_1_1ListGuiElementa32">Ogre::ListGuiElement</a>, and <a class="el" href="classOgre_1_1PopupMenuGuiElement.html#Ogre_1_1PopupMenuGuiElementa20">Ogre::PopupMenuGuiElement</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1ListChangera2" doxytag="Ogre::ListChanger::getSelectedItem"></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"> virtual <a class="el" href="classOgre_1_1Resource.html">Resource</a>* Ogre::ListChanger::getSelectedItem </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [pure virtual]</code></td>
        </tr>

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

<p>

<p>
Implemented in <a class="el" href="classOgre_1_1ListGuiElement.html#Ogre_1_1ListGuiElementa27">Ogre::ListGuiElement</a>, and <a class="el" href="classOgre_1_1PopupMenuGuiElement.html#Ogre_1_1PopupMenuGuiElementa14">Ogre::PopupMenuGuiElement</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1ListChangera7" doxytag="Ogre::ListChanger::popFront"></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"> virtual <a class="el" href="classOgre_1_1Resource.html">Resource</a>* Ogre::ListChanger::popFront </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [pure virtual]</code></td>
        </tr>

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

<p>

<p>
Implemented in <a class="el" href="classOgre_1_1ListGuiElement.html#Ogre_1_1ListGuiElementa31">Ogre::ListGuiElement</a>, and <a class="el" href="classOgre_1_1PopupMenuGuiElement.html#Ogre_1_1PopupMenuGuiElementa19">Ogre::PopupMenuGuiElement</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1ListChangera1" doxytag="Ogre::ListChanger::removeListItem"></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"> virtual void Ogre::ListChanger::removeListItem </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1Resource.html">Resource</a> *&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>r</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [pure virtual]</code></td>
        </tr>

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

<p>

<p>
Implemented in <a class="el" href="classOgre_1_1ListGuiElement.html#Ogre_1_1ListGuiElementa4">Ogre::ListGuiElement</a>, and <a class="el" href="classOgre_1_1PopupMenuGuiElement.html#Ogre_1_1PopupMenuGuiElementa4">Ogre::PopupMenuGuiElement</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1ListChangera4" doxytag="Ogre::ListChanger::setSelectedItem"></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"> virtual void Ogre::ListChanger::setSelectedItem </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1Resource.html">Resource</a> *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>r</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>bool&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>on</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"><code> [pure virtual]</code></td>
        </tr>

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

<p>

<p>
Implemented in <a class="el" href="classOgre_1_1ListGuiElement.html#Ogre_1_1ListGuiElementa25">Ogre::ListGuiElement</a>, and <a class="el" href="classOgre_1_1PopupMenuGuiElement.html#Ogre_1_1PopupMenuGuiElementa15">Ogre::PopupMenuGuiElement</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1ListChangera3" doxytag="Ogre::ListChanger::setSelectedItem"></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"> virtual void Ogre::ListChanger::setSelectedItem </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1Resource.html">Resource</a> *&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>r</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [pure virtual]</code></td>
        </tr>

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

<p>

<p>
Implemented in <a class="el" href="classOgre_1_1ListGuiElement.html#Ogre_1_1ListGuiElementa26">Ogre::ListGuiElement</a>, and <a class="el" href="classOgre_1_1PopupMenuGuiElement.html#Ogre_1_1PopupMenuGuiElementa16">Ogre::PopupMenuGuiElement</a>.    </td>
  </tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="OgreListChanger_8h-source.html">OgreListChanger.h</a></ul>
<p>
Copyright &copy; 2002-2003 by The OGRE Team<br />
Last modified Wed Jan 21 00:18:01 2004
</p>
</body>
</html>