~ubuntu-branches/ubuntu/karmic/eric/karmic

« back to all changes in this revision

Viewing changes to eric/Documentation/Source/eric3doc-eric3.eric3.html

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2008-01-28 18:02:25 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080128180225-6nrox6yrworh2c4v
Tags: 4.0.4-1ubuntu1
* Add python-qt3 to build-depends becuase that's where Ubuntu puts 
  pyqtconfig
* Change maintainer to MOTU

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
2
 
'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
3
 
<html><head>
4
 
<title>eric3.eric3</title>
5
 
</head>
6
 
<body bgcolor="#FFFFFF"><a NAME="top" ID="top"></a>
7
 
<h1><font color="#0000FF">eric3.eric3</font></h1>
8
 
<p>
9
 
Eric3 Python IDE
10
 
</p><p>
11
 
This is the main Python script that performs the neccessary initialization
12
 
of the IDE and starts the Qt event loop.
13
 
</p>
14
 
<h3><font color="#FF0000">Classes</font></h3>
15
 
<table>
16
 
<tr><td>None</td></tr>
17
 
</table>
18
 
<h3><font color="#FF0000">Functions</font></h3>
19
 
<table>
20
 
<tr>
21
 
<td><a href="#handleSingleApplication">handleSingleApplication</a></td>
22
 
<td>Global function to handle the single application mode.</td>
23
 
</tr><tr>
24
 
<td><a href="#main">main</a></td>
25
 
<td>Main entry point into the application.</td>
26
 
</tr>
27
 
</table>
28
 
<hr /><hr />
29
 
<a NAME="handleSingleApplication" ID="handleSingleApplication"></a>
30
 
<h2><font color="#0000FF">handleSingleApplication</font></h2>
31
 
<b>handleSingleApplication</b>(<i>ddindex</i>)
32
 
<p>
33
 
    Global function to handle the single application mode.
34
 
</p><dl>
35
 
<dt><i>ddindex</i></dt>
36
 
<dd>
37
 
index of a '--' option in the options list
38
 
</dd>
39
 
</dl>
40
 
<div align="right"><a href="#top">Up</a></div>
41
 
<hr /><hr />
42
 
<a NAME="main" ID="main"></a>
43
 
<h2><font color="#0000FF">main</font></h2>
44
 
<b>main</b>(<i></i>)
45
 
<p>
46
 
    Main entry point into the application.
47
 
</p>
48
 
<div align="right"><a href="#top">Up</a></div>
49
 
<hr />
50
 
</body></html>
 
 
b'\\ No newline at end of file'