src/eric7/Documentation/Source/eric7.eric7_shell.html

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8596
d64760b2da50
child 10070
9f5758c0fec1
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.eric7_shell</title>
4 <meta charset="UTF-8">
5 <link rel="stylesheet" href="styles.css">
6 </head>
7 <body>
8 <a NAME="top" ID="top"></a>
9 <h1>eric7.eric7_shell</h1>
10
11 <p>
12 eric Shell.
13 </p>
14 <p>
15 This is the main Python script that performs the necessary initialization
16 of the ShellWindow module and starts the Qt event loop.
17 </p>
18 <h3>Global Attributes</h3>
19
20 <table>
21 <tr><td>originalPathString</td></tr>
22 </table>
23 <h3>Classes</h3>
24
25 <table>
26 <tr><td>None</td></tr>
27 </table>
28 <h3>Functions</h3>
29
30 <table>
31
32 <tr>
33 <td><a href="#createMainWidget">createMainWidget</a></td>
34 <td>Function to create the main widget.</td>
35 </tr>
36 <tr>
37 <td><a href="#main">main</a></td>
38 <td>Main entry point into the application.</td>
39 </tr>
40 </table>
41 <hr />
42 <hr />
43 <a NAME="createMainWidget" ID="createMainWidget"></a>
44 <h2>createMainWidget</h2>
45 <b>createMainWidget</b>(<i>argv</i>)
46
47 <p>
48 Function to create the main widget.
49 </p>
50 <dl>
51
52 <dt><i>argv</i></dt>
53 <dd>
54 list of commandline parameters (list of strings)
55 </dd>
56 </dl>
57 <dl>
58 <dt>Return:</dt>
59 <dd>
60 reference to the main widget (QWidget)
61 </dd>
62 </dl>
63 <div align="right"><a href="#top">Up</a></div>
64 <hr />
65 <hr />
66 <a NAME="main" ID="main"></a>
67 <h2>main</h2>
68 <b>main</b>(<i></i>)
69
70 <p>
71 Main entry point into the application.
72 </p>
73 <div align="right"><a href="#top">Up</a></div>
74 <hr />
75 </body></html>

eric ide

mercurial