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