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