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::MultiArcResourceAccessor</title> 49 </head> 50 <body> 51 <h1><a href="../../../nw/Overview.html">nw</a>::<a href="../../../nw/lyt/Overview.html">lyt</a>::MultiArcResourceAccessor Class</h1> 52 <h2>Syntax</h2> 53 <div class="section"> 54 <pre class="definition">class MultiArcResourceAccessor : 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>The class for accessing multiple 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/MultiArcResourceAccessor/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/MultiArcResourceAccessor/MultiArcResourceAccessor.html">MultiArcResourceAccessor</a> 86 </th> 87 <td>Constructor.</td> 88 </tr> 89 <tr> 90 <td width="100"> <span class="virtual_style" title="virtual">V</span> 91 </td> 92 <th> 93 <a href="../../../nw/lyt/MultiArcResourceAccessor/~MultiArcResourceAccessor.html">~MultiArcResourceAccessor</a> 94 </th> 95 <td>Destructor.</td> 96 </tr> 97 <tr> 98 <th class="category" colspan="3">Set/Get</th> 99 </tr> 100 <tr> 101 <td width="100"> </td> 102 <th> 103 <a href="../../../nw/lyt/MultiArcResourceAccessor/Attach.html"><CODE>Attach</CODE></a> 104 </th> 105 <td>Registers the archive information.</td> 106 </tr> 107 <tr> 108 <td width="100"> </td> 109 <th> 110 <a href="../../../nw/lyt/MultiArcResourceAccessor/Detach.html"><CODE>Detach</CODE></a> 111 </th> 112 <td>Clears the registration for the specified archive data.</td> 113 </tr> 114 <tr> 115 <td width="100"> </td> 116 <th> 117 <a href="../../../nw/lyt/MultiArcResourceAccessor/DetachAll.html">DetachAll</a> 118 </th> 119 <td>Cancels the registrations of all registered archive information.</td> 120 </tr> 121 <tr> 122 <td width="100"> <span class="virtual_style" title="virtual">V</span> 123 </td> 124 <th> 125 <a href="../../../nw/lyt/MultiArcResourceAccessor/GetResource.html">GetResource</a> 126 </th> 127 <td>Gets the resource.</td> 128 </tr> 129 <tr> 130 <td width="100"> </td> 131 <th> 132 <a href="../../../nw/lyt/MultiArcResourceAccessor/RegistFont.html">RegistFont</a> 133 </th> 134 <td>Registers a font object.</td> 135 </tr> 136 <tr> 137 <td width="100"> </td> 138 <th> 139 <a href="../../../nw/lyt/MultiArcResourceAccessor/UnregistFont.html">UnregistFont</a> 140 </th> 141 <td>Cancels registration of the font object.</td> 142 </tr> 143 <tr> 144 <td width="100"> </td> 145 <th> 146 <a href="../../../nw/lyt/MultiArcResourceAccessor/RegistTexture.html">RegistTexture</a> 147 </th> 148 <td>Registers a texture.</td> 149 </tr> 150 <tr> 151 <td width="100"> </td> 152 <th> 153 <a href="../../../nw/lyt/MultiArcResourceAccessor/UnregistTexture.html">UnregistTexture</a> 154 </th> 155 <td>Cancels texture registration.</td> 156 </tr> 157 <tr> 158 <td width="100"> <span class="virtual_style" title="virtual">V</span> 159 </td> 160 <th> 161 <a href="../../../nw/lyt/MultiArcResourceAccessor/GetTexture.html"><CODE>GetTexture</CODE></a> 162 </th> 163 <td>Gets the texture information.</td> 164 </tr> 165 <tr> 166 <td width="100"> <span class="virtual_style" title="virtual">V</span> 167 </td> 168 <th> 169 <a href="../../../nw/lyt/MultiArcResourceAccessor/GetFont.html">GetFont</a> 170 </th> 171 <td>Gets the font.</td> 172 </tr> 173 <tr> 174 <td width="100"> </td> 175 <th> 176 <a href="../../../nw/lyt/MultiArcResourceAccessor/GetTextureContainer.html">GetTextureContainer</a> 177 </th> 178 <td>Gets <a href="../../../nw/lyt/TextureContainer/Overview.html">TextureContainer</a>.</td> 179 </tr> 180 <tr> 181 <td width="100"> </td> 182 <th> 183 <a href="../../../nw/lyt/MultiArcResourceAccessor/GetFontContainer.html">GetFontContainer</a> 184 </th> 185 <td>Gets <a href="../../../nw/lyt/FontContainer/Overview.html">FontContainer</a>.</td> 186 </tr> 187 <tr> 188 <th class="category" colspan="3">Other</th> 189 </tr> 190 <tr> 191 <td width="100"> 192 <span class="protected_style" title="protected">protected</span> <span class="virtual_style" title="virtual">V</span> 193 </td> 194 <th> 195 <a href="../../../nw/lyt/MultiArcResourceAccessor/LoadTexture.html">LoadTexture</a> 196 </th> 197 <td>Loads a texture.</td> 198 </tr> 199 <tr> 200 <td width="100"> 201 <span class="protected_style" title="protected">protected</span> <span class="virtual_style" title="virtual">V</span> 202 </td> 203 <th> 204 <a href="../../../nw/lyt/MultiArcResourceAccessor/LoadFont.html">LoadFont</a> 205 </th> 206 <td>Creates resource fonts.</td> 207 </tr> </table> 208 </div> 209 </a> 210 <h2>Class Hierarchy</h2> 211 <div class="section"> 212 <p class="hierarchy"><a href="../../../nw/lyt/ResourceAccessor/Overview.html">nw::lyt::ResourceAccessor</a><br /> <b>nw::lyt::MultiArcResourceAccessor</b> 213 </p> 214 </div> 215 <h2>Revision History</h2> 216 <div class="section"> 217 <dl class="history"> 218 <dt>2009/09/18</dt> 219 <dd>Initial version.<br /> 220 </dd> 221 </dl> 222 </div> 223 <hr><p>CONFIDENTIAL</p></body> 224</html> 225