|
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>eric5.eric5</title> |
|
6 <style> |
|
7 b'body {\n background:white;\n margin: 0em 1em 10em 1em;\n color: black;\n}\n\nh1 { color: white; background: #4FA4FF; }\nh2 { color: white; background: #4FA4FF; }\nh3 { color: white; background: #00557F; }\nh4 { color: white; background: #00557F; }\n \na { color: #AA5500; }\n' |
|
8 </style> |
|
9 </head> |
|
10 <body><a NAME="top" ID="top"></a> |
|
11 <h1>eric5.eric5</h1> |
|
12 <p> |
|
13 Eric4 Python IDE |
|
14 </p><p> |
|
15 This is the main Python script that performs the necessary initialization |
|
16 of the IDE and starts the Qt event loop. |
|
17 </p> |
|
18 <h3>Global Attributes</h3> |
|
19 <table> |
|
20 <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> |
|
21 </table> |
|
22 <h3>Classes</h3> |
|
23 <table> |
|
24 <tr><td>None</td></tr> |
|
25 </table> |
|
26 <h3>Functions</h3> |
|
27 <table> |
|
28 <tr> |
|
29 <td><a href="#excepthook">excepthook</a></td> |
|
30 <td>Global function to catch unhandled exceptions.</td> |
|
31 </tr><tr> |
|
32 <td><a href="#handleSingleApplication">handleSingleApplication</a></td> |
|
33 <td>Global function to handle the single application mode.</td> |
|
34 </tr><tr> |
|
35 <td><a href="#main">main</a></td> |
|
36 <td>Main entry point into the application.</td> |
|
37 </tr><tr> |
|
38 <td><a href="#uiStartUp">uiStartUp</a></td> |
|
39 <td>Global function to finalize the start up of the main UI.</td> |
|
40 </tr> |
|
41 </table> |
|
42 <hr /><hr /> |
|
43 <a NAME="excepthook" ID="excepthook"></a> |
|
44 <h2>excepthook</h2> |
|
45 <b>excepthook</b>(<i>excType, excValue, tracebackobj</i>) |
|
46 <p> |
|
47 Global function to catch unhandled exceptions. |
|
48 </p><dl> |
|
49 <dt><i>excType</i></dt> |
|
50 <dd> |
|
51 exception type |
|
52 </dd><dt><i>excValue</i></dt> |
|
53 <dd> |
|
54 exception value |
|
55 </dd><dt><i>tracebackobj</i></dt> |
|
56 <dd> |
|
57 traceback object |
|
58 </dd> |
|
59 </dl> |
|
60 <div align="right"><a href="#top">Up</a></div> |
|
61 <hr /><hr /> |
|
62 <a NAME="handleSingleApplication" ID="handleSingleApplication"></a> |
|
63 <h2>handleSingleApplication</h2> |
|
64 <b>handleSingleApplication</b>(<i>ddindex</i>) |
|
65 <p> |
|
66 Global function to handle the single application mode. |
|
67 </p><dl> |
|
68 <dt><i>ddindex</i></dt> |
|
69 <dd> |
|
70 index of a '--' option in the options list |
|
71 </dd> |
|
72 </dl> |
|
73 <div align="right"><a href="#top">Up</a></div> |
|
74 <hr /><hr /> |
|
75 <a NAME="main" ID="main"></a> |
|
76 <h2>main</h2> |
|
77 <b>main</b>(<i></i>) |
|
78 <p> |
|
79 Main entry point into the application. |
|
80 </p> |
|
81 <div align="right"><a href="#top">Up</a></div> |
|
82 <hr /><hr /> |
|
83 <a NAME="uiStartUp" ID="uiStartUp"></a> |
|
84 <h2>uiStartUp</h2> |
|
85 <b>uiStartUp</b>(<i></i>) |
|
86 <p> |
|
87 Global function to finalize the start up of the main UI. |
|
88 </p><p> |
|
89 Note: It is activated by a zero timeout single-shot timer. |
|
90 </p> |
|
91 <div align="right"><a href="#top">Up</a></div> |
|
92 <hr /> |
|
93 </body></html> |