Tiny programs (C, C++, C#, ...)
File detail
Source code
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- template designed by Marco Von Ballmoos -->
<title>Docs For Class TextList</title>
<link rel="stylesheet" href="../media/stylesheet.css" />
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
</head>
<body>
<div class="page-body">
<h2 class="class-name">Class TextList</h2>
<a name="sec-description"></a>
<div class="info-box">
<div class="info-box-title">Description</div>
<div class="nav-bar">
<span class="disabled">Description</span> |
<a href="#sec-descendents">Descendents</a>
| <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
</div>
<div class="info-box-body">
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Encapsulated list of Text objects.</p>
<p class="description"><p>It can draw all inserted objects to page using well-known Text interface</p></p>
<p class="notes">
Located in <a class="field" href="_base.php.html">/base.php</a> (line <span class="field">69</span>)
</p>
<pre></pre>
</div>
</div>
<a name="sec-descendents"></a>
<div class="info-box">
<div class="info-box-title">Direct descendents</div>
<div class="nav-bar">
<a href="#sec-description">Description</a> |
<span class="disabled">Descendents</span>
| <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
</div>
<div class="info-box-body">
<table cellpadding="2" cellspacing="0" class="class-table">
<tr>
<th class="class-table-header">Class</th>
<th class="class-table-header">Description</th>
</tr>
<tr>
<td style="padding-right: 2em"><a href="../default/TextWrapper.html">TextWrapper</a></td>
<td>
This abstract add Wrapper interface to class TextList. This make easy to encapsulate list of elements with some wrapper, e.g.
</td>
</tr>
<tr>
<td style="padding-right: 2em"><a href="../default/CustomInput.html">CustomInput</a></td>
<td>
Encapsulated list of Text objects.
</td>
</tr>
</table>
</div>
</div>
<a name="sec-method-summary"></a>
<div class="info-box">
<div class="info-box-title">Method Summary</span></div>
<div class="nav-bar">
<a href="#sec-description">Description</a> |
<a href="#sec-descendents">Descendents</a> |
<span class="disabled">Methods</span> (<a href="#sec-methods">details</a>)
</div>
<div class="info-box-body">
<div class="method-summary">
<div class="method-definition">
<span class="method-result">TextList</span>
<a href="#__construct" title="details" class="method-name">__construct</a>
()
</div>
<div class="method-definition">
<span class="method-result">void</span>
<a href="#add" title="details" class="method-name">add</a>
(<span class="var-type">text</span> <span class="var-name">$text</span>)
</div>
<div class="method-definition">
<span class="method-result">void</span>
<a href="#addText" title="details" class="method-name">addText</a>
(<span class="var-type">szText</span> <span class="var-name">$szText</span>)
</div>
<div class="method-definition">
<span class="method-result">void</span>
<a href="#draw" title="details" class="method-name">draw</a>
()
</div>
<div class="method-definition">
<span class="method-result">void</span>
<a href="#replace" title="details" class="method-name">replace</a>
(<span class="var-type"></span> <span class="var-name">$text</span>)
</div>
<div class="method-definition">
<span class="method-result">void</span>
<a href="#replaceText" title="details" class="method-name">replaceText</a>
(<span class="var-type"></span> <span class="var-name">$szText</span>)
</div>
</div>
</div>
</div>
<a name="sec-methods"></a>
<div class="info-box">
<div class="info-box-title">Methods</div>
<div class="nav-bar">
<a href="#sec-description">Description</a> |
<a href="#sec-descendents">Descendents</a> |
<a href="#sec-method-summary">Methods</a> (<span class="disabled">details</span>)
</div>
<div class="info-box-body">
<A NAME='method_detail'></A>
<a name="method__construct" id="__construct"><!-- --></a>
<div class="evenrow">
<div class="method-header">
<span class="method-title">Constructor __construct</span> (line <span class="line-number">70</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<div class="method-signature">
<span class="method-result">TextList</span>
<span class="method-name">
__construct
</span>
()
</div>
<hr class="separator" />
<div class="notes">Redefined in descendants as:</div>
<ul class="redefinitions">
<li>
<a href="../default/HtInlineToInline.html#method__construct">HtInlineToInline::__construct()</a>
</li>
<li>
<a href="../default/HtTitle.html#method__construct">HtTitle::__construct()</a>
</li>
<li>
<a href="../default/HtJavaScript.html#method__construct">HtJavaScript::__construct()</a>
</li>
<li>
<a href="../default/TopBar.html#method__construct">TopBar::__construct()</a>
</li>
<li>
<a href="../default/Menu.html#method__construct">Menu::__construct()</a>
</li>
<li>
<a href="../default/MainMenu.html#method__construct">MainMenu::__construct()</a>
</li>
<li>
<a href="../default/MenuManager.html#method__construct">MenuManager::__construct()</a>
</li>
<li>
<a href="../default/MenuTransporter.html#method__construct">MenuTransporter::__construct()</a>
</li>
<li>
<a href="../default/MenuDealer.html#method__construct">MenuDealer::__construct()</a>
</li>
<li>
<a href="../default/Layout.html#method__construct">Layout::__construct()</a>
</li>
<li>
<a href="../default/BasicLayout.html#method__construct">BasicLayout::__construct()</a>
</li>
<li>
<a href="../default/QueryResult.html#method__construct">QueryResult::__construct()</a>
</li>
<li>
<a href="../default/QueryResultGroupBy.html#method__construct">QueryResultGroupBy::__construct()</a>
</li>
<li>
<a href="../default/QueryResultMulticol.html#method__construct">QueryResultMulticol::__construct()</a>
</li>
<li>
<a href="../default/SimpleForm.html#method__construct">SimpleForm::__construct()</a>
</li>
<li>
<a href="../default/LoginWidget.html#method__construct">LoginWidget::__construct()</a>
</li>
<li>
<a href="../default/SetPasswdWidget.html#method__construct">SetPasswdWidget::__construct()</a>
</li>
<li>
<a href="../default/SimpleInfo.html#method__construct">SimpleInfo::__construct()</a>
</li>
<li>
<a href="../default/SimpleInfoMulticol.html#method__construct">SimpleInfoMulticol::__construct()</a>
</li>
<li>
<a href="../default/HtStyle.html#method__construct">HtStyle::__construct()</a>
</li>
<li>
<a href="../default/JsFunction.html#method__construct">JsFunction::__construct()</a>
</li>
<li>
<a href="../default/CustomInput.html#method__construct">CustomInput::__construct()</a>
</li>
<li>
<a href="../default/DateInput.html#method__construct">DateInput::__construct()</a>
</li>
<li>
<a href="../default/TimeInput.html#method__construct">TimeInput::__construct()</a>
</li>
<li>
<a href="../default/DurationInput.html#method__construct">DurationInput::__construct()</a>
</li>
<li>
<a href="../default/PriceInput.html#method__construct">PriceInput::__construct()</a>
</li>
</ul>
</div>
<a name="methodadd" id="add"><!-- --></a>
<div class="oddrow">
<div class="method-header">
<span class="method-title">add</span> (line <span class="line-number">75</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Append given Text object at end of list</p>
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
add
</span>
(<span class="var-type">text</span> <span class="var-name">$text</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type">text</span>
<span class="var-name">$text</span><span class="var-description">: Text object to add.</span> </li>
</ul>
</div>
<a name="methodaddText" id="addText"><!-- --></a>
<div class="evenrow">
<div class="method-header">
<span class="method-title">addText</span> (line <span class="line-number">83</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Append SimpleText object at end of list using given text string.</p>
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
addText
</span>
(<span class="var-type">szText</span> <span class="var-name">$szText</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type">szText</span>
<span class="var-name">$szText</span><span class="var-description">: String to encapsulate and append to list.</span> </li>
</ul>
</div>
<a name="methoddraw" id="draw"><!-- --></a>
<div class="oddrow">
<div class="method-header">
<span class="method-title">draw</span> (line <span class="line-number">91</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Draw all inserted objects to page. Objects are drawn in the same order as thew were inserted to list.</p>
<p class="description"><p>No parameters needed.</p></p>
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
draw
</span>
()
</div>
<hr class="separator" />
<div class="notes">Redefined in descendants as:</div>
<ul class="redefinitions">
<li>
<a href="../default/HtTitle.html#methoddraw">HtTitle::draw()</a>
</li>
<li>
<a href="../default/TopBar.html#methoddraw">TopBar::draw()</a>
</li>
<li>
<a href="../default/MainMenu.html#methoddraw">MainMenu::draw()</a>
</li>
<li>
<a href="../default/MenuDealer.html#methoddraw">MenuDealer::draw()</a>
</li>
<li>
<a href="../default/SimpleForm.html#methoddraw">SimpleForm::draw()</a>
</li>
<li>
<a href="../default/DateInput.html#methoddraw">DateInput::draw()</a>
</li>
<li>
<a href="../default/TimeInput.html#methoddraw">TimeInput::draw()</a>
</li>
<li>
<a href="../default/DurationInput.html#methoddraw">DurationInput::draw()</a>
</li>
<li>
<a href="../default/PriceInput.html#methoddraw">PriceInput::draw()</a>
</li>
</ul>
</div>
<a name="methodreplace" id="replace"><!-- --></a>
<div class="evenrow">
<div class="method-header">
<span class="method-title">replace</span> (line <span class="line-number">77</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
replace
</span>
(<span class="var-type"></span> <span class="var-name">$text</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type"></span>
<span class="var-name">$text</span> </li>
</ul>
</div>
<a name="methodreplaceText" id="replaceText"><!-- --></a>
<div class="oddrow">
<div class="method-header">
<span class="method-title">replaceText</span> (line <span class="line-number">85</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
replaceText
</span>
(<span class="var-type"></span> <span class="var-name">$szText</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type"></span>
<span class="var-name">$szText</span> </li>
</ul>
</div>
</div>
</div>
<p class="notes" id="credit">
Documentation generated on Sat, 16 Dec 2006 17:12:38 +0100 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.0</a>
</p>
</div></body>
</html>