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 Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical List</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="namespacemembers.html">Namespace Members</a> | <a class="qindex" href="functions.html">Class Members</a> | <a class="qindex" href="globals.html">File Members</a> | <a class="qindex" href="pages.html">Related 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 <<a class="el" href="OgreStringInterface_8h-source.html">OgreStringInterface.h</a>></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> </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> &newName, const <a class="el" href="namespaceOgre.html#a426">String</a> &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> </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> </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> </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> |
---|
29 | Definition of a parameter supported by a <a class="el" href="classOgre_1_1StringInterface.html">StringInterface</a> class, for introspection. |
---|
30 | <p> |
---|
31 | |
---|
32 | <p> |
---|
33 | Definition 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 & 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">( </td> |
---|
42 | <td class="md" nowrap valign="top">const <a class="el" href="namespaceOgre.html#a426">String</a> & </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> & </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> </td> |
---|
55 | <td class="mdname" nowrap> <em>newType</em></td> |
---|
56 | </tr> |
---|
57 | <tr> |
---|
58 | <td></td> |
---|
59 | <td class="md">) </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 | |
---|
71 | </td> |
---|
72 | <td> |
---|
73 | |
---|
74 | <p> |
---|
75 | |
---|
76 | <p> |
---|
77 | Definition 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> |
---|
79 | References <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 | |
---|
98 | </td> |
---|
99 | <td> |
---|
100 | |
---|
101 | <p> |
---|
102 | |
---|
103 | <p> |
---|
104 | Definition 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 | |
---|
122 | </td> |
---|
123 | <td> |
---|
124 | |
---|
125 | <p> |
---|
126 | |
---|
127 | <p> |
---|
128 | Definition 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> |
---|
130 | Referenced 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 | |
---|
148 | </td> |
---|
149 | <td> |
---|
150 | |
---|
151 | <p> |
---|
152 | |
---|
153 | <p> |
---|
154 | Definition 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> |
---|
161 | Copyright © 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/> |
---|
163 | This 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 | |
---|
171 | Last modified Sun Feb 12 13:04:07 2006 |
---|
172 | </p> |
---|
173 | </body> |
---|
174 | </html> |
---|