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::TextBox</title>
49  </head>
50  <body>
51    <h1><CODE><a href="../../../nw/Overview.html">nw</a>::<a href="../../../nw/lyt/Overview.html">lyt</a>::TextBox</CODE> Class</h1>
52    <h2>Syntax</h2>
53    <div class="section">
54      <pre class="definition">class TextBox : 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>Pane for displaying text.</p>
59    </div>
60    <a name="typedef" id="typedef">
61      <h2><CODE>typedef</CODE> Definitions</h2>
62      <div class="section">
63        <table class="members">
64          <tr>
65            <td width="100" />
66            <th>
67              <a href="../../../nw/lyt/TextBox/TagProcessor.html"><CODE>TagProcessor</CODE></a>
68            </th>
69            <td>Definition of the tag processor used by the <a href="../../../nw/lyt/TextBox/Overview.html">TextBox</a>.</td>
70          </tr> </table>
71      </div>
72    </a> <a name="variable" id="variable">
73      <h2>Member Variables</h2>
74      <div class="section">
75        <table class="members">
76          <tr>
77            <td width="100"> </td>
78            <th>
79              <span class="argument"><CODE>NW_UT_RUNTIME_TYPEINFO</CODE></span>
80            </th>
81            <td width="100" />
82            <td>Runtime type information.</td>
83          </tr> </table>
84      </div>
85    </a> <a name="function" id="function">
86      <h2>Member Functions</h2>
87      <div class="section">
88        <table class="members">
89          <tr>
90            <th class="category" colspan="3">Constructors and Destructors</th>
91          </tr>
92          <tr>
93            <td width="100">  </td>
94            <th>
95              <a href="../../../nw/lyt/TextBox/TextBox.html">TextBox</a>
96            </th>
97            <td>Constructor.</td>
98          </tr>
99          <tr>
100            <td width="100"> <span class="virtual_style" title="virtual">V</span>
101            </td>
102            <th>
103              <a href="../../../nw/lyt/TextBox/~TextBox.html">~TextBox</a>
104            </th>
105            <td>Destructor.</td>
106          </tr>
107          <tr>
108            <th class="category" colspan="3">String Operations</th>
109          </tr>
110          <tr>
111            <td width="100">  </td>
112            <th>
113              <a href="../../../nw/lyt/TextBox/GetString.html"><CODE>GetString</CODE></a>
114            </th>
115            <td>Gets the text string being stored.</td>
116          </tr>
117          <tr>
118            <td width="100">  </td>
119            <th>
120              <a href="../../../nw/lyt/TextBox/GetStringBuffer.html">GetStringBuffer</a>
121            </th>
122            <td>Gets the text buffer.</td>
123          </tr>
124          <tr>
125            <td width="100">  </td>
126            <th>
127              <a href="../../../nw/lyt/TextBox/GetStringLength.html">GetStringLength</a>
128            </th>
129            <td>Gets the number of characters in the text string being stored.</td>
130          </tr>
131          <tr>
132            <td width="100">  </td>
133            <th>
134              <a href="../../../nw/lyt/TextBox/GetStringBufferLength.html">GetStringBufferLength</a>
135            </th>
136            <td>Gets the number of characters that can be stored within the text buffer.</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/TextBox/AllocStringBuffer.html">AllocStringBuffer</a>
143            </th>
144            <td>Allocates the text buffer.</td>
145          </tr>
146          <tr>
147            <td width="100"> <span class="virtual_style" title="virtual">V</span>
148            </td>
149            <th>
150              <a href="../../../nw/lyt/TextBox/FreeStringBuffer.html">FreeStringBuffer</a>
151            </th>
152            <td>Deallocates the text buffer.</td>
153          </tr>
154          <tr>
155            <td width="100"> <span class="virtual_style" title="virtual">V</span>
156            </td>
157            <th>
158              <a href="../../../nw/lyt/TextBox/SetString.html">SetString</a>
159            </th>
160            <td>Stores a text string in the text buffer.</td>
161          </tr>
162          <tr>
163            <th class="category" colspan="3">Set/Get</th>
164          </tr>
165          <tr>
166            <td width="100">  </td>
167            <th>
168              <a href="../../../nw/lyt/TextBox/GetTextColor.html">GetTextColor</a>
169            </th>
170            <td>Gets the text display color.</td>
171          </tr>
172          <tr>
173            <td width="100">  </td>
174            <th>
175              <a href="../../../nw/lyt/TextBox/SetTextColor.html">SetTextColor</a>
176            </th>
177            <td>Sets the text display color.</td>
178          </tr>
179          <tr>
180            <td width="100">  </td>
181            <th>
182              <a href="../../../nw/lyt/TextBox/GetFont.html">GetFont</a>
183            </th>
184            <td>Gets the text font.</td>
185          </tr>
186          <tr>
187            <td width="100">  </td>
188            <th>
189              <a href="../../../nw/lyt/TextBox/SetFont.html">SetFont</a>
190            </th>
191            <td>Sets the text font.</td>
192          </tr>
193          <tr>
194            <td width="100">  </td>
195            <th>
196              <a href="../../../nw/lyt/TextBox/GetFontSize.html">GetFontSize</a>
197            </th>
198            <td>Gets the text font size.</td>
199          </tr>
200          <tr>
201            <td width="100">  </td>
202            <th>
203              <a href="../../../nw/lyt/TextBox/SetFontSize.html">SetFontSize</a>
204            </th>
205            <td>Sets the text font size.</td>
206          </tr>
207          <tr>
208            <td width="100">  </td>
209            <th>
210              <a href="../../../nw/lyt/TextBox/GetLineSpace.html">GetLineSpace</a>
211            </th>
212            <td>Gets the text line spacing.</td>
213          </tr>
214          <tr>
215            <td width="100">  </td>
216            <th>
217              <a href="../../../nw/lyt/TextBox/SetLineSpace.html">SetLineSpace</a>
218            </th>
219            <td>Sets the text line spacing.</td>
220          </tr>
221          <tr>
222            <td width="100">  </td>
223            <th>
224              <a href="../../../nw/lyt/TextBox/GetCharSpace.html">GetCharSpace</a>
225            </th>
226            <td>Gets the character spacing.</td>
227          </tr>
228          <tr>
229            <td width="100">  </td>
230            <th>
231              <a href="../../../nw/lyt/TextBox/SetCharSpace.html">SetCharSpace</a>
232            </th>
233            <td>Sets the text character spacing.</td>
234          </tr>
235          <tr>
236            <td width="100">  </td>
237            <th>
238              <a href="../../../nw/lyt/TextBox/GetTextPositionH.html">GetTextPositionH</a>
239            </th>
240            <td>Gets the horizontal position specification for the standard text display position settings.</td>
241          </tr>
242          <tr>
243            <td width="100">  </td>
244            <th>
245              <a href="../../../nw/lyt/TextBox/SetTextPositionH.html">SetTextPositionH</a>
246            </th>
247            <td>Sets the horizontal position specification for the text display standard position settings.</td>
248          </tr>
249          <tr>
250            <td width="100">  </td>
251            <th>
252              <a href="../../../nw/lyt/TextBox/GetTextPositionV.html">GetTextPositionV</a>
253            </th>
254            <td>Gets the vertical position specification for the standard text display position settings.</td>
255          </tr>
256          <tr>
257            <td width="100">  </td>
258            <th>
259              <a href="../../../nw/lyt/TextBox/SetTextPositionV.html">SetTextPositionV</a>
260            </th>
261            <td>Sets the vertical position specification for the text display standard position settings.</td>
262          </tr>
263          <tr>
264            <td width="100">  </td>
265            <th>
266              <a href="../../../nw/lyt/TextBox/GetTextAlignment.html">GetTextAlignment</a>
267            </th>
268            <td>Gets the alignment specification.</td>
269          </tr>
270          <tr>
271            <td width="100">  </td>
272            <th>
273              <a href="../../../nw/lyt/TextBox/SetTextAlignment.html">SetTextAlignment</a>
274            </th>
275            <td>Sets the alignment specification.</td>
276          </tr>
277          <tr>
278            <td width="100">  </td>
279            <th>
280              <a href="../../../nw/lyt/TextBox/GetTagProcessor.html">GetTagProcessor</a>
281            </th>
282            <td>Gets the tag processor.</td>
283          </tr>
284          <tr>
285            <td width="100">  </td>
286            <th>
287              <a href="../../../nw/lyt/TextBox/SetTagProcessor.html">SetTagProcessor</a>
288            </th>
289            <td>Sets the tag processor.</td>
290          </tr>
291          <tr>
292            <td width="100"> <span class="virtual_style" title="virtual">V</span>
293            </td>
294            <th>
295              <a href="../../../nw/lyt/TextBox/GetVtxColor.html">GetVtxColor</a>
296            </th>
297            <td>Gets the text display (vertex) color.</td>
298          </tr>
299          <tr>
300            <td width="100"> <span class="virtual_style" title="virtual">V</span>
301            </td>
302            <th>
303              <a href="../../../nw/lyt/TextBox/SetVtxColor.html">SetVtxColor</a>
304            </th>
305            <td>Sets the text display (vertex) color.</td>
306          </tr>
307          <tr>
308            <td width="100"> <span class="virtual_style" title="virtual">V</span>
309            </td>
310            <th>
311              <a href="../../../nw/lyt/TextBox/GetVtxColorElement.html">GetVtxColorElement</a>
312            </th>
313            <td>Gets text display color (vertex color) components.</td>
314          </tr>
315          <tr>
316            <td width="100"> <span class="virtual_style" title="virtual">V</span>
317            </td>
318            <th>
319              <a href="../../../nw/lyt/TextBox/SetVtxColorElement.html">SetVtxColorElement</a>
320            </th>
321            <td>Sets text display (vertex) color components.</td>
322          </tr>
323          <tr>
324            <td width="100">  </td>
325            <th>
326              <a href="../../../nw/lyt/TextBox/UpdateDrawCharData.html">UpdateDrawCharData</a>
327            </th>
328            <td>Creates data for drawing text.(For the <a href="../../../nw/lyt/Drawer/Draw.html"><CODE>Drawer::Draw</CODE></a> function.)</td>
329          </tr>
330          <tr>
331            <td width="100">  </td>
332            <th>
333              <a href="../../../nw/lyt/TextBox/GetTextDrawRect.html">GetTextDrawRect</a>
334            </th>
335            <td>Gets the rectangle in which text will be rendered.</td>
336          </tr>
337          <tr>
338            <td width="100"> <span class="virtual_style" title="virtual">V</span>
339            </td>
340            <th>
341              <a href="../../../nw/lyt/TextBox/GetMaterialNum.html">GetMaterialNum</a>
342            </th>
343            <td>Gets the number of materials held by the pane.</td>
344          </tr>
345          <tr>
346            <td width="100"> <span class="virtual_style" title="virtual">V</span>
347            </td>
348            <th>
349              <a href="../../../nw/lyt/TextBox/GetMaterial.html"><CODE>GetMaterial</CODE></a>
350            </th>
351            <td>Gets the pane's material.</td>
352          </tr>
353          <tr>
354            <td width="100">  </td>
355            <th>
356              <a href="../../../nw/lyt/TextBox/SetMaterial.html"><CODE>SetMaterial</CODE></a>
357            </th>
358            <td>Sets a material.</td>
359          </tr>
360          <tr>
361            <th class="category" colspan="3">Set/Get</th>
362          </tr>
363          <tr>
364            <td width="100">  </td>
365            <th>
366              <a href="../../../nw/lyt/Pane/GetName.html"><CODE>GetName</CODE></a>
367            </th>
368            <td>Gets the name of the pane.(Inherited from <a href="../../../nw/lyt/Pane/Overview.html"><CODE>Pane</CODE></a>.)</td>
369          </tr>
370          <tr>
371            <td width="100">  </td>
372            <th>
373              <a href="../../../nw/lyt/Pane/SetName.html">SetName</a>
374            </th>
375            <td>Sets the name of the pane.(Inherited from <a href="../../../nw/lyt/Pane/Overview.html"><CODE>Pane</CODE></a>.)</td>
376          </tr>
377          <tr>
378            <td width="100">  </td>
379            <th>
380              <a href="../../../nw/lyt/Pane/GetUserData.html"><CODE>GetUserData</CODE></a>
381            </th>
382            <td>Gets the user information.(Inherited from <a href="../../../nw/lyt/Pane/Overview.html"><CODE>Pane</CODE></a>.)</td>
383          </tr>
384          <tr>
385            <td width="100">  </td>
386            <th>
387              <a href="../../../nw/lyt/Pane/SetUserData.html">SetUserData</a>
388            </th>
389            <td>Sets the user information.(Inherited from <a href="../../../nw/lyt/Pane/Overview.html"><CODE>Pane</CODE></a>.)</td>
390          </tr>
391          <tr>
392            <td width="100">  </td>
393            <th>
394              <a href="../../../nw/lyt/Pane/IsInfluencedAlpha.html">IsInfluencedAlpha</a>
395            </th>
396            <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>
397          </tr>
398          <tr>
399            <td width="100">  </td>
400            <th>
401              <a href="../../../nw/lyt/Pane/SetInfluencedAlpha.html">SetInfluencedAlpha</a>
402            </th>
403            <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>
404          </tr>
405          <tr>
406            <td width="100">  </td>
407            <th>
408              <a href="../../../nw/lyt/Pane/IsLocationAdjust.html">IsLocationAdjust</a>
409            </th>
410            <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>
411          </tr>
412          <tr>
413            <td width="100">  </td>
414            <th>
415              <a href="../../../nw/lyt/Pane/SetLocationAdjust.html">SetLocationAdjust</a>
416            </th>
417            <td>Sets whether position adjustment processing is applied.(Inherited from <a href="../../../nw/lyt/Pane/Overview.html"><CODE>Pane</CODE></a>.)</td>
418          </tr>
419          <tr>
420            <td width="100">  </td>
421            <th>
422              <a href="../../../nw/lyt/Pane/GetTranslate.html"><CODE>GetTranslate</CODE></a>
423            </th>
424            <td>Gets the pane's display position.(Inherited from <a href="../../../nw/lyt/Pane/Overview.html"><CODE>Pane</CODE></a>.)</td>
425          </tr>
426          <tr>
427            <td width="100">  </td>
428            <th>
429              <a href="../../../nw/lyt/Pane/SetTranslate.html"><CODE>SetTranslate</CODE></a>
430            </th>
431            <td>Sets the pane's display position.(Inherited from <a href="../../../nw/lyt/Pane/Overview.html"><CODE>Pane</CODE></a>.)</td>
432          </tr>
433          <tr>
434            <td width="100">  </td>
435            <th>
436              <a href="../../../nw/lyt/Pane/GetRotate.html">GetRotate</a>
437            </th>
438            <td>Gets the pane's rotation.(Inherited from <a href="../../../nw/lyt/Pane/Overview.html"><CODE>Pane</CODE></a>.)</td>
439          </tr>
440          <tr>
441            <td width="100">  </td>
442            <th>
443              <a href="../../../nw/lyt/Pane/SetRotate.html"><CODE>SetRotate</CODE></a>
444            </th>
445            <td>Sets the pane's rotation.(Inherited from <a href="../../../nw/lyt/Pane/Overview.html"><CODE>Pane</CODE></a>.)</td>
446          </tr>
447          <tr>
448            <td width="100">  </td>
449            <th>
450              <a href="../../../nw/lyt/Pane/GetScale.html">GetScale</a>
451            </th>
452            <td>Gets the pane's scale ratio.(Inherited from <a href="../../../nw/lyt/Pane/Overview.html"><CODE>Pane</CODE></a>.)</td>
453          </tr>
454          <tr>
455            <td width="100">  </td>
456            <th>
457              <a href="../../../nw/lyt/Pane/SetScale.html"><CODE>SetScale</CODE></a>
458            </th>
459            <td>Sets the pane's scale ratio.(Inherited from <a href="../../../nw/lyt/Pane/Overview.html"><CODE>Pane</CODE></a>.)</td>
460          </tr>
461          <tr>
462            <td width="100">  </td>
463            <th>
464              <a href="../../../nw/lyt/Pane/GetSize.html">GetSize</a>
465            </th>
466            <td>Gets the size of the pane.(Inherited from <a href="../../../nw/lyt/Pane/Overview.html"><CODE>Pane</CODE></a>.)</td>
467          </tr>
468          <tr>
469            <td width="100">  </td>
470            <th>
471              <a href="../../../nw/lyt/Pane/SetSize.html"><CODE>SetSize</CODE></a>
472            </th>
473            <td>Sets the size of the pane.(Inherited from <a href="../../../nw/lyt/Pane/Overview.html"><CODE>Pane</CODE></a>.)</td>
474          </tr>
475          <tr>
476            <td width="100">  </td>
477            <th>
478              <a href="../../../nw/lyt/Pane/GetBasePositionH.html">GetBasePositionH</a>
479            </th>
480            <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>
481          </tr>
482          <tr>
483            <td width="100">  </td>
484            <th>
485              <a href="../../../nw/lyt/Pane/SetBasePositionH.html">SetBasePositionH</a>
486            </th>
487            <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>
488          </tr>
489          <tr>
490            <td width="100">  </td>
491            <th>
492              <a href="../../../nw/lyt/Pane/GetBasePositionV.html">GetBasePositionV</a>
493            </th>
494            <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>
495          </tr>
496          <tr>
497            <td width="100">  </td>
498            <th>
499              <a href="../../../nw/lyt/Pane/SetBasePositionV.html">SetBasePositionV</a>
500            </th>
501            <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>
502          </tr>
503          <tr>
504            <td width="100">  </td>
505            <th>
506              <a href="../../../nw/lyt/Pane/GetMtx.html">GetMtx</a>
507            </th>
508            <td>Gets the pane's SRT matrix.(Inherited from <a href="../../../nw/lyt/Pane/Overview.html"><CODE>Pane</CODE></a>.)</td>
509          </tr>
510          <tr>
511            <td width="100">  </td>
512            <th>
513              <a href="../../../nw/lyt/Pane/SetMtx.html">SetMtx</a>
514            </th>
515            <td>Sets the pane's SRT matrix.(Inherited from <a href="../../../nw/lyt/Pane/Overview.html"><CODE>Pane</CODE></a>.)</td>
516          </tr>
517          <tr>
518            <td width="100">  </td>
519            <th>
520              <a href="../../../nw/lyt/Pane/IsUserMtx.html">IsUserMtx</a>
521            </th>
522            <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>
523          </tr>
524          <tr>
525            <td width="100">  </td>
526            <th>
527              <a href="../../../nw/lyt/Pane/ResetMtx.html">ResetMtx</a>
528            </th>
529            <td>Cancels the SRT matrix settings.(Inherited from <a href="../../../nw/lyt/Pane/Overview.html"><CODE>Pane</CODE></a>.)</td>
530          </tr>
531          <tr>
532            <td width="100">  </td>
533            <th>
534              <a href="../../../nw/lyt/Pane/GetGlobalMtx.html">GetGlobalMtx</a>
535            </th>
536            <td>Gets the SRT matrix after calculation in the hierarchy.(Inherited from <a href="../../../nw/lyt/Pane/Overview.html"><CODE>Pane</CODE></a>.)</td>
537          </tr>
538          <tr>
539            <td width="100">  </td>
540            <th>
541              <a href="../../../nw/lyt/Pane/SetGlobalMtx.html">SetGlobalMtx</a>
542            </th>
543            <td>Sets the global matrix.(Inherited from <a href="../../../nw/lyt/Pane/Overview.html"><CODE>Pane</CODE></a>.)</td>
544          </tr>
545          <tr>
546            <td width="100">  </td>
547            <th>
548              <a href="../../../nw/lyt/Pane/IsUserGlobalMtx.html">IsUserGlobalMtx</a>
549            </th>
550            <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>
551          </tr>
552          <tr>
553            <td width="100">  </td>
554            <th>
555              <a href="../../../nw/lyt/Pane/ResetGlobalMtx.html">ResetGlobalMtx</a>
556            </th>
557            <td>Cancels the global matrix settings.(Inherited from <a href="../../../nw/lyt/Pane/Overview.html"><CODE>Pane</CODE></a>.)</td>
558          </tr>
559          <tr>
560            <td width="100">  </td>
561            <th>
562              <a href="../../../nw/lyt/Pane/GetPaneRect.html">GetPaneRect</a>
563            </th>
564            <td>Gets a rectangle in the pane's local coordinates.(Inherited from <a href="../../../nw/lyt/Pane/Overview.html"><CODE>Pane</CODE></a>.)</td>
565          </tr>
566          <tr>
567            <td width="100">  </td>
568            <th>
569              <a href="../../../nw/lyt/Pane/GetAlpha.html"><CODE>GetAlpha</CODE></a>
570            </th>
571            <td>Gets the pane's alpha value.(Inherited from <a href="../../../nw/lyt/Pane/Overview.html"><CODE>Pane</CODE></a>.)</td>
572          </tr>
573          <tr>
574            <td width="100">  </td>
575            <th>
576              <a href="../../../nw/lyt/Pane/SetAlpha.html"><CODE>SetAlpha</CODE></a>
577            </th>
578            <td>Sets the pane's alpha value.(Inherited from <a href="../../../nw/lyt/Pane/Overview.html"><CODE>Pane</CODE></a>.)</td>
579          </tr>
580          <tr>
581            <td width="100">  </td>
582            <th>
583              <a href="../../../nw/lyt/Pane/GetGlobalAlpha.html">GetGlobalAlpha</a>
584            </th>
585            <td>Gets the pane's global alpha value.(Inherited from <a href="../../../nw/lyt/Pane/Overview.html"><CODE>Pane</CODE></a>.)</td>
586          </tr>
587          <tr>
588            <td width="100">  </td>
589            <th>
590              <a href="../../../nw/lyt/Pane/SetGlobalAlpha.html">SetGlobalAlpha</a>
591            </th>
592            <td>Sets the pane's global alpha value.(Inherited from <a href="../../../nw/lyt/Pane/Overview.html"><CODE>Pane</CODE></a>.)</td>
593          </tr>
594          <tr>
595            <td width="100">  </td>
596            <th>
597              <a href="../../../nw/lyt/Pane/GetSRTElement.html">GetSRTElement</a>
598            </th>
599            <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>
600          </tr>
601          <tr>
602            <td width="100">  </td>
603            <th>
604              <a href="../../../nw/lyt/Pane/SetSRTElement.html">SetSRTElement</a>
605            </th>
606            <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>
607          </tr>
608          <tr>
609            <td width="100"> <span class="virtual_style" title="virtual">V</span>
610            </td>
611            <th>
612              <a href="../../../nw/lyt/TextBox/GetColorElement.html">GetColorElement</a>
613            </th>
614            <td>Gets the pane's alpha value or vertex color components.</td>
615          </tr>
616          <tr>
617            <td width="100"> <span class="virtual_style" title="virtual">V</span>
618            </td>
619            <th>
620              <a href="../../../nw/lyt/TextBox/SetColorElement.html">SetColorElement</a>
621            </th>
622            <td>Sets the pane's alpha value or vertex color components.</td>
623          </tr>
624          <tr>
625            <td width="100">  </td>
626            <th>
627              <a href="../../../nw/lyt/TextBox/GetMaterial.html"><CODE>GetMaterial</CODE></a>
628            </th>
629            <td>Gets the pane's material.</td>
630          </tr>
631          <tr>
632            <td width="100">  </td>
633            <th>
634              <a href="../../../nw/lyt/Pane/GetExtUserDataNum.html">GetExtUserDataNum</a>
635            </th>
636            <td>Gets the amount of extended user data.(Inherited from <a href="../../../nw/lyt/Pane/Overview.html"><CODE>Pane</CODE></a>.)</td>
637          </tr>
638          <tr>
639            <td width="100">  </td>
640            <th>
641              <a href="../../../nw/lyt/Pane/GetExtUserDataArray.html">GetExtUserDataArray</a>
642            </th>
643            <td>Gets the extended user data array.(Inherited from <a href="../../../nw/lyt/Pane/Overview.html"><CODE>Pane</CODE></a>.)</td>
644          </tr>
645          <tr>
646            <td width="100">  </td>
647            <th>
648              <a href="../../../nw/lyt/Pane/FindExtUserDataByName.html">FindExtUserDataByName</a>
649            </th>
650            <td>Searches for extended user data by name.(Inherited from <a href="../../../nw/lyt/Pane/Overview.html"><CODE>Pane</CODE></a>.)</td>
651          </tr>
652          <tr>
653            <th class="category" colspan="3">Parent-Child Relationships</th>
654          </tr>
655          <tr>
656            <td width="100">  </td>
657            <th>
658              <a href="../../../nw/lyt/Pane/GetParent.html"><CODE>GetParent</CODE></a>
659            </th>
660            <td>Gets the parent pane.(Inherited from <a href="../../../nw/lyt/Pane/Overview.html"><CODE>Pane</CODE></a>.)</td>
661          </tr>
662          <tr>
663            <td width="100">  </td>
664            <th>
665              <a href="../../../nw/lyt/Pane/GetChildList.html">GetChildList</a>
666            </th>
667            <td>Gets a list of child panes.(Inherited from <a href="../../../nw/lyt/Pane/Overview.html"><CODE>Pane</CODE></a>.)</td>
668          </tr>
669          <tr>
670            <td width="100">  </td>
671            <th>
672              <a href="../../../nw/lyt/Pane/AppendChild.html">AppendChild</a>
673            </th>
674            <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>
675          </tr>
676          <tr>
677            <td width="100">  </td>
678            <th>
679              <a href="../../../nw/lyt/Pane/PrependChild.html">PrependChild</a>
680            </th>
681            <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>
682          </tr>
683          <tr>
684            <td width="100">  </td>
685            <th>
686              <a href="../../../nw/lyt/Pane/InsertChild.html">InsertChild</a>
687            </th>
688            <td>Inserts a child pane at the specified position.(Inherited from <a href="../../../nw/lyt/Pane/Overview.html"><CODE>Pane</CODE></a>.)</td>
689          </tr>
690          <tr>
691            <td width="100">  </td>
692            <th>
693              <a href="../../../nw/lyt/Pane/RemoveChild.html">RemoveChild</a>
694            </th>
695            <td>Removes a pane from the child pane list.(Inherited from <a href="../../../nw/lyt/Pane/Overview.html"><CODE>Pane</CODE></a>.)</td>
696          </tr>
697          <tr>
698            <th class="category" colspan="3">Search</th>
699          </tr>
700          <tr>
701            <td width="100"> <span class="virtual_style" title="virtual">V</span>
702            </td>
703            <th>
704              <a href="../../../nw/lyt/TextBox/FindPaneByName.html">FindPaneByName</a>
705            </th>
706            <td>Searches for panes by name.</td>
707          </tr>
708          <tr>
709            <td width="100"> <span class="virtual_style" title="virtual">V</span>
710            </td>
711            <th>
712              <a href="../../../nw/lyt/TextBox/FindMaterialByName.html">FindMaterialByName</a>
713            </th>
714            <td>Searches for materials by name.</td>
715          </tr>
716          <tr>
717            <th class="category" colspan="3">Animation</th>
718          </tr>
719          <tr>
720            <td width="100"> <span class="virtual_style" title="virtual">V</span>
721            </td>
722            <th>
723              <a href="../../../nw/lyt/TextBox/Animate.html">Animate</a>
724            </th>
725            <td>Calculates animation results for both self and for the children.</td>
726          </tr>
727          <tr>
728            <td width="100"> <span class="virtual_style" title="virtual">V</span>
729            </td>
730            <th>
731              <a href="../../../nw/lyt/TextBox/AnimateSelf.html">AnimateSelf</a>
732            </th>
733            <td>Calculates the animation result for self.</td>
734          </tr>
735          <tr>
736            <td width="100">  </td>
737            <th>
738              <a href="../../../nw/lyt/Pane/GetAnimationList.html">GetAnimationList</a>
739            </th>
740            <td>Gets a list of bound animations.(Inherited from <a href="../../../nw/lyt/Pane/Overview.html"><CODE>Pane</CODE></a>.)</td>
741          </tr>
742          <tr>
743            <td width="100"> <span class="virtual_style" title="virtual">V</span>
744            </td>
745            <th>
746              <a href="../../../nw/lyt/TextBox/BindAnimation.html"><CODE>BindAnimation</CODE></a>
747            </th>
748            <td>Binds animations.</td>
749          </tr>
750          <tr>
751            <td width="100"> <span class="virtual_style" title="virtual">V</span>
752            </td>
753            <th>
754              <a href="../../../nw/lyt/TextBox/UnbindAnimation.html">UnbindAnimation</a>
755            </th>
756            <td>Clears a bound animation.</td>
757          </tr>
758          <tr>
759            <td width="100"> <span class="virtual_style" title="virtual">V</span>
760            </td>
761            <th>
762              <a href="../../../nw/lyt/TextBox/UnbindAllAnimation.html">UnbindAllAnimation</a>
763            </th>
764            <td>Clears all bound animations.</td>
765          </tr>
766          <tr>
767            <td width="100"> <span class="virtual_style" title="virtual">V</span>
768            </td>
769            <th>
770              <a href="../../../nw/lyt/TextBox/UnbindAnimationSelf.html">UnbindAnimationSelf</a>
771            </th>
772            <td>Unbinds the animations bound to the local item.</td>
773          </tr>
774          <tr>
775            <td width="100">  </td>
776            <th>
777              <a href="../../../nw/lyt/Pane/AddAnimationLink.html">AddAnimationLink</a>
778            </th>
779            <td>Adds animation link information.(Inherited from <a href="../../../nw/lyt/Pane/Overview.html"><CODE>Pane</CODE></a>.)</td>
780          </tr>
781          <tr>
782            <td width="100"> <span class="virtual_style" title="virtual">V</span>
783            </td>
784            <th>
785              <a href="../../../nw/lyt/TextBox/FindAnimationLinkSelf.html">FindAnimationLinkSelf</a>
786            </th>
787            <td>Searches for animation link information.</td>
788          </tr>
789          <tr>
790            <td width="100"> <span class="virtual_style" title="virtual">V</span>
791            </td>
792            <th>
793              <a href="../../../nw/lyt/TextBox/SetAnimationEnable.html">SetAnimationEnable</a>
794            </th>
795            <td>Sets the animation enable/disable state.</td>
796          </tr>
797          <tr>
798            <th class="category" colspan="3">Rendering</th>
799          </tr>
800          <tr>
801            <td width="100">  </td>
802            <th>
803              <a href="../../../nw/lyt/Pane/IsVisible.html"><CODE>IsVisible</CODE></a>
804            </th>
805            <td>Determines whether a pane is displayed.(Inherited from <a href="../../../nw/lyt/Pane/Overview.html"><CODE>Pane</CODE></a>.)</td>
806          </tr>
807          <tr>
808            <td width="100">  </td>
809            <th>
810              <a href="../../../nw/lyt/Pane/SetVisible.html"><CODE>SetVisible</CODE></a>
811            </th>
812            <td>Toggles pane display.(Inherited from <a href="../../../nw/lyt/Pane/Overview.html"><CODE>Pane</CODE></a>.)</td>
813          </tr>
814          <tr>
815            <td width="100"> <span class="virtual_style" title="virtual">V</span>
816            </td>
817            <th>
818              <a href="../../../nw/lyt/TextBox/CalculateMtx.html">CalculateMtx</a>
819            </th>
820            <td>Calculates the matrix for rendering.</td>
821          </tr>
822          <tr>
823            <th class="category" colspan="3">Other</th>
824          </tr>
825          <tr>
826            <td width="100">  </td>
827            <th>
828              <a href="../../../nw/lyt/Pane/IsUserAllocated.html">IsUserAllocated</a>
829            </th>
830            <td>Determines whether the user constructed the pane.(Inherited from <a href="../../../nw/lyt/Pane/Overview.html"><CODE>Pane</CODE></a>.)</td>
831          </tr>
832          <tr>
833            <td width="100">  </td>
834            <th>
835              <a href="../../../nw/lyt/Pane/SetUserAllocated.html">SetUserAllocated</a>
836            </th>
837            <td>Declares that the pane was constructed by the user.(Inherited from <a href="../../../nw/lyt/Pane/Overview.html"><CODE>Pane</CODE></a>.)</td>
838          </tr>
839          <tr>
840            <td width="100">  </td>
841            <th>
842              <a href="../../../nw/lyt/Pane/SetExtUserDataList.html">SetExtUserDataList</a>
843            </th>
844            <td>Sets the extended user data list.(Inherited from <a href="../../../nw/lyt/Pane/Overview.html"><CODE>Pane</CODE></a>.)</td>
845          </tr>
846          <tr>
847            <td width="100"> <span class="virtual_style" title="virtual">V</span>
848            </td>
849            <th>
850              <a href="../../../nw/lyt/TextBox/Draw.html">Draw</a>
851            </th>
852            <td>Draws its own pane and child panes.</td>
853          </tr>
854          <tr>
855            <td width="100">  </td>
856            <th>
857              <a href="../../../nw/lyt/Pane/SetMtxDirty.html">SetMtxDirty</a>
858            </th>
859            <td>Requests SRT matrix recalculation.(Inherited from <a href="../../../nw/lyt/Pane/Overview.html"><CODE>Pane</CODE></a>.)</td>
860          </tr>
861          <tr>
862            <td width="100">
863              <span class="protected_style" title="protected">protected</span> <span class="virtual_style" title="virtual">V</span>
864            </td>
865            <th>
866              <a href="../../../nw/lyt/TextBox/DrawSelf.html">DrawSelf</a>
867            </th>
868            <td>Performs the self-rendering process.</td>
869          </tr>
870          <tr>
871            <td width="100">
872              <span class="protected_style" title="protected">protected</span> <span class="virtual_style" title="virtual">V</span>
873            </td>
874            <th>
875              <a href="../../../nw/lyt/TextBox/LoadMtx.html">LoadMtx</a>
876            </th>
877            <td>Calculates a model view matrix and sets it in <a href="../../../nw/lyt/GraphicsResource/Overview.html">GraphicsResource</a>.</td>
878          </tr>
879          <tr>
880            <td width="100">
881              <span class="protected_style" title="protected">protected</span>  </td>
882            <th>
883              <a href="../../../nw/lyt/Pane/GetVtxPos.html">GetVtxPos</a>
884            </th>
885            <td>Gets the pane's upper left coordinate.(Inherited from <a href="../../../nw/lyt/Pane/Overview.html"><CODE>Pane</CODE></a>.)</td>
886          </tr>
887          <tr>
888            <td width="100">
889              <span class="protected_style" title="protected">protected</span>  </td>
890            <th>
891              <a href="../../../nw/lyt/Pane/GetMtxCondition.html">GetMtxCondition</a>
892            </th>
893            <td>Gets the local matrix status.(Inherited from <a href="../../../nw/lyt/Pane/Overview.html"><CODE>Pane</CODE></a>.)</td>
894          </tr>
895          <tr>
896            <td width="100">
897              <span class="protected_style" title="protected">protected</span>  </td>
898            <th>
899              <a href="../../../nw/lyt/Pane/SetMtxCondition.html">SetMtxCondition</a>
900            </th>
901            <td>Sets the local matrix status.(Inherited from <a href="../../../nw/lyt/Pane/Overview.html"><CODE>Pane</CODE></a>.)</td>
902          </tr> </table>
903      </div>
904    </a>
905    <h2>Class Hierarchy</h2>
906    <div class="section">
907      <p class="hierarchy">nw::lyt::internal::PaneBase<br />  <a href="../../../nw/lyt/Pane/Overview.html">nw::lyt::Pane</a><br />    <b>nw::lyt::TextBox</b>
908      </p>
909    </div>
910    <h2>Revision History</h2>
911    <div class="section">
912      <dl class="history">
913        <dt>2009/09/18</dt>
914        <dd>Initial version.<br />
915        </dd>
916      </dl>
917    </div>
918  <hr><p>CONFIDENTIAL</p></body>
919</html>
920