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

Revision 657, 6.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::FrameEvent struct 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::FrameEvent Struct Reference</h1>Struct containing information about a frame event. 
11<a href="#_details">More...</a>
12<p>
13<code>#include &lt;<a class="el" href="OgreFrameListener_8h-source.html">OgreFrameListener.h</a>&gt;</code>
14<p>
15<a href="structOgre_1_1FrameEvent-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
16<tr><td></td></tr>
17<tr><td colspan=2><br><h2>Public Attributes</h2></td></tr>
18<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="namespaceOgre.html#a420">Real</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="structOgre_1_1FrameEvent.html#Ogre_1_1FrameEvento0">timeSinceLastEvent</a></td></tr>
19
20<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Elapsed time in seconds since the last event.  <a href="#Ogre_1_1FrameEvento0"></a><br><br></td></tr>
21<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="namespaceOgre.html#a420">Real</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="structOgre_1_1FrameEvent.html#Ogre_1_1FrameEvento1">timeSinceLastFrame</a></td></tr>
22
23<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Elapsed time in seconds since the last event of the same type, i.e.  <a href="#Ogre_1_1FrameEvento1"></a><br><br></td></tr>
24</table>
25<hr><a name="_details"></a><h2>Detailed Description</h2>
26Struct containing information about a frame event.
27<p>
28
29<p>
30Definition 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>
31<a class="anchor" name="Ogre_1_1FrameEvento0" doxytag="Ogre::FrameEvent::timeSinceLastEvent" ></a><p>
32<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
33  <tr>
34    <td class="mdRow">
35      <table cellpadding="0" cellspacing="0" border="0">
36        <tr>
37          <td class="md" nowrap valign="top"> <a class="el" href="namespaceOgre.html#a420">Real</a> <a class="el" href="structOgre_1_1FrameEvent.html#Ogre_1_1FrameEvento0">Ogre::FrameEvent::timeSinceLastEvent</a>
38      </table>
39    </td>
40  </tr>
41</table>
42<table cellspacing=5 cellpadding=0 border=0>
43  <tr>
44    <td>
45      &nbsp;
46    </td>
47    <td>
48
49<p>
50Elapsed time in seconds since the last event.
51<p>
52This gives you time between frame start &amp; frame end, and between frame end and next frame start. <dl compact><dt><b>Remarks:</b></dt><dd>This may not be the elapsed time but the average elapsed time between recently fired events. </dd></dl>
53
54<p>
55Definition 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>.    </td>
56  </tr>
57</table>
58<a class="anchor" name="Ogre_1_1FrameEvento1" doxytag="Ogre::FrameEvent::timeSinceLastFrame" ></a><p>
59<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
60  <tr>
61    <td class="mdRow">
62      <table cellpadding="0" cellspacing="0" border="0">
63        <tr>
64          <td class="md" nowrap valign="top"> <a class="el" href="namespaceOgre.html#a420">Real</a> <a class="el" href="structOgre_1_1FrameEvent.html#Ogre_1_1FrameEvento1">Ogre::FrameEvent::timeSinceLastFrame</a>
65      </table>
66    </td>
67  </tr>
68</table>
69<table cellspacing=5 cellpadding=0 border=0>
70  <tr>
71    <td>
72      &nbsp;
73    </td>
74    <td>
75
76<p>
77Elapsed time in seconds since the last event of the same type, i.e.
78<p>
79time for a complete frame. <dl compact><dt><b>Remarks:</b></dt><dd>This may not be the elapsed time but the average elapsed time between recently fired events of the same type. </dd></dl>
80
81<p>
82Definition 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>.    </td>
83  </tr>
84</table>
85<hr>The documentation for this struct was generated from the following file:<ul>
86<li><a class="el" href="OgreFrameListener_8h-source.html">OgreFrameListener.h</a></ul>
87<hr>
88<p>
89Copyright &copy; 2000-2005 by The OGRE Team<br />
90<!--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/>
91This 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/>
92                <!--/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#">
93                <Work rdf:about="">
94                        <license rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" />
95        <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" />
96                </Work>
97                <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> -->
98
99Last modified Sun Feb 12 13:00:30 2006
100</p>
101</body>
102</html>
Note: See TracBrowser for help on using the repository browser.