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

Revision 657, 8.9 KB checked in by mattausch, 18 years ago (diff)

added ogre dependencies and patched ogre sources

Line 
1<html>
2<head>
3<title>Ogre::ParameterDef class 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::ParameterDef Class Reference</h1>Definition of a parameter supported by a <a class="el" href="classOgre_1_1StringInterface.html">StringInterface</a> class, for introspection. 
11<a href="#_details">More...</a>
12<p>
13<code>#include &lt;<a class="el" href="OgreStringInterface_8h-source.html">OgreStringInterface.h</a>&gt;</code>
14<p>
15<a href="classOgre_1_1ParameterDef-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 Member Functions</h2></td></tr>
18<tr><td class="memItemLeft" nowrap align=right valign=top>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1ParameterDef.html#Ogre_1_1ParameterDefa0">ParameterDef</a> (const <a class="el" href="namespaceOgre.html#a426">String</a> &amp;newName, const <a class="el" href="namespaceOgre.html#a426">String</a> &amp;newDescription, <a class="el" href="namespaceOgre.html#a679">ParameterType</a> newType)</td></tr>
19
20<tr><td colspan=2><br><h2>Public Attributes</h2></td></tr>
21<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="namespaceOgre.html#a426">String</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1ParameterDef.html#Ogre_1_1ParameterDefo0">name</a></td></tr>
22
23<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="namespaceOgre.html#a426">String</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1ParameterDef.html#Ogre_1_1ParameterDefo1">description</a></td></tr>
24
25<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="namespaceOgre.html#a679">ParameterType</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1ParameterDef.html#Ogre_1_1ParameterDefo2">paramType</a></td></tr>
26
27</table>
28<hr><a name="_details"></a><h2>Detailed Description</h2>
29Definition of a parameter supported by a <a class="el" href="classOgre_1_1StringInterface.html">StringInterface</a> class, for introspection.
30<p>
31
32<p>
33Definition at line <a class="el" href="OgreStringInterface_8h-source.html#l00056">56</a> of file <a class="el" href="OgreStringInterface_8h-source.html">OgreStringInterface.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
34<a class="anchor" name="Ogre_1_1ParameterDefa0" doxytag="Ogre::ParameterDef::ParameterDef" ></a><p>
35<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
36  <tr>
37    <td class="mdRow">
38      <table cellpadding="0" cellspacing="0" border="0">
39        <tr>
40          <td class="md" nowrap valign="top"> Ogre::ParameterDef::ParameterDef </td>
41          <td class="md" valign="top">(&nbsp;</td>
42          <td class="md" nowrap valign="top">const <a class="el" href="namespaceOgre.html#a426">String</a> &amp;&nbsp;</td>
43          <td class="mdname" nowrap> <em>newName</em>, </td>
44        </tr>
45        <tr>
46          <td class="md" nowrap align="right"></td>
47          <td></td>
48          <td class="md" nowrap>const <a class="el" href="namespaceOgre.html#a426">String</a> &amp;&nbsp;</td>
49          <td class="mdname" nowrap> <em>newDescription</em>, </td>
50        </tr>
51        <tr>
52          <td class="md" nowrap align="right"></td>
53          <td></td>
54          <td class="md" nowrap><a class="el" href="namespaceOgre.html#a679">ParameterType</a>&nbsp;</td>
55          <td class="mdname" nowrap> <em>newType</em></td>
56        </tr>
57        <tr>
58          <td></td>
59          <td class="md">)&nbsp;</td>
60          <td class="md" colspan="2"></td>
61        </tr>
62
63      </table>
64    </td>
65  </tr>
66</table>
67<table cellspacing=5 cellpadding=0 border=0>
68  <tr>
69    <td>
70      &nbsp;
71    </td>
72    <td>
73
74<p>
75
76<p>
77Definition at line <a class="el" href="OgreStringInterface_8h-source.html#l00062">62</a> of file <a class="el" href="OgreStringInterface_8h-source.html">OgreStringInterface.h</a>.
78<p>
79References <a class="el" href="OgrePrerequisites_8h-source.html#l00154">Ogre::String</a>.    </td>
80  </tr>
81</table>
82<hr><h2>Member Data Documentation</h2>
83<a class="anchor" name="Ogre_1_1ParameterDefo1" doxytag="Ogre::ParameterDef::description" ></a><p>
84<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
85  <tr>
86    <td class="mdRow">
87      <table cellpadding="0" cellspacing="0" border="0">
88        <tr>
89          <td class="md" nowrap valign="top"> <a class="el" href="namespaceOgre.html#a426">String</a> <a class="el" href="classOgre_1_1ParameterDef.html#Ogre_1_1ParameterDefo1">Ogre::ParameterDef::description</a>
90      </table>
91    </td>
92  </tr>
93</table>
94<table cellspacing=5 cellpadding=0 border=0>
95  <tr>
96    <td>
97      &nbsp;
98    </td>
99    <td>
100
101<p>
102
103<p>
104Definition at line <a class="el" href="OgreStringInterface_8h-source.html#l00060">60</a> of file <a class="el" href="OgreStringInterface_8h-source.html">OgreStringInterface.h</a>.    </td>
105  </tr>
106</table>
107<a class="anchor" name="Ogre_1_1ParameterDefo0" doxytag="Ogre::ParameterDef::name" ></a><p>
108<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
109  <tr>
110    <td class="mdRow">
111      <table cellpadding="0" cellspacing="0" border="0">
112        <tr>
113          <td class="md" nowrap valign="top"> <a class="el" href="namespaceOgre.html#a426">String</a> <a class="el" href="classOgre_1_1ParameterDef.html#Ogre_1_1ParameterDefo0">Ogre::ParameterDef::name</a>
114      </table>
115    </td>
116  </tr>
117</table>
118<table cellspacing=5 cellpadding=0 border=0>
119  <tr>
120    <td>
121      &nbsp;
122    </td>
123    <td>
124
125<p>
126
127<p>
128Definition at line <a class="el" href="OgreStringInterface_8h-source.html#l00059">59</a> of file <a class="el" href="OgreStringInterface_8h-source.html">OgreStringInterface.h</a>.
129<p>
130Referenced by <a class="el" href="OgreStringInterface_8h-source.html#l00123">Ogre::ParamDictionary::addParameter()</a>.    </td>
131  </tr>
132</table>
133<a class="anchor" name="Ogre_1_1ParameterDefo2" doxytag="Ogre::ParameterDef::paramType" ></a><p>
134<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
135  <tr>
136    <td class="mdRow">
137      <table cellpadding="0" cellspacing="0" border="0">
138        <tr>
139          <td class="md" nowrap valign="top"> <a class="el" href="namespaceOgre.html#a679">ParameterType</a> <a class="el" href="classOgre_1_1ParameterDef.html#Ogre_1_1ParameterDefo2">Ogre::ParameterDef::paramType</a>
140      </table>
141    </td>
142  </tr>
143</table>
144<table cellspacing=5 cellpadding=0 border=0>
145  <tr>
146    <td>
147      &nbsp;
148    </td>
149    <td>
150
151<p>
152
153<p>
154Definition at line <a class="el" href="OgreStringInterface_8h-source.html#l00061">61</a> of file <a class="el" href="OgreStringInterface_8h-source.html">OgreStringInterface.h</a>.    </td>
155  </tr>
156</table>
157<hr>The documentation for this class was generated from the following file:<ul>
158<li><a class="el" href="OgreStringInterface_8h-source.html">OgreStringInterface.h</a></ul>
159<hr>
160<p>
161Copyright &copy; 2000-2005 by The OGRE Team<br />
162<!--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/>
163This 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/>
164                <!--/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#">
165                <Work rdf:about="">
166                        <license rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" />
167        <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" />
168                </Work>
169                <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> -->
170
171Last modified Sun Feb 12 13:04:07 2006
172</p>
173</body>
174</html>
Note: See TracBrowser for help on using the repository browser.