Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > media > contrib > by-pkgid > 06719cf03808e17ae6f0852ca1052dc2 > files > 3481

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

<html>
<head>
<title>Ogre::FrameEvent struct 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::FrameEvent  Struct Reference</h1>Struct containing information about a frame event. 
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="OgreFrameListener_8h-source.html">OgreFrameListener.h</a>&gt;</code>
<p>
<a href="structOgre_1_1FrameEvent-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
<tr><td colspan=2><br><h2>Public Attributes</h2></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="namespaceOgre.html#a349">Real</a>&nbsp;</td><td valign=bottom><a class="el" href="structOgre_1_1FrameEvent.html#Ogre_1_1FrameEventm0">timeSinceLastEvent</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Elapsed time in seconds since the last event.</em> <a href="#Ogre_1_1FrameEventm0"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="namespaceOgre.html#a349">Real</a>&nbsp;</td><td valign=bottom><a class="el" href="structOgre_1_1FrameEvent.html#Ogre_1_1FrameEventm1">timeSinceLastFrame</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Elapsed time in seconds since the last event of the same type, i.e.</em> <a href="#Ogre_1_1FrameEventm1"></a><em></em></font><br><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Struct containing information about a frame event.
<p>

<p>
Definition at line <a class="el" href="OgreFrameListener_8h-source.html#l00035">35</a> of file <a class="el" href="OgreFrameListener_8h-source.html">OgreFrameListener.h</a>.<hr><h2>Member Data Documentation</h2>
<a name="Ogre_1_1FrameEventm0" doxytag="Ogre::FrameEvent::timeSinceLastEvent"></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="namespaceOgre.html#a349">Real</a> Ogre::FrameEvent::timeSinceLastEvent
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Elapsed time in seconds since the last event.
<p>
This gives you time between frame start &amp; frame end, and between frame end and next frame start. <dl compact><dt><b>
Remarks: </b><dd>
 This may not be the elapsed time but the average elapsed time between recently fired events. </dl>
<p>
Definition at line <a class="el" href="OgreFrameListener_8h-source.html#l00044">44</a> of file <a class="el" href="OgreFrameListener_8h-source.html">OgreFrameListener.h</a>.
<p>
Referenced by <a class="el" href="OgreRoot_8cpp-source.html#l00527">Ogre::Root::_fireFrameEnded</a>(), and <a class="el" href="OgreRoot_8cpp-source.html#l00517">Ogre::Root::_fireFrameStarted</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1FrameEventm1" doxytag="Ogre::FrameEvent::timeSinceLastFrame"></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="namespaceOgre.html#a349">Real</a> Ogre::FrameEvent::timeSinceLastFrame
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Elapsed time in seconds since the last event of the same type, i.e.
<p>
time for a complete frame. <dl compact><dt><b>
Remarks: </b><dd>
 This may not be the elapsed time but the average elapsed time between recently fired events of the same type. </dl>
<p>
Definition at line <a class="el" href="OgreFrameListener_8h-source.html#l00051">51</a> of file <a class="el" href="OgreFrameListener_8h-source.html">OgreFrameListener.h</a>.
<p>
Referenced by <a class="el" href="OgreRoot_8cpp-source.html#l00527">Ogre::Root::_fireFrameEnded</a>(), <a class="el" href="OgreRoot_8cpp-source.html#l00517">Ogre::Root::_fireFrameStarted</a>(), <a class="el" href="OgrePredefinedControllers_8cpp-source.html#l00047">Ogre::FrameTimeControllerValue::frameStarted</a>(), and <a class="el" href="OgreParticleSystemManager_8cpp-source.html#l00314">Ogre::ParticleSystemManager::frameStarted</a>().    </td>
  </tr>
</table>
<hr>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="OgreFrameListener_8h-source.html">OgreFrameListener.h</a></ul>
<p>
Copyright &copy; 2002-2003 by The OGRE Team<br />
Last modified Wed Jan 21 00:17:24 2004
</p>
</body>
</html>