source: OGRE/trunk/ogrenew/Docs/api/html/structOgre_1_1FileInfo.html @ 692

Revision 692, 10.7 KB checked in by mattausch, 18 years ago (diff)

adding ogre 1.2 and dependencies

Line 
1<html>
2<head>
3<title>Ogre::FileInfo 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::FileInfo Struct Reference</h1>Information about a file/directory within the archive will be returned using a <a class="el" href="structOgre_1_1FileInfo.html">FileInfo</a> struct. 
11<a href="#_details">More...</a>
12<p>
13<code>#include &lt;<a class="el" href="OgreArchive_8h-source.html">OgreArchive.h</a>&gt;</code>
14<p>
15<a href="structOgre_1_1FileInfo-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="classOgre_1_1Archive.html">Archive</a> *&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="structOgre_1_1FileInfo.html#Ogre_1_1FileInfoo0">archive</a></td></tr>
19
20<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The archive in which the file has been found (for info when performing multi-Archive searches, note you should still open through <a class="el" href="classOgre_1_1ResourceGroupManager.html">ResourceGroupManager</a>).  <a href="#Ogre_1_1FileInfoo0"></a><br><br></td></tr>
21<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="namespaceOgre.html#a471">String</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="structOgre_1_1FileInfo.html#Ogre_1_1FileInfoo1">filename</a></td></tr>
22
23<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The file's fully qualified name.  <a href="#Ogre_1_1FileInfoo1"></a><br><br></td></tr>
24<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="namespaceOgre.html#a471">String</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="structOgre_1_1FileInfo.html#Ogre_1_1FileInfoo2">path</a></td></tr>
25
26<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Path name; separated by '/' and ending with '/'.  <a href="#Ogre_1_1FileInfoo2"></a><br><br></td></tr>
27<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="namespaceOgre.html#a471">String</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="structOgre_1_1FileInfo.html#Ogre_1_1FileInfoo3">basename</a></td></tr>
28
29<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Base filename.  <a href="#Ogre_1_1FileInfoo3"></a><br><br></td></tr>
30<tr><td class="memItemLeft" nowrap align=right valign=top>size_t&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="structOgre_1_1FileInfo.html#Ogre_1_1FileInfoo4">compressedSize</a></td></tr>
31
32<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Compressed size.  <a href="#Ogre_1_1FileInfoo4"></a><br><br></td></tr>
33<tr><td class="memItemLeft" nowrap align=right valign=top>size_t&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="structOgre_1_1FileInfo.html#Ogre_1_1FileInfoo5">uncompressedSize</a></td></tr>
34
35<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Uncompressed size.  <a href="#Ogre_1_1FileInfoo5"></a><br><br></td></tr>
36</table>
37<hr><a name="_details"></a><h2>Detailed Description</h2>
38Information about a file/directory within the archive will be returned using a <a class="el" href="structOgre_1_1FileInfo.html">FileInfo</a> struct.
39<p>
40<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classOgre_1_1Archive.html">Archive</a> </dd></dl>
41
42<p>
43
44<p>
45Definition at line <a class="el" href="OgreArchive_8h-source.html#l00041">41</a> of file <a class="el" href="OgreArchive_8h-source.html">OgreArchive.h</a>.<hr><h2>Member Data Documentation</h2>
46<a class="anchor" name="Ogre_1_1FileInfoo0" doxytag="Ogre::FileInfo::archive" ></a><p>
47<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
48  <tr>
49    <td class="mdRow">
50      <table cellpadding="0" cellspacing="0" border="0">
51        <tr>
52          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1Archive.html">Archive</a>* <a class="el" href="structOgre_1_1FileInfo.html#Ogre_1_1FileInfoo0">Ogre::FileInfo::archive</a>
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 archive in which the file has been found (for info when performing multi-Archive searches, note you should still open through <a class="el" href="classOgre_1_1ResourceGroupManager.html">ResourceGroupManager</a>).
66<p>
67
68<p>
69Definition at line <a class="el" href="OgreArchive_8h-source.html#l00044">44</a> of file <a class="el" href="OgreArchive_8h-source.html">OgreArchive.h</a>.    </td>
70  </tr>
71</table>
72<a class="anchor" name="Ogre_1_1FileInfoo3" doxytag="Ogre::FileInfo::basename" ></a><p>
73<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
74  <tr>
75    <td class="mdRow">
76      <table cellpadding="0" cellspacing="0" border="0">
77        <tr>
78          <td class="md" nowrap valign="top"> <a class="el" href="namespaceOgre.html#a471">String</a> <a class="el" href="structOgre_1_1FileInfo.html#Ogre_1_1FileInfoo3">Ogre::FileInfo::basename</a>
79      </table>
80    </td>
81  </tr>
82</table>
83<table cellspacing=5 cellpadding=0 border=0>
84  <tr>
85    <td>
86      &nbsp;
87    </td>
88    <td>
89
90<p>
91Base filename.
92<p>
93
94<p>
95Definition at line <a class="el" href="OgreArchive_8h-source.html#l00050">50</a> of file <a class="el" href="OgreArchive_8h-source.html">OgreArchive.h</a>.    </td>
96  </tr>
97</table>
98<a class="anchor" name="Ogre_1_1FileInfoo4" doxytag="Ogre::FileInfo::compressedSize" ></a><p>
99<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
100  <tr>
101    <td class="mdRow">
102      <table cellpadding="0" cellspacing="0" border="0">
103        <tr>
104          <td class="md" nowrap valign="top"> size_t <a class="el" href="structOgre_1_1FileInfo.html#Ogre_1_1FileInfoo4">Ogre::FileInfo::compressedSize</a>
105      </table>
106    </td>
107  </tr>
108</table>
109<table cellspacing=5 cellpadding=0 border=0>
110  <tr>
111    <td>
112      &nbsp;
113    </td>
114    <td>
115
116<p>
117Compressed size.
118<p>
119
120<p>
121Definition at line <a class="el" href="OgreArchive_8h-source.html#l00052">52</a> of file <a class="el" href="OgreArchive_8h-source.html">OgreArchive.h</a>.    </td>
122  </tr>
123</table>
124<a class="anchor" name="Ogre_1_1FileInfoo1" doxytag="Ogre::FileInfo::filename" ></a><p>
125<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
126  <tr>
127    <td class="mdRow">
128      <table cellpadding="0" cellspacing="0" border="0">
129        <tr>
130          <td class="md" nowrap valign="top"> <a class="el" href="namespaceOgre.html#a471">String</a> <a class="el" href="structOgre_1_1FileInfo.html#Ogre_1_1FileInfoo1">Ogre::FileInfo::filename</a>
131      </table>
132    </td>
133  </tr>
134</table>
135<table cellspacing=5 cellpadding=0 border=0>
136  <tr>
137    <td>
138      &nbsp;
139    </td>
140    <td>
141
142<p>
143The file's fully qualified name.
144<p>
145
146<p>
147Definition at line <a class="el" href="OgreArchive_8h-source.html#l00046">46</a> of file <a class="el" href="OgreArchive_8h-source.html">OgreArchive.h</a>.    </td>
148  </tr>
149</table>
150<a class="anchor" name="Ogre_1_1FileInfoo2" doxytag="Ogre::FileInfo::path" ></a><p>
151<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
152  <tr>
153    <td class="mdRow">
154      <table cellpadding="0" cellspacing="0" border="0">
155        <tr>
156          <td class="md" nowrap valign="top"> <a class="el" href="namespaceOgre.html#a471">String</a> <a class="el" href="structOgre_1_1FileInfo.html#Ogre_1_1FileInfoo2">Ogre::FileInfo::path</a>
157      </table>
158    </td>
159  </tr>
160</table>
161<table cellspacing=5 cellpadding=0 border=0>
162  <tr>
163    <td>
164      &nbsp;
165    </td>
166    <td>
167
168<p>
169Path name; separated by '/' and ending with '/'.
170<p>
171
172<p>
173Definition at line <a class="el" href="OgreArchive_8h-source.html#l00048">48</a> of file <a class="el" href="OgreArchive_8h-source.html">OgreArchive.h</a>.    </td>
174  </tr>
175</table>
176<a class="anchor" name="Ogre_1_1FileInfoo5" doxytag="Ogre::FileInfo::uncompressedSize" ></a><p>
177<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
178  <tr>
179    <td class="mdRow">
180      <table cellpadding="0" cellspacing="0" border="0">
181        <tr>
182          <td class="md" nowrap valign="top"> size_t <a class="el" href="structOgre_1_1FileInfo.html#Ogre_1_1FileInfoo5">Ogre::FileInfo::uncompressedSize</a>
183      </table>
184    </td>
185  </tr>
186</table>
187<table cellspacing=5 cellpadding=0 border=0>
188  <tr>
189    <td>
190      &nbsp;
191    </td>
192    <td>
193
194<p>
195Uncompressed size.
196<p>
197
198<p>
199Definition at line <a class="el" href="OgreArchive_8h-source.html#l00054">54</a> of file <a class="el" href="OgreArchive_8h-source.html">OgreArchive.h</a>.    </td>
200  </tr>
201</table>
202<hr>The documentation for this struct was generated from the following file:<ul>
203<li><a class="el" href="OgreArchive_8h-source.html">OgreArchive.h</a></ul>
204<hr>
205<p>
206Copyright &copy; 2000-2005 by The OGRE Team<br />
207<!--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/>
208This 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/>
209                <!--/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#">
210                <Work rdf:about="">
211                        <license rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" />
212        <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" />
213                </Work>
214                <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> -->
215
216Last modified Sun Mar 12 14:38:06 2006
217</p>
218</body>
219</html>
Note: See TracBrowser for help on using the repository browser.