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