1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-Style-Type" content="text/css" /> 6 <link rel="stylesheet" href="../../../css/manpage.css" type="text/css" /> 7 <style type="text/css"><!-- 8 span.static_style 9 { 10 font-size : 8pt; 11 color : white; 12 font-weight : bold; 13 background : #44f; 14 border-left : solid 1px #aaf; 15 border-top : solid 1px #aaf; 16 border-right : solid 1px #00c; 17 border-bottom : solid 1px #00c; 18 padding-left : 2px; 19 padding-right : 2px; 20 } 21 span.virtual_style 22 { 23 font-size : 8pt; 24 color : white; 25 font-weight : bold; 26 background : #0a0; 27 border-left : solid 1px #0f0; 28 border-top : solid 1px #0f0; 29 border-right : solid 1px #060; 30 border-bottom : solid 1px #060; 31 padding-left : 2px; 32 padding-right : 2px; 33 } 34 span.protected_style 35 { 36 font-size : 8pt; 37 color : white; 38 font-weight : bold; 39 background : #444; 40 border-left : solid 1px #ccc; 41 border-top : solid 1px #ccc; 42 border-right : solid 1px #222; 43 border-bottom : solid 1px #222; 44 padding-left : 2px; 45 padding-right : 2px; 46 } 47 --></style> 48 <title>nw::lyt::ArcResourceAccessor</title> 49 </head> 50 <body> 51 <h1><a href="../../../nw/Overview.html">nw</a>::<a href="../../../nw/lyt/Overview.html">lyt</a>::ArcResourceAccessor Class</h1> 52 <h2>Syntax</h2> 53 <div class="section"> 54 <pre class="definition">class ArcResourceAccessor : public <a href="../../../nw/lyt/ResourceAccessor/Overview.html">nw::lyt::ResourceAccessor</a></pre> 55 </div> 56 <h2>Description</h2> 57 <div class="section"> 58 <p>This class is used to access archive resources.</p> 59 </div> 60 <a name="constant" id="constant"> 61 <h2>Member Constants</h2> 62 <div class="section"> 63 <table class="members"> 64 <tr> 65 <td width="100"> 66 <span class="static_style" title="static">S</span> 67 </td> 68 <th> 69 <span class="argument"><a href="../../../nw/lyt/ArcResourceAccessor/ROOTPATH_MAX.html">ROOTPATH_MAX</a></span> 70 </th> 71 <td width="100"><CODE>const int</CODE></td> 72 <td>The maximum length of the path name.</td> 73 </tr> </table> 74 </div> 75 </a> <a name="function" id="function"> 76 <h2>Member Functions</h2> 77 <div class="section"> 78 <table class="members"> 79 <tr> 80 <th class="category" colspan="3">Constructors and Destructors</th> 81 </tr> 82 <tr> 83 <td width="100"> </td> 84 <th> 85 <a href="../../../nw/lyt/ArcResourceAccessor/ArcResourceAccessor.html">ArcResourceAccessor</a> 86 </th> 87 <td>Constructor.</td> 88 </tr> 89 <tr> 90 <th class="category" colspan="3">Set/Get</th> 91 </tr> 92 <tr> 93 <td width="100"> </td> 94 <th> 95 <a href="../../../nw/lyt/ArcResourceAccessor/Attach.html"><CODE>Attach</CODE></a> 96 </th> 97 <td>Registers the archive data.</td> 98 </tr> 99 <tr> 100 <td width="100"> </td> 101 <th> 102 <a href="../../../nw/lyt/ArcResourceAccessor/Detach.html"><CODE>Detach</CODE></a> 103 </th> 104 <td>Clears the registration for the registered archive data.</td> 105 </tr> 106 <tr> 107 <td width="100"> <span class="virtual_style" title="virtual">V</span> 108 </td> 109 <th> 110 <a href="../../../nw/lyt/ArcResourceAccessor/GetResource.html">GetResource</a> 111 </th> 112 <td>Gets the resource.</td> 113 </tr> 114 <tr> 115 <td width="100"> </td> 116 <th> 117 <a href="../../../nw/lyt/ArcResourceAccessor/IsAttached.html">IsAttached</a> 118 </th> 119 <td>Determines whether an archive has been set for the accessor.</td> 120 </tr> 121 <tr> 122 <td width="100"> </td> 123 <th> 124 <a href="../../../nw/lyt/ArcResourceAccessor/GetArchiveDataStart.html">GetArchiveDataStart</a> 125 </th> 126 <td>Obtains the starting address of the archive.</td> 127 </tr> 128 <tr> 129 <td width="100"> </td> 130 <th> 131 <a href="../../../nw/lyt/ArcResourceAccessor/RegistFont.html">RegistFont</a> 132 </th> 133 <td>Registers a font object.</td> 134 </tr> 135 <tr> 136 <td width="100"> </td> 137 <th> 138 <a href="../../../nw/lyt/ArcResourceAccessor/UnregistFont.html">UnregistFont</a> 139 </th> 140 <td>Cancels registration of the font object.</td> 141 </tr> 142 <tr> 143 <td width="100"> </td> 144 <th> 145 <a href="../../../nw/lyt/ArcResourceAccessor/RegistTexture.html">RegistTexture</a> 146 </th> 147 <td>Registers a texture.</td> 148 </tr> 149 <tr> 150 <td width="100"> </td> 151 <th> 152 <a href="../../../nw/lyt/ArcResourceAccessor/UnregistTexture.html">UnregistTexture</a> 153 </th> 154 <td>Cancels texture registration.</td> 155 </tr> 156 <tr> 157 <td width="100"> <span class="virtual_style" title="virtual">V</span> 158 </td> 159 <th> 160 <a href="../../../nw/lyt/ArcResourceAccessor/GetTexture.html"><CODE>GetTexture</CODE></a> 161 </th> 162 <td>Gets the texture information.</td> 163 </tr> 164 <tr> 165 <td width="100"> <span class="virtual_style" title="virtual">V</span> 166 </td> 167 <th> 168 <a href="../../../nw/lyt/ArcResourceAccessor/GetFont.html">GetFont</a> 169 </th> 170 <td>Gets the font.</td> 171 </tr> 172 <tr> 173 <td width="100"> </td> 174 <th> 175 <a href="../../../nw/lyt/ArcResourceAccessor/GetTextureContainer.html">GetTextureContainer</a> 176 </th> 177 <td>Gets <a href="../../../nw/lyt/TextureContainer/Overview.html">TextureContainer</a>.</td> 178 </tr> 179 <tr> 180 <td width="100"> </td> 181 <th> 182 <a href="../../../nw/lyt/ArcResourceAccessor/GetFontContainer.html">GetFontContainer</a> 183 </th> 184 <td>Gets <a href="../../../nw/lyt/FontContainer/Overview.html">FontContainer</a>.</td> 185 </tr> 186 <tr> 187 <th class="category" colspan="3">Other</th> 188 </tr> 189 <tr> 190 <td width="100"> 191 <span class="protected_style" title="protected">protected</span> <span class="virtual_style" title="virtual">V</span> 192 </td> 193 <th> 194 <a href="../../../nw/lyt/ArcResourceAccessor/LoadTexture.html">LoadTexture</a> 195 </th> 196 <td>Loads a texture.</td> 197 </tr> 198 <tr> 199 <td width="100"> 200 <span class="protected_style" title="protected">protected</span> <span class="virtual_style" title="virtual">V</span> 201 </td> 202 <th> 203 <a href="../../../nw/lyt/ArcResourceAccessor/LoadFont.html">LoadFont</a> 204 </th> 205 <td>Creates resource fonts.</td> 206 </tr> </table> 207 </div> 208 </a> 209 <h2>Class Hierarchy</h2> 210 <div class="section"> 211 <p class="hierarchy"><a href="../../../nw/lyt/ResourceAccessor/Overview.html">nw::lyt::ResourceAccessor</a><br /> <b>nw::lyt::ArcResourceAccessor</b> 212 </p> 213 </div> 214 <h2>Revision History</h2> 215 <div class="section"> 216 <dl class="history"> 217 <dt>2009/09/18</dt> 218 <dd>Initial version.<br /> 219 </dd> 220 </dl> 221 </div> 222 <hr><p>CONFIDENTIAL</p></body> 223</html> 224