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