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><CODE><a href="../../../nw/Overview.html">nw</a>::<a href="../../../nw/lyt/Overview.html">lyt</a>::<a href="../../../nw/lyt/Window/Overview.html">Window</a>::Window</CODE> 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); 18Window( 19 <span>u8</span> contentTexNum, 20 <span>u8</span> frameLTTexNum, 21 <span>u8</span> frameRTTexNum, 22 <span>u8</span> frameRBTexNum, 23 <span>u8</span> frameLBTexNum 24); 25Window( 26 <span>u8</span> contentTexNum, 27 <span>u8</span> cornerLTTexNum, 28 <span>u8</span> cornerRTTexNum, 29 <span>u8</span> cornerRBTexNum, 30 <span>u8</span> cornerLBTexNum, 31 <span>u8</span> frameLTexNum, 32 <span>u8</span> frameTTexNum, 33 <span>u8</span> frameRTexNum, 34 <span>u8</span> frameBTexNum 35); 36Window( 37 const <a href="../../../nw/lyt/res/Window/Overview.html">res::Window</a> * pBlock, 38 const <a href="../../../nw/lyt/ResBlockSet/Overview.html">ResBlockSet</a> & resBlockSet 39); 40</pre> 41 </div> 42 <h2>List of Overloaded Member Functions</h2> 43 <div class="section"> 44 <table class="members"> 45 <tr> 46 <td> 47 <a href="./Window(0).html">Window ( u8, u8 ) </a> 48 </td> 49 <td>Constructor.</td> 50 </tr> 51 <tr> 52 <td> 53 <a href="./Window(1).html">Window ( u8, u8, u8, u8, u8 ) </a> 54 </td> 55 <td>Constructor.</td> 56 </tr> 57 <tr> 58 <td> 59 <a href="./Window(2).html">Window ( u8, u8, u8, u8, u8, u8, u8, u8, u8 ) </a> 60 </td> 61 <td>Constructor.</td> 62 </tr> 63 <tr> 64 <td> 65 <a href="./Window(3).html">Window ( const res::Window *, const ResBlockSet & ) </a> 66 </td> 67 <td>Constructor.</td> 68 </tr> </table> 69 </div> 70 <h2>Description of Window ( u8, u8 )</h2> 71 <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> 72 <h2>Description of Window ( u8, u8, u8, u8, u8 )</h2> 73 <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> 74 <h2>Description of Window ( u8, u8, u8, u8, u8, u8, u8, u8, u8 )</h2> 75 <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> 76 <h2>Description of Window ( const res::Window *, const ResBlockSet & )</h2> 77 <div class="section"><p>Creates an object from a resource.</p></div> 78 <hr><p>CONFIDENTIAL</p></body> 79</html> 80