Pop.Box/docs/classes/element.html

126 lines
2.4 KiB
HTML
Raw Normal View History

2016-08-21 07:49:16 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<head>
<title>Documentation</title>
<link rel="stylesheet" href="../ldoc.css" type="text/css" />
</head>
<body>
<div id="container">
<div id="product">
<div id="product_logo"></div>
<div id="product_name"><big><b></b></big></div>
<div id="product_description"></div>
</div> <!-- id="product" -->
<div id="main">
<!-- Menu -->
<div id="navigation">
<br/>
<h1>Pop.Box()</h1>
<ul>
<li><a href="../index.html">Index</a></li>
</ul>
<h2>Contents</h2>
<ul>
<li><a href="#Methods">Methods</a></li>
</ul>
<h2>Classes</h2>
<ul class="$(kind=='Topics' and '' or 'nowrap'">
<li><strong>element</strong></li>
</ul>
<h2>Modules</h2>
<ul class="$(kind=='Topics' and '' or 'nowrap'">
<li><a href="../modules/pop.html">pop</a></li>
<li><a href="../modules/main.html">main</a></li>
<li><a href="../modules/util.html">util</a></li>
<li><a href="../modules/Element.html">Element</a></li>
</ul>
</div>
<div id="content">
<h1>Class <code>element</code></h1>
<p>A generic element every element must inherit from.</p>
<p>
</p>
<h3>Info:</h3>
<ul>
<li><strong>Copyright</strong>: Paul Liverman III (2016)</li>
<li><strong>License</strong>: The MIT License (MIT)</li>
</ul>
<h2><a href="#Methods">Methods</a></h2>
<table class="function_list">
<tr>
2016-08-23 01:19:58 +00:00
<td class="name" nowrap><a href="#element.new">element.new (self, @, @)</a></td>
<td class="summary">Constructor expects nothing, or a data table describing it.</td>
2016-08-21 07:49:16 +00:00
</tr>
</table>
<br/>
<br/>
<h2 class="section-header "><a name="Methods"></a>Methods</h2>
<dl class="function">
<dt>
<a name = "element.new"></a>
2016-08-23 01:19:58 +00:00
<strong>element.new (self, @, @)</strong>
2016-08-21 07:49:16 +00:00
</dt>
<dd>
2016-08-23 01:19:58 +00:00
Constructor expects nothing, or a data table describing it.
2016-08-21 07:49:16 +00:00
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">self</span>
</li>
2016-08-23 01:19:58 +00:00
<li><span class="parameter">@</span>
</li>
<li><span class="parameter">@</span>
2016-08-21 07:49:16 +00:00
</li>
</ul>
</dd>
</dl>
</div> <!-- id="content" -->
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.3</a></i>
2016-09-08 03:53:22 +00:00
<i style="float:right;">Last updated 2016-09-07 20:53:10 </i>
2016-08-21 07:49:16 +00:00
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
</html>