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::Picture</title>
49  </head>
50  <body>
51    <h1><CODE><a href="../../../nw/Overview.html">nw</a>::<a href="../../../nw/lyt/Overview.html">lyt</a>::Picture</CODE> Class</h1>
52    <h2>Syntax</h2>
53    <div class="section">
54      <pre class="definition">class Picture : public <a href="../../../nw/lyt/Pane/Overview.html">nw::lyt::Pane</a></pre>
55    </div>
56    <h2>Description</h2>
57    <div class="section">
58      <p>The pane that displays the image.</p>
59    </div>
60    <a name="variable" id="variable">
61      <h2>Member Variables</h2>
62      <div class="section">
63        <table class="members">
64          <tr>
65            <td width="100"> </td>
66            <th>
67              <span class="argument"><CODE>NW_UT_RUNTIME_TYPEINFO</CODE></span>
68            </th>
69            <td width="100" />
70            <td>Runtime type information.</td>
71          </tr> </table>
72      </div>
73    </a> <a name="function" id="function">
74      <h2>Member Functions</h2>
75      <div class="section">
76        <table class="members">
77          <tr>
78            <th class="category" colspan="3">Constructors and Destructors</th>
79          </tr>
80          <tr>
81            <td width="100">  </td>
82            <th>
83              <a href="../../../nw/lyt/Picture/Picture.html">Picture</a>
84            </th>
85            <td>Constructor.</td>
86          </tr>
87          <tr>
88            <td width="100"> <span class="virtual_style" title="virtual">V</span>
89            </td>
90            <th>
91              <a href="../../../nw/lyt/Picture/~Picture.html">~Picture</a>
92            </th>
93            <td>Destructor.</td>
94          </tr>
95          <tr>
96            <th class="category" colspan="3">Set/Get</th>
97          </tr>
98          <tr>
99            <td width="100"> <span class="virtual_style" title="virtual">V</span>
100            </td>
101            <th>
102              <a href="../../../nw/lyt/Picture/Append.html">Append</a>
103            </th>
104            <td>Adds a texture.</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/Picture/GetVtxColor.html">GetVtxColor</a>
111            </th>
112            <td>Gets the vertex color.</td>
113          </tr>
114          <tr>
115            <td width="100"> <span class="virtual_style" title="virtual">V</span>
116            </td>
117            <th>
118              <a href="../../../nw/lyt/Picture/SetVtxColor.html">SetVtxColor</a>
119            </th>
120            <td>Sets the vertex color.</td>
121          </tr>
122          <tr>
123            <td width="100"> <span class="virtual_style" title="virtual">V</span>
124            </td>
125            <th>
126              <a href="../../../nw/lyt/Picture/GetVtxColorElement.html">GetVtxColorElement</a>
127            </th>
128            <td>Gets the vertex color components.</td>
129          </tr>
130          <tr>
131            <td width="100"> <span class="virtual_style" title="virtual">V</span>
132            </td>
133            <th>
134              <a href="../../../nw/lyt/Picture/SetVtxColorElement.html">SetVtxColorElement</a>
135            </th>
136            <td>Sets vertex color components.</td>
137          </tr>
138          <tr>
139            <td width="100">  </td>
140            <th>
141              <a href="../../../nw/lyt/Picture/ReserveTexCoord.html">ReserveTexCoord</a>
142            </th>
143            <td>Allocates the memory for storing texture coordinates.</td>
144          </tr>
145          <tr>
146            <td width="100">  </td>
147            <th>
148              <a href="../../../nw/lyt/Picture/GetTexCoordNum.html">GetTexCoordNum</a>
149            </th>
150            <td>Gets the held number of texture coordinates.</td>
151          </tr>
152          <tr>
153            <td width="100">  </td>
154            <th>
155              <a href="../../../nw/lyt/Picture/SetTexCoordNum.html">SetTexCoordNum</a>
156            </th>
157            <td>Sets the held number of texture coordinates.</td>
158          </tr>
159          <tr>
160            <td width="100">  </td>
161            <th>
162              <a href="../../../nw/lyt/Picture/GetTexCoord.html">GetTexCoord</a>
163            </th>
164            <td>Gets texture coordinates.</td>
165          </tr>
166          <tr>
167            <td width="100">  </td>
168            <th>
169              <a href="../../../nw/lyt/Picture/SetTexCoord.html">SetTexCoord</a>
170            </th>
171            <td>Sets texture coordinates.</td>
172          </tr>
173          <tr>
174            <td width="100"> <span class="virtual_style" title="virtual">V</span>
175            </td>
176            <th>
177              <a href="../../../nw/lyt/Picture/GetMaterialNum.html">GetMaterialNum</a>
178            </th>
179            <td>Gets the number of materials held by the pane.</td>
180          </tr>
181          <tr>
182            <td width="100"> <span class="virtual_style" title="virtual">V</span>
183            </td>
184            <th>
185              <a href="../../../nw/lyt/Picture/GetMaterial.html"><CODE>GetMaterial</CODE></a>
186            </th>
187            <td>Gets the pane's material.</td>
188          </tr>
189          <tr>
190            <td width="100">  </td>
191            <th>
192              <a href="../../../nw/lyt/Picture/SetMaterial.html"><CODE>SetMaterial</CODE></a>
193            </th>
194            <td>Sets a material.</td>
195          </tr>
196          <tr>
197            <th class="category" colspan="3">Set/Get</th>
198          </tr>
199          <tr>
200            <td width="100">  </td>
201            <th>
202              <a href="../../../nw/lyt/Pane/GetName.html"><CODE>GetName</CODE></a>
203            </th>
204            <td>Gets the name of the pane.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
205          </tr>
206          <tr>
207            <td width="100">  </td>
208            <th>
209              <a href="../../../nw/lyt/Pane/SetName.html">SetName</a>
210            </th>
211            <td>Sets the name of the pane.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
212          </tr>
213          <tr>
214            <td width="100">  </td>
215            <th>
216              <a href="../../../nw/lyt/Pane/GetUserData.html"><CODE>GetUserData</CODE></a>
217            </th>
218            <td>Gets the user information.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
219          </tr>
220          <tr>
221            <td width="100">  </td>
222            <th>
223              <a href="../../../nw/lyt/Pane/SetUserData.html">SetUserData</a>
224            </th>
225            <td>Sets the user information.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
226          </tr>
227          <tr>
228            <td width="100">  </td>
229            <th>
230              <a href="../../../nw/lyt/Pane/IsInfluencedAlpha.html">IsInfluencedAlpha</a>
231            </th>
232            <td>Determines whether changes to the parent alpha impact the child.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
233          </tr>
234          <tr>
235            <td width="100">  </td>
236            <th>
237              <a href="../../../nw/lyt/Pane/SetInfluencedAlpha.html">SetInfluencedAlpha</a>
238            </th>
239            <td>Sets whether changes to the parent alpha value impact the child.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
240          </tr>
241          <tr>
242            <td width="100">  </td>
243            <th>
244              <a href="../../../nw/lyt/Pane/IsLocationAdjust.html">IsLocationAdjust</a>
245            </th>
246            <td>Determines whether position adjustment processing is applied to the pane.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
247          </tr>
248          <tr>
249            <td width="100">  </td>
250            <th>
251              <a href="../../../nw/lyt/Pane/SetLocationAdjust.html">SetLocationAdjust</a>
252            </th>
253            <td>Sets whether position adjustment processing is applied.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
254          </tr>
255          <tr>
256            <td width="100">  </td>
257            <th>
258              <a href="../../../nw/lyt/Pane/GetTranslate.html"><CODE>GetTranslate</CODE></a>
259            </th>
260            <td>Gets the pane's display position.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
261          </tr>
262          <tr>
263            <td width="100">  </td>
264            <th>
265              <a href="../../../nw/lyt/Pane/SetTranslate.html"><CODE>SetTranslate</CODE></a>
266            </th>
267            <td>Sets the pane's display position.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
268          </tr>
269          <tr>
270            <td width="100">  </td>
271            <th>
272              <a href="../../../nw/lyt/Pane/GetRotate.html">GetRotate</a>
273            </th>
274            <td>Gets the pane's rotation.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
275          </tr>
276          <tr>
277            <td width="100">  </td>
278            <th>
279              <a href="../../../nw/lyt/Pane/SetRotate.html"><CODE>SetRotate</CODE></a>
280            </th>
281            <td>Sets the pane's rotation.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
282          </tr>
283          <tr>
284            <td width="100">  </td>
285            <th>
286              <a href="../../../nw/lyt/Pane/GetScale.html">GetScale</a>
287            </th>
288            <td>Gets the pane's scale ratio.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
289          </tr>
290          <tr>
291            <td width="100">  </td>
292            <th>
293              <a href="../../../nw/lyt/Pane/SetScale.html"><CODE>SetScale</CODE></a>
294            </th>
295            <td>Sets the pane's scale ratio.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
296          </tr>
297          <tr>
298            <td width="100">  </td>
299            <th>
300              <a href="../../../nw/lyt/Pane/GetSize.html">GetSize</a>
301            </th>
302            <td>Gets the size of the pane.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
303          </tr>
304          <tr>
305            <td width="100">  </td>
306            <th>
307              <a href="../../../nw/lyt/Pane/SetSize.html"><CODE>SetSize</CODE></a>
308            </th>
309            <td>Sets the size of the pane.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
310          </tr>
311          <tr>
312            <td width="100">  </td>
313            <th>
314              <a href="../../../nw/lyt/Pane/GetBasePositionH.html">GetBasePositionH</a>
315            </th>
316            <td>Gets the horizontal position specification for the pane standard position settings.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
317          </tr>
318          <tr>
319            <td width="100">  </td>
320            <th>
321              <a href="../../../nw/lyt/Pane/SetBasePositionH.html">SetBasePositionH</a>
322            </th>
323            <td>Sets the horizontal position specification for the pane standard position settings.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
324          </tr>
325          <tr>
326            <td width="100">  </td>
327            <th>
328              <a href="../../../nw/lyt/Pane/GetBasePositionV.html">GetBasePositionV</a>
329            </th>
330            <td>Gets the vertical position specification for the pane standard position settings.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
331          </tr>
332          <tr>
333            <td width="100">  </td>
334            <th>
335              <a href="../../../nw/lyt/Pane/SetBasePositionV.html">SetBasePositionV</a>
336            </th>
337            <td>Sets the vertical position specification for the pane standard position settings.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
338          </tr>
339          <tr>
340            <td width="100">  </td>
341            <th>
342              <a href="../../../nw/lyt/Pane/GetMtx.html">GetMtx</a>
343            </th>
344            <td>Gets the pane's SRT matrix.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
345          </tr>
346          <tr>
347            <td width="100">  </td>
348            <th>
349              <a href="../../../nw/lyt/Pane/SetMtx.html">SetMtx</a>
350            </th>
351            <td>Sets the pane's SRT matrix.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
352          </tr>
353          <tr>
354            <td width="100">  </td>
355            <th>
356              <a href="../../../nw/lyt/Pane/IsUserMtx.html">IsUserMtx</a>
357            </th>
358            <td>Checks if the pane SRT matrix has been set by the user.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
359          </tr>
360          <tr>
361            <td width="100">  </td>
362            <th>
363              <a href="../../../nw/lyt/Pane/ResetMtx.html">ResetMtx</a>
364            </th>
365            <td>Cancels the SRT matrix settings.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
366          </tr>
367          <tr>
368            <td width="100">  </td>
369            <th>
370              <a href="../../../nw/lyt/Pane/GetGlobalMtx.html">GetGlobalMtx</a>
371            </th>
372            <td>Gets the SRT matrix after calculation in the hierarchy.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
373          </tr>
374          <tr>
375            <td width="100">  </td>
376            <th>
377              <a href="../../../nw/lyt/Pane/SetGlobalMtx.html">SetGlobalMtx</a>
378            </th>
379            <td>Sets the global matrix.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
380          </tr>
381          <tr>
382            <td width="100">  </td>
383            <th>
384              <a href="../../../nw/lyt/Pane/IsUserGlobalMtx.html">IsUserGlobalMtx</a>
385            </th>
386            <td>Checks if the global matrix has been set by the user.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
387          </tr>
388          <tr>
389            <td width="100">  </td>
390            <th>
391              <a href="../../../nw/lyt/Pane/ResetGlobalMtx.html">ResetGlobalMtx</a>
392            </th>
393            <td>Cancels the global matrix settings.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
394          </tr>
395          <tr>
396            <td width="100">  </td>
397            <th>
398              <a href="../../../nw/lyt/Pane/GetPaneRect.html">GetPaneRect</a>
399            </th>
400            <td>Gets a rectangle in the pane's local coordinates.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
401          </tr>
402          <tr>
403            <td width="100">  </td>
404            <th>
405              <a href="../../../nw/lyt/Pane/GetAlpha.html"><CODE>GetAlpha</CODE></a>
406            </th>
407            <td>Gets the pane's alpha value.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
408          </tr>
409          <tr>
410            <td width="100">  </td>
411            <th>
412              <a href="../../../nw/lyt/Pane/SetAlpha.html"><CODE>SetAlpha</CODE></a>
413            </th>
414            <td>Sets the pane's alpha value.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
415          </tr>
416          <tr>
417            <td width="100">  </td>
418            <th>
419              <a href="../../../nw/lyt/Pane/GetGlobalAlpha.html">GetGlobalAlpha</a>
420            </th>
421            <td>Gets the pane's global alpha value.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
422          </tr>
423          <tr>
424            <td width="100">  </td>
425            <th>
426              <a href="../../../nw/lyt/Pane/SetGlobalAlpha.html">SetGlobalAlpha</a>
427            </th>
428            <td>Sets the pane's global alpha value.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
429          </tr>
430          <tr>
431            <td width="100">  </td>
432            <th>
433              <a href="../../../nw/lyt/Pane/GetSRTElement.html">GetSRTElement</a>
434            </th>
435            <td>Specifies an index to get a pane's SRT elements.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
436          </tr>
437          <tr>
438            <td width="100">  </td>
439            <th>
440              <a href="../../../nw/lyt/Pane/SetSRTElement.html">SetSRTElement</a>
441            </th>
442            <td>Specifies an index to set a pane's SRT elements.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
443          </tr>
444          <tr>
445            <td width="100"> <span class="virtual_style" title="virtual">V</span>
446            </td>
447            <th>
448              <a href="../../../nw/lyt/Picture/GetColorElement.html">GetColorElement</a>
449            </th>
450            <td>Gets the pane's alpha value or vertex color components.</td>
451          </tr>
452          <tr>
453            <td width="100"> <span class="virtual_style" title="virtual">V</span>
454            </td>
455            <th>
456              <a href="../../../nw/lyt/Picture/SetColorElement.html">SetColorElement</a>
457            </th>
458            <td>Sets the pane's alpha value or vertex color components.</td>
459          </tr>
460          <tr>
461            <td width="100">  </td>
462            <th>
463              <a href="../../../nw/lyt/Picture/GetMaterial.html"><CODE>GetMaterial</CODE></a>
464            </th>
465            <td>Gets the pane's material.</td>
466          </tr>
467          <tr>
468            <td width="100">  </td>
469            <th>
470              <a href="../../../nw/lyt/Pane/GetExtUserDataNum.html">GetExtUserDataNum</a>
471            </th>
472            <td>Gets the amount of extended user data.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
473          </tr>
474          <tr>
475            <td width="100">  </td>
476            <th>
477              <a href="../../../nw/lyt/Pane/GetExtUserDataArray.html">GetExtUserDataArray</a>
478            </th>
479            <td>Gets the extended user data array.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
480          </tr>
481          <tr>
482            <td width="100">  </td>
483            <th>
484              <a href="../../../nw/lyt/Pane/FindExtUserDataByName.html">FindExtUserDataByName</a>
485            </th>
486            <td>Searches for extended user data by name.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
487          </tr>
488          <tr>
489            <th class="category" colspan="3">Parent-Child Relationships</th>
490          </tr>
491          <tr>
492            <td width="100">  </td>
493            <th>
494              <a href="../../../nw/lyt/Pane/GetParent.html"><CODE>GetParent</CODE></a>
495            </th>
496            <td>Gets the parent pane.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
497          </tr>
498          <tr>
499            <td width="100">  </td>
500            <th>
501              <a href="../../../nw/lyt/Pane/GetChildList.html">GetChildList</a>
502            </th>
503            <td>Gets a list of child panes.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
504          </tr>
505          <tr>
506            <td width="100">  </td>
507            <th>
508              <a href="../../../nw/lyt/Pane/AppendChild.html">AppendChild</a>
509            </th>
510            <td>Adds a pane to the end of the child pane list.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
511          </tr>
512          <tr>
513            <td width="100">  </td>
514            <th>
515              <a href="../../../nw/lyt/Pane/PrependChild.html">PrependChild</a>
516            </th>
517            <td>Adds a pane to the start of the child pane list.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
518          </tr>
519          <tr>
520            <td width="100">  </td>
521            <th>
522              <a href="../../../nw/lyt/Pane/InsertChild.html">InsertChild</a>
523            </th>
524            <td>Inserts a child pane at the specified position.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
525          </tr>
526          <tr>
527            <td width="100">  </td>
528            <th>
529              <a href="../../../nw/lyt/Pane/RemoveChild.html">RemoveChild</a>
530            </th>
531            <td>Removes a pane from the child pane list.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
532          </tr>
533          <tr>
534            <th class="category" colspan="3">Search</th>
535          </tr>
536          <tr>
537            <td width="100"> <span class="virtual_style" title="virtual">V</span>
538            </td>
539            <th>
540              <a href="../../../nw/lyt/Picture/FindPaneByName.html">FindPaneByName</a>
541            </th>
542            <td>Searches for panes by name.</td>
543          </tr>
544          <tr>
545            <td width="100"> <span class="virtual_style" title="virtual">V</span>
546            </td>
547            <th>
548              <a href="../../../nw/lyt/Picture/FindMaterialByName.html">FindMaterialByName</a>
549            </th>
550            <td>Searches for materials by name.</td>
551          </tr>
552          <tr>
553            <th class="category" colspan="3">Animation</th>
554          </tr>
555          <tr>
556            <td width="100"> <span class="virtual_style" title="virtual">V</span>
557            </td>
558            <th>
559              <a href="../../../nw/lyt/Picture/Animate.html">Animate</a>
560            </th>
561            <td>Calculates animation results for both self and for the children.</td>
562          </tr>
563          <tr>
564            <td width="100"> <span class="virtual_style" title="virtual">V</span>
565            </td>
566            <th>
567              <a href="../../../nw/lyt/Picture/AnimateSelf.html">AnimateSelf</a>
568            </th>
569            <td>Calculates the animation result for self.</td>
570          </tr>
571          <tr>
572            <td width="100">  </td>
573            <th>
574              <a href="../../../nw/lyt/Pane/GetAnimationList.html">GetAnimationList</a>
575            </th>
576            <td>Gets a list of bound animations.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
577          </tr>
578          <tr>
579            <td width="100"> <span class="virtual_style" title="virtual">V</span>
580            </td>
581            <th>
582              <a href="../../../nw/lyt/Picture/BindAnimation.html"><CODE>BindAnimation</CODE></a>
583            </th>
584            <td>Binds animations.</td>
585          </tr>
586          <tr>
587            <td width="100"> <span class="virtual_style" title="virtual">V</span>
588            </td>
589            <th>
590              <a href="../../../nw/lyt/Picture/UnbindAnimation.html">UnbindAnimation</a>
591            </th>
592            <td>Clears a bound animation.</td>
593          </tr>
594          <tr>
595            <td width="100"> <span class="virtual_style" title="virtual">V</span>
596            </td>
597            <th>
598              <a href="../../../nw/lyt/Picture/UnbindAllAnimation.html">UnbindAllAnimation</a>
599            </th>
600            <td>Clears all bound animations.</td>
601          </tr>
602          <tr>
603            <td width="100"> <span class="virtual_style" title="virtual">V</span>
604            </td>
605            <th>
606              <a href="../../../nw/lyt/Picture/UnbindAnimationSelf.html">UnbindAnimationSelf</a>
607            </th>
608            <td>Clears the window's animation links.</td>
609          </tr>
610          <tr>
611            <td width="100">  </td>
612            <th>
613              <a href="../../../nw/lyt/Pane/AddAnimationLink.html">AddAnimationLink</a>
614            </th>
615            <td>Adds animation link information.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
616          </tr>
617          <tr>
618            <td width="100"> <span class="virtual_style" title="virtual">V</span>
619            </td>
620            <th>
621              <a href="../../../nw/lyt/Picture/FindAnimationLinkSelf.html">FindAnimationLinkSelf</a>
622            </th>
623            <td>Searches for animation link information.</td>
624          </tr>
625          <tr>
626            <td width="100"> <span class="virtual_style" title="virtual">V</span>
627            </td>
628            <th>
629              <a href="../../../nw/lyt/Picture/SetAnimationEnable.html">SetAnimationEnable</a>
630            </th>
631            <td>Sets the animation enable/disable state.</td>
632          </tr>
633          <tr>
634            <th class="category" colspan="3">Rendering</th>
635          </tr>
636          <tr>
637            <td width="100">  </td>
638            <th>
639              <a href="../../../nw/lyt/Pane/IsVisible.html"><CODE>IsVisible</CODE></a>
640            </th>
641            <td>Determines whether a pane is displayed.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
642          </tr>
643          <tr>
644            <td width="100">  </td>
645            <th>
646              <a href="../../../nw/lyt/Pane/SetVisible.html"><CODE>SetVisible</CODE></a>
647            </th>
648            <td>Toggles pane display.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
649          </tr>
650          <tr>
651            <td width="100"> <span class="virtual_style" title="virtual">V</span>
652            </td>
653            <th>
654              <a href="../../../nw/lyt/Picture/CalculateMtx.html">CalculateMtx</a>
655            </th>
656            <td>Calculates the matrix for rendering.</td>
657          </tr>
658          <tr>
659            <th class="category" colspan="3">Other</th>
660          </tr>
661          <tr>
662            <td width="100">  </td>
663            <th>
664              <a href="../../../nw/lyt/Pane/IsUserAllocated.html">IsUserAllocated</a>
665            </th>
666            <td>Determines whether the user constructed the pane.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
667          </tr>
668          <tr>
669            <td width="100">  </td>
670            <th>
671              <a href="../../../nw/lyt/Pane/SetUserAllocated.html">SetUserAllocated</a>
672            </th>
673            <td>Declares that the pane was constructed by the user.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
674          </tr>
675          <tr>
676            <td width="100">  </td>
677            <th>
678              <a href="../../../nw/lyt/Pane/SetExtUserDataList.html">SetExtUserDataList</a>
679            </th>
680            <td>Sets the extended user data list.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
681          </tr>
682          <tr>
683            <td width="100"> <span class="virtual_style" title="virtual">V</span>
684            </td>
685            <th>
686              <a href="../../../nw/lyt/Picture/Draw.html">Draw</a>
687            </th>
688            <td>Draws its own pane and child panes.</td>
689          </tr>
690          <tr>
691            <td width="100">  </td>
692            <th>
693              <a href="../../../nw/lyt/Pane/SetMtxDirty.html">SetMtxDirty</a>
694            </th>
695            <td>Requests SRT matrix recalculation.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
696          </tr>
697          <tr>
698            <td width="100">
699              <span class="protected_style" title="protected">protected</span> <span class="virtual_style" title="virtual">V</span>
700            </td>
701            <th>
702              <a href="../../../nw/lyt/Picture/DrawSelf.html">DrawSelf</a>
703            </th>
704            <td>Performs the self-rendering process.</td>
705          </tr>
706          <tr>
707            <td width="100">
708              <span class="protected_style" title="protected">protected</span> <span class="virtual_style" title="virtual">V</span>
709            </td>
710            <th>
711              <a href="../../../nw/lyt/Picture/LoadMtx.html">LoadMtx</a>
712            </th>
713            <td>Calculates a model view matrix and sets it in <a href="../../../nw/lyt/GraphicsResource/Overview.html">GraphicsResource</a>.</td>
714          </tr>
715          <tr>
716            <td width="100">
717              <span class="protected_style" title="protected">protected</span>  </td>
718            <th>
719              <a href="../../../nw/lyt/Pane/GetVtxPos.html">GetVtxPos</a>
720            </th>
721            <td>Gets the pane's upper left coordinate.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
722          </tr>
723          <tr>
724            <td width="100">
725              <span class="protected_style" title="protected">protected</span>  </td>
726            <th>
727              <a href="../../../nw/lyt/Pane/GetMtxCondition.html">GetMtxCondition</a>
728            </th>
729            <td>Gets the local matrix status.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
730          </tr>
731          <tr>
732            <td width="100">
733              <span class="protected_style" title="protected">protected</span>  </td>
734            <th>
735              <a href="../../../nw/lyt/Pane/SetMtxCondition.html">SetMtxCondition</a>
736            </th>
737            <td>Sets the local matrix status.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
738          </tr> </table>
739      </div>
740    </a>
741    <h2>Class Hierarchy</h2>
742    <div class="section">
743      <p class="hierarchy">nw::lyt::internal::PaneBase<br />  <a href="../../../nw/lyt/Pane/Overview.html">nw::lyt::Pane</a><br />    <b>nw::lyt::Picture</b>
744      </p>
745    </div>
746    <h2>Revision History</h2>
747    <div class="section">
748      <dl class="history">
749        <dt>2009/09/18</dt>
750        <dd>Initial version.<br />
751        </dd>
752      </dl>
753    </div>
754  <hr><p>CONFIDENTIAL</p></body>
755</html>
756