source: NonGTP/FCollada/Documentation/struct_f_c_d_e_attribute.html @ 964

Revision 964, 4.3 KB checked in by igarcia, 18 years ago (diff)
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
3<title>FCollada: FCDEAttribute Struct Reference</title>
4<link href="doxygen.css" rel="stylesheet" type="text/css">
5<link href="tabs.css" rel="stylesheet" type="text/css">
6</head><body>
7<!-- Generated by Doxygen 1.4.6-NO -->
8<div class="tabs">
9  <ul>
10    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
11    <li><a href="modules.html"><span>Modules</span></a></li>
12    <li><a href="namespaces.html"><span>Namespaces</span></a></li>
13    <li id="current"><a href="classes.html"><span>Classes</span></a></li>
14    <li><a href="files.html"><span>Files</span></a></li>
15    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
16  </ul></div>
17<div class="tabs">
18  <ul>
19    <li><a href="classes.html"><span>Alphabetical&nbsp;List</span></a></li>
20    <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
21    <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
22    <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
23  </ul></div>
24<h1>FCDEAttribute Struct Reference</h1><!-- doxytag: class="FCDEAttribute" -->An extra tree attribute. 
25<a href="#_details">More...</a>
26<p>
27<code>#include &lt;<a class="el" href="_f_c_d_extra_8h-source.html">FCDExtra.h</a>&gt;</code>
28<p>
29<a href="struct_f_c_d_e_attribute-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
30<tr><td></td></tr>
31<tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr>
32<tr><td class="memItemLeft" nowrap align="right" valign="top">string&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_f_c_d_e_attribute.html#5bacdc2478971ab829621e47300070df">name</a></td></tr>
33
34<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The attribute name.  <a href="#5bacdc2478971ab829621e47300070df"></a><br></td></tr>
35<tr><td class="memItemLeft" nowrap align="right" valign="top">fstring&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_f_c_d_e_attribute.html#fec9d27e54b11b857248ee8ca20acbd7">value</a></td></tr>
36
37<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The attribute value.  <a href="#fec9d27e54b11b857248ee8ca20acbd7"></a><br></td></tr>
38</table>
39<hr><a name="_details"></a><h2>Detailed Description</h2>
40An extra tree attribute.
41<p>
42Contains a name and a value string.
43<p>
44<hr><h2>Member Data Documentation</h2>
45<a class="anchor" name="5bacdc2478971ab829621e47300070df"></a><!-- doxytag: member="FCDEAttribute::name" ref="5bacdc2478971ab829621e47300070df" args="" --><p>
46<table class="mdTable" cellpadding="2" cellspacing="0">
47  <tr>
48    <td class="mdRow">
49      <table cellpadding="0" cellspacing="0" border="0">
50        <tr>
51          <td class="md" nowrap valign="top">string <a class="el" href="struct_f_c_d_e_attribute.html#5bacdc2478971ab829621e47300070df">FCDEAttribute::name</a>          </td>
52        </tr>
53      </table>
54    </td>
55  </tr>
56</table>
57<table cellspacing="5" cellpadding="0" border="0">
58  <tr>
59    <td>
60      &nbsp;
61    </td>
62    <td>
63
64<p>
65The attribute name.
66<p>
67Must be provided.     </td>
68  </tr>
69</table>
70<a class="anchor" name="fec9d27e54b11b857248ee8ca20acbd7"></a><!-- doxytag: member="FCDEAttribute::value" ref="fec9d27e54b11b857248ee8ca20acbd7" args="" --><p>
71<table class="mdTable" cellpadding="2" cellspacing="0">
72  <tr>
73    <td class="mdRow">
74      <table cellpadding="0" cellspacing="0" border="0">
75        <tr>
76          <td class="md" nowrap valign="top">fstring <a class="el" href="struct_f_c_d_e_attribute.html#fec9d27e54b11b857248ee8ca20acbd7">FCDEAttribute::value</a>          </td>
77        </tr>
78      </table>
79    </td>
80  </tr>
81</table>
82<table cellspacing="5" cellpadding="0" border="0">
83  <tr>
84    <td>
85      &nbsp;
86    </td>
87    <td>
88
89<p>
90The attribute value.
91<p>
92Is optional.     </td>
93  </tr>
94</table>
95<hr>The documentation for this struct was generated from the following file:<ul>
96<li>FCDocument/<a class="el" href="_f_c_d_extra_8h-source.html">FCDExtra.h</a></ul>
97<hr size="1"><address style="align: right;"><small>Generated on Fri May 12 16:44:41 2006 for FCollada by&nbsp;
98<a href="http://www.doxygen.org/index.html">
99<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6-NO </small></address>
100</body>
101</html>
Note: See TracBrowser for help on using the repository browser.