~ubuntu-branches/ubuntu/utopic/castle-game-engine/utopic

« back to all changes in this revision

Viewing changes to doc/pasdoc/html/CastleProgress.html

  • Committer: Package Import Robot
  • Author(s): Abou Al Montacir
  • Date: 2013-04-27 18:06:40 UTC
  • Revision ID: package-import@ubuntu.com-20130427180640-eink4nmwzuivez1c
Tags: upstream-4.0.1
ImportĀ upstreamĀ versionĀ 4.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
 
2
<html>
 
3
<head>
 
4
<title>Castle Game Engine: CastleProgress</title>
 
5
<meta name="generator" content="PasDoc 0.12.1">
 
6
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
 
7
<link rel="StyleSheet" type="text/css" href="pasdoc.css">
 
8
</head>
 
9
<body>
 
10
<table class="container"><tr><td class="navigation">
 
11
<h2>Castle Game Engine</h2><p><a href="introduction.html" class="navigation">Introduction</a></p><p><a href="AllUnits.html" class="navigation">Units</a></p><p><a href="ClassHierarchy.html" class="navigation">Class Hierarchy</a></p><p><a href="AllClasses.html" class="navigation">Classes, Interfaces, Objects and Records</a></p><p><a href="AllTypes.html" class="navigation">Types</a></p><p><a href="AllVariables.html" class="navigation">Variables</a></p><p><a href="AllConstants.html" class="navigation">Constants</a></p><p><a href="AllFunctions.html" class="navigation">Functions and Procedures</a></p><p><a href="AllIdentifiers.html" class="navigation">Identifiers</a></p></td><td class="content">
 
12
<h1 class="unit">Unit CastleProgress</h1>
 
13
<table class="sections wide_list">
 
14
<tr>
 
15
<td><a class="section" href="#PasDoc-Description">Description</a></td><td><a class="section" href="#PasDoc-Uses">Uses</a></td><td><a class="section" href="#PasDoc-Classes">Classes, Interfaces, Objects and Records</a></td><td>Functions and Procedures</td><td>Types</td><td>Constants</td><td><a class="section" href="#PasDoc-Variables">Variables</a></td></tr></table>
 
16
<a name="PasDoc-Description"></a><h2 class="description">Description</h2>
 
17
<p>
 
18
Progress bar functionality (<a class="normal" href="CastleProgress.TProgress.html">TProgress</a>, global variable Progress).</p>
 
19
<a name="PasDoc-Uses"></a><h2 class="uses">Uses</h2>
 
20
<ul class="useslist"><li>SysUtils</li><li><a  href="CastleUtils.html">CastleUtils</a></li><li><a  href="CastleTimeUtils.html">CastleTimeUtils</a></li><li><a  href="CastleImages.html">CastleImages</a></li></ul><h2 class="overview">Overview</h2>
 
21
<a name="PasDoc-Classes"></a><h3 class="cio">Classes, Interfaces, Objects and Records</h3>
 
22
<table class="classestable wide_list">
 
23
<tr class="listheader">
 
24
<th class="itemname">Name</th>
 
25
<th class="itemdesc">Description</th>
 
26
</tr>
 
27
<tr class="list">
 
28
<td class="itemname">Class&nbsp;<a class="bold" href="CastleProgress.TProgressUserInterface.html"><code>TProgressUserInterface</code></a></td>
 
29
<td class="itemdesc">Abstract user interface of the progress bar.</td>
 
30
</tr>
 
31
<tr class="list2">
 
32
<td class="itemname">Class&nbsp;<a class="bold" href="CastleProgress.TProgress.html"><code>TProgress</code></a></td>
 
33
<td class="itemdesc">Progress bar functionality.</td>
 
34
</tr>
 
35
<tr class="list">
 
36
<td class="itemname">Class&nbsp;<a class="bold" href="CastleProgress.TProgressNullInterface.html"><code>TProgressNullInterface</code></a></td>
 
37
<td class="itemdesc">&nbsp;</td>
 
38
</tr>
 
39
</table>
 
40
<a name="PasDoc-Variables"></a><h3 class="summary">Variables</h3>
 
41
<table class="summary wide_list">
 
42
<tr class="list">
 
43
<td class="itemcode"><code><b><a  href="CastleProgress.html#Progress">Progress</a></b>: <a  href="CastleProgress.TProgress.html">TProgress</a>;</code></td>
 
44
</tr>
 
45
<tr class="list2">
 
46
<td class="itemcode"><code><b><a  href="CastleProgress.html#ProgressNullInterface">ProgressNullInterface</a></b>: <a  href="CastleProgress.TProgressNullInterface.html">TProgressNullInterface</a>;</code></td>
 
47
</tr>
 
48
</table>
 
49
<h2 class="description">Description</h2>
 
50
<h3 class="detail">Variables</h3>
 
51
<table class="detail wide_list">
 
52
<tr class="list">
 
53
<td class="itemcode"><a name="Progress"></a><code><b>Progress</b>: <a  href="CastleProgress.TProgress.html">TProgress</a>;</code></td>
 
54
</tr>
 
55
<tr><td colspan="1">
 
56
<p>
 
57
Global progress bar instance. Created in initialization of this unit, freed in finalization.</p>
 
58
</td></tr>
 
59
</table>
 
60
<table class="detail wide_list">
 
61
<tr class="list">
 
62
<td class="itemcode"><a name="ProgressNullInterface"></a><code><b>ProgressNullInterface</b>: <a  href="CastleProgress.TProgressNullInterface.html">TProgressNullInterface</a>;</code></td>
 
63
</tr>
 
64
<tr><td colspan="1">
 
65
<p>
 
66
A special progress user interface, that simply doesn't show progress anywhere.
 
67
 
 
68
<p>If you set Progress.UserInterface to this, then progress Init/Update/Fini will work &mdash; but will not be displayed anywhere. This is done at the initialization of this unit, so you can safely use progress bars even before real interface is initialized.
 
69
 
 
70
<p>Created in initialization, freed in finalization.</p>
 
71
</td></tr>
 
72
</table>
 
73
<hr noshade size="1"><span class="appinfo"><em>Generated by <a  href="http://pasdoc.sourceforge.net/">PasDoc 0.12.1</a> on 2013-02-04 20:26:51</em>
 
74
</span>
 
75
</td></tr></table></body></html>