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