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