| 1 |
lars |
1 |
{include file="header.tpl" eltype="class" hasel=true contents=$classcontents}
|
|
|
2 |
<!-- Start of Class Data -->
|
|
|
3 |
<H3>
|
|
|
4 |
<SPAN class="type">{if $is_interface}Interface{else}Class{/if}</SPAN> {$class_name}
|
|
|
5 |
<HR>
|
|
|
6 |
</H3>
|
|
|
7 |
[line <span class="linenumber">{if $class_slink}{$class_slink}{else}{$line_number}{/if}</span>]<br />
|
|
|
8 |
<pre>
|
|
|
9 |
{section name=tree loop=$class_tree.classes}{$class_tree.classes[tree]}{$class_tree.distance[tree]}{/section}
|
|
|
10 |
</pre>
|
|
|
11 |
{if $tutorial}
|
|
|
12 |
<div class="maintutorial">Class Tutorial: {$tutorial}</div>
|
|
|
13 |
{/if}
|
|
|
14 |
{if $children}
|
|
|
15 |
<SPAN class="type">Classes extended from {$class_name}:</SPAN>
|
|
|
16 |
{section name=kids loop=$children}
|
|
|
17 |
<dl>
|
|
|
18 |
<dt>{$children[kids].link}</dt>
|
|
|
19 |
<dd>{$children[kids].sdesc}</dd>
|
|
|
20 |
</dl>
|
|
|
21 |
{/section}</p>
|
|
|
22 |
{/if}
|
|
|
23 |
{if $conflicts.conflict_type}<p class="warning">Conflicts with classes:<br />
|
|
|
24 |
{section name=me loop=$conflicts.conflicts}
|
|
|
25 |
{$conflicts.conflicts[me]}<br />
|
|
|
26 |
{/section}
|
|
|
27 |
<p>
|
|
|
28 |
{/if}
|
|
|
29 |
<SPAN class="type">Location:</SPAN> {$source_location}
|
|
|
30 |
<hr>
|
|
|
31 |
{include file="docblock.tpl" type="class" sdesc=$sdesc desc=$desc}
|
|
|
32 |
<hr>
|
|
|
33 |
{include file="var.tpl" show="summary"}
|
|
|
34 |
<hr>
|
|
|
35 |
{include file="const.tpl" show="summary"}
|
|
|
36 |
<hr>
|
|
|
37 |
<!-- =========== INHERITED CONST SUMMARY =========== -->
|
|
|
38 |
<A NAME='inheritedconst_summary'><!-- --></A>
|
|
|
39 |
<H3>Inherited Class Constant Summary</H3>
|
|
|
40 |
|
|
|
41 |
{section name=iconsts loop=$iconsts}
|
|
|
42 |
<H4>Inherited From Class {$iconsts[iconsts].parent_class}</H4>
|
|
|
43 |
<UL>
|
|
|
44 |
{section name=iconsts2 loop=$iconsts[iconsts].iconsts}
|
|
|
45 |
<!-- =========== Summary =========== -->
|
|
|
46 |
<LI><CODE>{$iconsts[iconsts].iconsts[iconsts2].link}</CODE> = <CODE class="varsummarydefault">{$iconsts[iconsts].iconsts[iconsts2].value}</CODE>
|
|
|
47 |
<BR>
|
|
|
48 |
{$iconsts[iconsts].iconsts[iconsts2].sdesc}
|
|
|
49 |
{/section}
|
|
|
50 |
</LI>
|
|
|
51 |
</UL>
|
|
|
52 |
{/section}
|
|
|
53 |
<hr>
|
|
|
54 |
<!-- =========== INHERITED VAR SUMMARY =========== -->
|
|
|
55 |
<A NAME='inheritedvar_summary'><!-- --></A>
|
|
|
56 |
<H3>Inherited Class Variable Summary</H3>
|
|
|
57 |
|
|
|
58 |
{section name=ivars loop=$ivars}
|
|
|
59 |
<H4>Inherited From Class {$ivars[ivars].parent_class}</H4>
|
|
|
60 |
<UL>
|
|
|
61 |
{section name=ivars2 loop=$ivars[ivars].ivars}
|
|
|
62 |
<!-- =========== Summary =========== -->
|
|
|
63 |
<LI><CODE>{$ivars[ivars].ivars[ivars2].link}</CODE> = <CODE class="varsummarydefault">{$ivars[ivars].ivars[ivars2].default}</CODE>
|
|
|
64 |
<BR>
|
|
|
65 |
{$ivars[ivars].ivars[ivars2].sdesc}
|
|
|
66 |
{/section}
|
|
|
67 |
</LI>
|
|
|
68 |
</UL>
|
|
|
69 |
{/section}
|
|
|
70 |
|
|
|
71 |
<hr>
|
|
|
72 |
{include file="method.tpl" show="summary"}
|
|
|
73 |
<!-- =========== INHERITED METHOD SUMMARY =========== -->
|
|
|
74 |
<A NAME='methods_inherited'><!-- --></A>
|
|
|
75 |
<H3>Inherited Method Summary</H3>
|
|
|
76 |
|
|
|
77 |
{section name=imethods loop=$imethods}
|
|
|
78 |
<H4>Inherited From Class {$imethods[imethods].parent_class}</h4>
|
|
|
79 |
<UL>
|
|
|
80 |
{section name=im2 loop=$imethods[imethods].imethods}
|
|
|
81 |
<!-- =========== Summary =========== -->
|
|
|
82 |
<LI><CODE>{$imethods[imethods].imethods[im2].link}</CODE><br>
|
|
|
83 |
{$imethods[imethods].imethods[im2].sdesc}
|
|
|
84 |
{/section}
|
|
|
85 |
</UL>
|
|
|
86 |
{/section}
|
|
|
87 |
<hr>
|
|
|
88 |
{include file="method.tpl"}
|
|
|
89 |
<hr>
|
|
|
90 |
{include file="var.tpl"}
|
|
|
91 |
<hr>
|
|
|
92 |
{include file="const.tpl"}
|
|
|
93 |
<hr>
|
|
|
94 |
{include file="footer.tpl"}
|