|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' |
|
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
|
4 <html><head> |
|
5 <title>eric4.eric4</title> |
|
6 <style> |
|
7 body { |
|
8 background:white; |
|
9 margin: 0em 1em 10em 1em; |
|
10 color: black; |
|
11 } |
|
12 |
|
13 h1 { color: white; background: #4FA4FF; } |
|
14 h2 { color: white; background: #4FA4FF; } |
|
15 h3 { color: white; background: #00557F; } |
|
16 h4 { color: white; background: #00557F; } |
|
17 |
|
18 a { color: #AA5500; } |
|
19 |
|
20 </style> |
|
21 </head> |
|
22 <body><a NAME="top" ID="top"></a> |
|
23 <h1>eric4.eric4</h1> |
|
24 <p> |
|
25 Eric4 Python IDE |
|
26 </p><p> |
|
27 This is the main Python script that performs the necessary initialization |
|
28 of the IDE and starts the Qt event loop. |
|
29 </p> |
|
30 <h3>Global Attributes</h3> |
|
31 <table> |
|
32 <tr><td>args</td></tr><tr><td>mainWindow</td></tr><tr><td>restartArgs</td></tr><tr><td>restartArgsList</td></tr><tr><td>splash</td></tr> |
|
33 </table> |
|
34 <h3>Classes</h3> |
|
35 <table> |
|
36 <tr><td>None</td></tr> |
|
37 </table> |
|
38 <h3>Functions</h3> |
|
39 <table> |
|
40 <tr> |
|
41 <td><a href="#excepthook">excepthook</a></td> |
|
42 <td>Global function to catch unhandled exceptions.</td> |
|
43 </tr><tr> |
|
44 <td><a href="#handleSingleApplication">handleSingleApplication</a></td> |
|
45 <td>Global function to handle the single application mode.</td> |
|
46 </tr><tr> |
|
47 <td><a href="#main">main</a></td> |
|
48 <td>Main entry point into the application.</td> |
|
49 </tr><tr> |
|
50 <td><a href="#uiStartUp">uiStartUp</a></td> |
|
51 <td>Global function to finalize the start up of the main UI.</td> |
|
52 </tr> |
|
53 </table> |
|
54 <hr /><hr /> |
|
55 <a NAME="excepthook" ID="excepthook"></a> |
|
56 <h2>excepthook</h2> |
|
57 <b>excepthook</b>(<i>excType, excValue, tracebackobj</i>) |
|
58 <p> |
|
59 Global function to catch unhandled exceptions. |
|
60 </p><dl> |
|
61 <dt><i>excType</i></dt> |
|
62 <dd> |
|
63 exception type |
|
64 </dd><dt><i>excValue</i></dt> |
|
65 <dd> |
|
66 exception value |
|
67 </dd><dt><i>tracebackobj</i></dt> |
|
68 <dd> |
|
69 traceback object |
|
70 </dd> |
|
71 </dl> |
|
72 <div align="right"><a href="#top">Up</a></div> |
|
73 <hr /><hr /> |
|
74 <a NAME="handleSingleApplication" ID="handleSingleApplication"></a> |
|
75 <h2>handleSingleApplication</h2> |
|
76 <b>handleSingleApplication</b>(<i>ddindex</i>) |
|
77 <p> |
|
78 Global function to handle the single application mode. |
|
79 </p><dl> |
|
80 <dt><i>ddindex</i></dt> |
|
81 <dd> |
|
82 index of a '--' option in the options list |
|
83 </dd> |
|
84 </dl> |
|
85 <div align="right"><a href="#top">Up</a></div> |
|
86 <hr /><hr /> |
|
87 <a NAME="main" ID="main"></a> |
|
88 <h2>main</h2> |
|
89 <b>main</b>(<i></i>) |
|
90 <p> |
|
91 Main entry point into the application. |
|
92 </p> |
|
93 <div align="right"><a href="#top">Up</a></div> |
|
94 <hr /><hr /> |
|
95 <a NAME="uiStartUp" ID="uiStartUp"></a> |
|
96 <h2>uiStartUp</h2> |
|
97 <b>uiStartUp</b>(<i></i>) |
|
98 <p> |
|
99 Global function to finalize the start up of the main UI. |
|
100 </p><p> |
|
101 Note: It is activated by a zero timeout single-shot timer. |
|
102 </p> |
|
103 <div align="right"><a href="#top">Up</a></div> |
|
104 <hr /> |
|
105 </body></html> |