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 <title>Window</title> 8 </head> 9 <body> 10 <h1>nw::lyt::Window::Window Constructor</h1> 11 <h2>Syntax</h2> 12 <div class="section"> 13 <pre class="definition"> 14Window( 15 <span>u8</span> contentTexNum, 16 <span>u8</span> frameTexNum 17); 18 19Window( 20 <span>u8</span> contentTexNum, 21 <span>u8</span> frameLTTexNum, 22 <span>u8</span> frameRTTexNum, 23 <span>u8</span> frameRBTexNum, 24 <span>u8</span> frameLBTexNum 25); 26 27Window( 28 <span>u8</span> contentTexNum, 29 <span>u8</span> cornerLTTexNum, 30 <span>u8</span> cornerRTTexNum, 31 <span>u8</span> cornerRBTexNum, 32 <span>u8</span> cornerLBTexNum, 33 <span>u8</span> frameLTexNum, 34 <span>u8</span> frameTTexNum, 35 <span>u8</span> frameRTexNum, 36 <span>u8</span> frameBTexNum 37); 38 39Window( 40 const <a href="../../../nw/lyt/res/Window/Overview.html">res::Window</a> * pBlock, 41 const <a href="../../../nw/lyt/ResBlockSet/Overview.html">ResBlockSet</a> & resBlockSet 42); 43</pre> 44 </div> 45 <h2>List of Overloaded Member Functions</h2> 46 <div class="section"> 47 <table class="members"> 48 <tr> 49 <td> 50 <a href="./Window(0).html">Window ( u8, u8 ) </a> 51 </td> 52 <td>Constructor.</td> 53 </tr> 54 <tr> 55 <td> 56 <a href="./Window(1).html">Window ( u8, u8, u8, u8, u8 ) </a> 57 </td> 58 <td>Constructor.</td> 59 </tr> 60 <tr> 61 <td> 62 <a href="./Window(2).html">Window ( u8, u8, u8, u8, u8, u8, u8, u8, u8 ) </a> 63 </td> 64 <td>Constructor.</td> 65 </tr> 66 <tr> 67 <td> 68 <a href="./Window(3).html">Window ( const res::Window *, const ResBlockSet & ) </a> 69 </td> 70 <td>Constructor.</td> 71 </tr> </table> 72 </div> 73 <h2>Description of Window ( u8, u8 )</h2> 74 <div class="section"><p>This constructor allocates memory for the number of textures specified for the content region and frame (common to the four sides), and generates an object.</p></div> 75 <h2>Description of Window ( u8, u8, u8, u8, u8 )</h2> 76 <div class="section"><p>This constructor allocates memory for the number of textures specified for the content region and frame (four sides), and generates an object.</p></div> 77 <h2>Description of Window ( u8, u8, u8, u8, u8, u8, u8, u8, u8 )</h2> 78 <div class="section"><p>This constructor allocates memory for the number of textures specified for the content region and frame (four corners and four sides), and generates an object.</p></div> 79 <h2>Description of Window ( const res::Window *, const ResBlockSet & )</h2> 80 <div class="section"><p>Creates an object from a resource.</p></div> 81 <hr><p>CONFIDENTIAL</p></body> 82</html>