16 |
16 |
17 a { color: #BA6D36; } |
17 a { color: #BA6D36; } |
18 |
18 |
19 </style> |
19 </style> |
20 </head> |
20 </head> |
21 <body><a NAME="top" ID="top"></a> |
21 <body> |
|
22 <a NAME="top" ID="top"></a> |
22 <h1>eric6.Tools.TrayStarter</h1> |
23 <h1>eric6.Tools.TrayStarter</h1> |
|
24 |
23 <p> |
25 <p> |
24 Module implementing a starter for the system tray. |
26 Module implementing a starter for the system tray. |
25 </p> |
27 </p> |
26 <h3>Global Attributes</h3> |
28 <h3>Global Attributes</h3> |
|
29 |
27 <table> |
30 <table> |
28 <tr><td>None</td></tr> |
31 <tr><td>None</td></tr> |
29 </table> |
32 </table> |
30 <h3>Classes</h3> |
33 <h3>Classes</h3> |
31 <table> |
34 |
|
35 <table> |
|
36 |
32 <tr> |
37 <tr> |
33 <td><a href="#TrayStarter">TrayStarter</a></td> |
38 <td><a href="#TrayStarter">TrayStarter</a></td> |
34 <td>Class implementing a starter for the system tray.</td> |
39 <td>Class implementing a starter for the system tray.</td> |
35 </tr> |
40 </tr> |
36 </table> |
41 </table> |
37 <h3>Functions</h3> |
42 <h3>Functions</h3> |
|
43 |
38 <table> |
44 <table> |
39 <tr><td>None</td></tr> |
45 <tr><td>None</td></tr> |
40 </table> |
46 </table> |
41 <hr /><hr /> |
47 <hr /> |
|
48 <hr /> |
42 <a NAME="TrayStarter" ID="TrayStarter"></a> |
49 <a NAME="TrayStarter" ID="TrayStarter"></a> |
43 <h2>TrayStarter</h2> |
50 <h2>TrayStarter</h2> |
|
51 |
44 <p> |
52 <p> |
45 Class implementing a starter for the system tray. |
53 Class implementing a starter for the system tray. |
46 </p> |
54 </p> |
47 <h3>Derived from</h3> |
55 <h3>Derived from</h3> |
48 QSystemTrayIcon |
56 QSystemTrayIcon |
49 <h3>Class Attributes</h3> |
57 <h3>Class Attributes</h3> |
|
58 |
50 <table> |
59 <table> |
51 <tr><td>None</td></tr> |
60 <tr><td>None</td></tr> |
52 </table> |
61 </table> |
53 <h3>Class Methods</h3> |
62 <h3>Class Methods</h3> |
|
63 |
54 <table> |
64 <table> |
55 <tr><td>None</td></tr> |
65 <tr><td>None</td></tr> |
56 </table> |
66 </table> |
57 <h3>Methods</h3> |
67 <h3>Methods</h3> |
58 <table> |
68 |
|
69 <table> |
|
70 |
59 <tr> |
71 <tr> |
60 <td><a href="#TrayStarter.__init__">TrayStarter</a></td> |
72 <td><a href="#TrayStarter.__init__">TrayStarter</a></td> |
61 <td>Constructor</td> |
73 <td>Constructor</td> |
62 </tr><tr> |
74 </tr> |
|
75 <tr> |
63 <td><a href="#TrayStarter.__about">__about</a></td> |
76 <td><a href="#TrayStarter.__about">__about</a></td> |
64 <td>Private slot to handle the About dialog.</td> |
77 <td>Private slot to handle the About dialog.</td> |
65 </tr><tr> |
78 </tr> |
|
79 <tr> |
66 <td><a href="#TrayStarter.__activated">__activated</a></td> |
80 <td><a href="#TrayStarter.__activated">__activated</a></td> |
67 <td>Private slot to handle the activated signal.</td> |
81 <td>Private slot to handle the activated signal.</td> |
68 </tr><tr> |
82 </tr> |
|
83 <tr> |
69 <td><a href="#TrayStarter.__loadRecentFiles">__loadRecentFiles</a></td> |
84 <td><a href="#TrayStarter.__loadRecentFiles">__loadRecentFiles</a></td> |
70 <td>Private method to load the recently opened filenames.</td> |
85 <td>Private method to load the recently opened filenames.</td> |
71 </tr><tr> |
86 </tr> |
|
87 <tr> |
72 <td><a href="#TrayStarter.__loadRecentMultiProjects">__loadRecentMultiProjects</a></td> |
88 <td><a href="#TrayStarter.__loadRecentMultiProjects">__loadRecentMultiProjects</a></td> |
73 <td>Private method to load the recently opened multi project filenames.</td> |
89 <td>Private method to load the recently opened multi project filenames.</td> |
74 </tr><tr> |
90 </tr> |
|
91 <tr> |
75 <td><a href="#TrayStarter.__loadRecentProjects">__loadRecentProjects</a></td> |
92 <td><a href="#TrayStarter.__loadRecentProjects">__loadRecentProjects</a></td> |
76 <td>Private method to load the recently opened project filenames.</td> |
93 <td>Private method to load the recently opened project filenames.</td> |
77 </tr><tr> |
94 </tr> |
|
95 <tr> |
78 <td><a href="#TrayStarter.__openRecent">__openRecent</a></td> |
96 <td><a href="#TrayStarter.__openRecent">__openRecent</a></td> |
79 <td>Private method to open a project or file from the list of recently opened projects or files.</td> |
97 <td>Private method to open a project or file from the list of recently opened projects or files.</td> |
80 </tr><tr> |
98 </tr> |
|
99 <tr> |
81 <td><a href="#TrayStarter.__showContextMenu">__showContextMenu</a></td> |
100 <td><a href="#TrayStarter.__showContextMenu">__showContextMenu</a></td> |
82 <td>Private slot to show the context menu.</td> |
101 <td>Private slot to show the context menu.</td> |
83 </tr><tr> |
102 </tr> |
|
103 <tr> |
84 <td><a href="#TrayStarter.__showPreferences">__showPreferences</a></td> |
104 <td><a href="#TrayStarter.__showPreferences">__showPreferences</a></td> |
85 <td>Private slot to set the preferences.</td> |
105 <td>Private slot to set the preferences.</td> |
86 </tr><tr> |
106 </tr> |
|
107 <tr> |
87 <td><a href="#TrayStarter.__showRecentFilesMenu">__showRecentFilesMenu</a></td> |
108 <td><a href="#TrayStarter.__showRecentFilesMenu">__showRecentFilesMenu</a></td> |
88 <td>Private method to set up the recent files menu.</td> |
109 <td>Private method to set up the recent files menu.</td> |
89 </tr><tr> |
110 </tr> |
|
111 <tr> |
90 <td><a href="#TrayStarter.__showRecentMultiProjectsMenu">__showRecentMultiProjectsMenu</a></td> |
112 <td><a href="#TrayStarter.__showRecentMultiProjectsMenu">__showRecentMultiProjectsMenu</a></td> |
91 <td>Private method to set up the recent multi projects menu.</td> |
113 <td>Private method to set up the recent multi projects menu.</td> |
92 </tr><tr> |
114 </tr> |
|
115 <tr> |
93 <td><a href="#TrayStarter.__showRecentProjectsMenu">__showRecentProjectsMenu</a></td> |
116 <td><a href="#TrayStarter.__showRecentProjectsMenu">__showRecentProjectsMenu</a></td> |
94 <td>Private method to set up the recent projects menu.</td> |
117 <td>Private method to set up the recent projects menu.</td> |
95 </tr><tr> |
118 </tr> |
|
119 <tr> |
96 <td><a href="#TrayStarter.__showVersions">__showVersions</a></td> |
120 <td><a href="#TrayStarter.__showVersions">__showVersions</a></td> |
97 <td>Private slot to handle the Versions dialog.</td> |
121 <td>Private slot to handle the Versions dialog.</td> |
98 </tr><tr> |
122 </tr> |
|
123 <tr> |
99 <td><a href="#TrayStarter.__startCompare">__startCompare</a></td> |
124 <td><a href="#TrayStarter.__startCompare">__startCompare</a></td> |
100 <td>Private slot to start the eric6 compare dialog.</td> |
125 <td>Private slot to start the eric6 compare dialog.</td> |
101 </tr><tr> |
126 </tr> |
|
127 <tr> |
102 <td><a href="#TrayStarter.__startDiff">__startDiff</a></td> |
128 <td><a href="#TrayStarter.__startDiff">__startDiff</a></td> |
103 <td>Private slot to start the eric6 diff dialog.</td> |
129 <td>Private slot to start the eric6 diff dialog.</td> |
104 </tr><tr> |
130 </tr> |
|
131 <tr> |
105 <td><a href="#TrayStarter.__startEric">__startEric</a></td> |
132 <td><a href="#TrayStarter.__startEric">__startEric</a></td> |
106 <td>Private slot to start the eric6 IDE.</td> |
133 <td>Private slot to start the eric6 IDE.</td> |
107 </tr><tr> |
134 </tr> |
|
135 <tr> |
108 <td><a href="#TrayStarter.__startHelpViewer">__startHelpViewer</a></td> |
136 <td><a href="#TrayStarter.__startHelpViewer">__startHelpViewer</a></td> |
109 <td>Private slot to start the eric6 web browser.</td> |
137 <td>Private slot to start the eric6 web browser.</td> |
110 </tr><tr> |
138 </tr> |
|
139 <tr> |
111 <td><a href="#TrayStarter.__startHexEditor">__startHexEditor</a></td> |
140 <td><a href="#TrayStarter.__startHexEditor">__startHexEditor</a></td> |
112 <td>Private slot to start the eric6 hex editor dialog.</td> |
141 <td>Private slot to start the eric6 hex editor dialog.</td> |
113 </tr><tr> |
142 </tr> |
|
143 <tr> |
114 <td><a href="#TrayStarter.__startIconEditor">__startIconEditor</a></td> |
144 <td><a href="#TrayStarter.__startIconEditor">__startIconEditor</a></td> |
115 <td>Private slot to start the eric6 icon editor dialog.</td> |
145 <td>Private slot to start the eric6 icon editor dialog.</td> |
116 </tr><tr> |
146 </tr> |
|
147 <tr> |
117 <td><a href="#TrayStarter.__startMiniEditor">__startMiniEditor</a></td> |
148 <td><a href="#TrayStarter.__startMiniEditor">__startMiniEditor</a></td> |
118 <td>Private slot to start the eric6 Mini Editor.</td> |
149 <td>Private slot to start the eric6 Mini Editor.</td> |
119 </tr><tr> |
150 </tr> |
|
151 <tr> |
120 <td><a href="#TrayStarter.__startPluginInstall">__startPluginInstall</a></td> |
152 <td><a href="#TrayStarter.__startPluginInstall">__startPluginInstall</a></td> |
121 <td>Private slot to start the eric6 plugin installation dialog.</td> |
153 <td>Private slot to start the eric6 plugin installation dialog.</td> |
122 </tr><tr> |
154 </tr> |
|
155 <tr> |
123 <td><a href="#TrayStarter.__startPluginRepository">__startPluginRepository</a></td> |
156 <td><a href="#TrayStarter.__startPluginRepository">__startPluginRepository</a></td> |
124 <td>Private slot to start the eric6 plugin repository dialog.</td> |
157 <td>Private slot to start the eric6 plugin repository dialog.</td> |
125 </tr><tr> |
158 </tr> |
|
159 <tr> |
126 <td><a href="#TrayStarter.__startPluginUninstall">__startPluginUninstall</a></td> |
160 <td><a href="#TrayStarter.__startPluginUninstall">__startPluginUninstall</a></td> |
127 <td>Private slot to start the eric6 plugin uninstallation dialog.</td> |
161 <td>Private slot to start the eric6 plugin uninstallation dialog.</td> |
128 </tr><tr> |
162 </tr> |
|
163 <tr> |
129 <td><a href="#TrayStarter.__startPreferences">__startPreferences</a></td> |
164 <td><a href="#TrayStarter.__startPreferences">__startPreferences</a></td> |
130 <td>Private slot to start the eric6 configuration dialog.</td> |
165 <td>Private slot to start the eric6 configuration dialog.</td> |
131 </tr><tr> |
166 </tr> |
|
167 <tr> |
132 <td><a href="#TrayStarter.__startProc">__startProc</a></td> |
168 <td><a href="#TrayStarter.__startProc">__startProc</a></td> |
133 <td>Private method to start an eric6 application.</td> |
169 <td>Private method to start an eric6 application.</td> |
134 </tr><tr> |
170 </tr> |
|
171 <tr> |
135 <td><a href="#TrayStarter.__startPyRe">__startPyRe</a></td> |
172 <td><a href="#TrayStarter.__startPyRe">__startPyRe</a></td> |
136 <td>Private slot to start the eric6 Python re editor dialog.</td> |
173 <td>Private slot to start the eric6 Python re editor dialog.</td> |
137 </tr><tr> |
174 </tr> |
|
175 <tr> |
138 <td><a href="#TrayStarter.__startQRegExp">__startQRegExp</a></td> |
176 <td><a href="#TrayStarter.__startQRegExp">__startQRegExp</a></td> |
139 <td>Private slot to start the eric6 QRegExp editor dialog.</td> |
177 <td>Private slot to start the eric6 QRegExp editor dialog.</td> |
140 </tr><tr> |
178 </tr> |
|
179 <tr> |
141 <td><a href="#TrayStarter.__startShell">__startShell</a></td> |
180 <td><a href="#TrayStarter.__startShell">__startShell</a></td> |
142 <td>Private slot to start the eric6 Shell window.</td> |
181 <td>Private slot to start the eric6 Shell window.</td> |
143 </tr><tr> |
182 </tr> |
|
183 <tr> |
144 <td><a href="#TrayStarter.__startSnapshot">__startSnapshot</a></td> |
184 <td><a href="#TrayStarter.__startSnapshot">__startSnapshot</a></td> |
145 <td>Private slot to start the eric6 snapshot dialog.</td> |
185 <td>Private slot to start the eric6 snapshot dialog.</td> |
146 </tr><tr> |
186 </tr> |
|
187 <tr> |
147 <td><a href="#TrayStarter.__startSqlBrowser">__startSqlBrowser</a></td> |
188 <td><a href="#TrayStarter.__startSqlBrowser">__startSqlBrowser</a></td> |
148 <td>Private slot to start the eric6 sql browser dialog.</td> |
189 <td>Private slot to start the eric6 sql browser dialog.</td> |
149 </tr><tr> |
190 </tr> |
|
191 <tr> |
150 <td><a href="#TrayStarter.__startTRPreviewer">__startTRPreviewer</a></td> |
192 <td><a href="#TrayStarter.__startTRPreviewer">__startTRPreviewer</a></td> |
151 <td>Private slot to start the eric6 translations previewer.</td> |
193 <td>Private slot to start the eric6 translations previewer.</td> |
152 </tr><tr> |
194 </tr> |
|
195 <tr> |
153 <td><a href="#TrayStarter.__startUIPreviewer">__startUIPreviewer</a></td> |
196 <td><a href="#TrayStarter.__startUIPreviewer">__startUIPreviewer</a></td> |
154 <td>Private slot to start the eric6 UI previewer.</td> |
197 <td>Private slot to start the eric6 UI previewer.</td> |
155 </tr><tr> |
198 </tr> |
|
199 <tr> |
156 <td><a href="#TrayStarter.__startUnittest">__startUnittest</a></td> |
200 <td><a href="#TrayStarter.__startUnittest">__startUnittest</a></td> |
157 <td>Private slot to start the eric6 unittest dialog.</td> |
201 <td>Private slot to start the eric6 unittest dialog.</td> |
158 </tr><tr> |
202 </tr> |
|
203 <tr> |
159 <td><a href="#TrayStarter.preferencesChanged">preferencesChanged</a></td> |
204 <td><a href="#TrayStarter.preferencesChanged">preferencesChanged</a></td> |
160 <td>Public slot to handle a change of preferences.</td> |
205 <td>Public slot to handle a change of preferences.</td> |
161 </tr> |
206 </tr> |
162 </table> |
207 </table> |
163 <h3>Static Methods</h3> |
208 <h3>Static Methods</h3> |
|
209 |
164 <table> |
210 <table> |
165 <tr><td>None</td></tr> |
211 <tr><td>None</td></tr> |
166 </table> |
212 </table> |
|
213 |
167 <a NAME="TrayStarter.__init__" ID="TrayStarter.__init__"></a> |
214 <a NAME="TrayStarter.__init__" ID="TrayStarter.__init__"></a> |
168 <h4>TrayStarter (Constructor)</h4> |
215 <h4>TrayStarter (Constructor)</h4> |
169 <b>TrayStarter</b>(<i>usePyQt4, settingsDir</i>) |
216 <b>TrayStarter</b>(<i>settingsDir</i>) |
|
217 |
170 <p> |
218 <p> |
171 Constructor |
219 Constructor |
172 </p><dl> |
220 </p> |
173 <dt><i>usePyQt4</i> (bool)</dt> |
221 <dl> |
174 <dd> |
222 |
175 flag indicating to use PyQt4 |
223 <dt><i>settingsDir</i> (str)</dt> |
176 </dd><dt><i>settingsDir</i> (str)</dt> |
|
177 <dd> |
224 <dd> |
178 directory to be used for the settings files |
225 directory to be used for the settings files |
179 </dd> |
226 </dd> |
180 </dl><a NAME="TrayStarter.__about" ID="TrayStarter.__about"></a> |
227 </dl> |
|
228 <a NAME="TrayStarter.__about" ID="TrayStarter.__about"></a> |
181 <h4>TrayStarter.__about</h4> |
229 <h4>TrayStarter.__about</h4> |
182 <b>__about</b>(<i></i>) |
230 <b>__about</b>(<i></i>) |
|
231 |
183 <p> |
232 <p> |
184 Private slot to handle the About dialog. |
233 Private slot to handle the About dialog. |
185 </p><a NAME="TrayStarter.__activated" ID="TrayStarter.__activated"></a> |
234 </p> |
|
235 <a NAME="TrayStarter.__activated" ID="TrayStarter.__activated"></a> |
186 <h4>TrayStarter.__activated</h4> |
236 <h4>TrayStarter.__activated</h4> |
187 <b>__activated</b>(<i>reason</i>) |
237 <b>__activated</b>(<i>reason</i>) |
|
238 |
188 <p> |
239 <p> |
189 Private slot to handle the activated signal. |
240 Private slot to handle the activated signal. |
190 </p><dl> |
241 </p> |
|
242 <dl> |
|
243 |
191 <dt><i>reason</i></dt> |
244 <dt><i>reason</i></dt> |
192 <dd> |
245 <dd> |
193 reason code of the signal |
246 reason code of the signal |
194 (QSystemTrayIcon.ActivationReason) |
247 (QSystemTrayIcon.ActivationReason) |
195 </dd> |
248 </dd> |
196 </dl><a NAME="TrayStarter.__loadRecentFiles" ID="TrayStarter.__loadRecentFiles"></a> |
249 </dl> |
|
250 <a NAME="TrayStarter.__loadRecentFiles" ID="TrayStarter.__loadRecentFiles"></a> |
197 <h4>TrayStarter.__loadRecentFiles</h4> |
251 <h4>TrayStarter.__loadRecentFiles</h4> |
198 <b>__loadRecentFiles</b>(<i></i>) |
252 <b>__loadRecentFiles</b>(<i></i>) |
|
253 |
199 <p> |
254 <p> |
200 Private method to load the recently opened filenames. |
255 Private method to load the recently opened filenames. |
201 </p><a NAME="TrayStarter.__loadRecentMultiProjects" ID="TrayStarter.__loadRecentMultiProjects"></a> |
256 </p> |
|
257 <a NAME="TrayStarter.__loadRecentMultiProjects" ID="TrayStarter.__loadRecentMultiProjects"></a> |
202 <h4>TrayStarter.__loadRecentMultiProjects</h4> |
258 <h4>TrayStarter.__loadRecentMultiProjects</h4> |
203 <b>__loadRecentMultiProjects</b>(<i></i>) |
259 <b>__loadRecentMultiProjects</b>(<i></i>) |
|
260 |
204 <p> |
261 <p> |
205 Private method to load the recently opened multi project filenames. |
262 Private method to load the recently opened multi project filenames. |
206 </p><a NAME="TrayStarter.__loadRecentProjects" ID="TrayStarter.__loadRecentProjects"></a> |
263 </p> |
|
264 <a NAME="TrayStarter.__loadRecentProjects" ID="TrayStarter.__loadRecentProjects"></a> |
207 <h4>TrayStarter.__loadRecentProjects</h4> |
265 <h4>TrayStarter.__loadRecentProjects</h4> |
208 <b>__loadRecentProjects</b>(<i></i>) |
266 <b>__loadRecentProjects</b>(<i></i>) |
|
267 |
209 <p> |
268 <p> |
210 Private method to load the recently opened project filenames. |
269 Private method to load the recently opened project filenames. |
211 </p><a NAME="TrayStarter.__openRecent" ID="TrayStarter.__openRecent"></a> |
270 </p> |
|
271 <a NAME="TrayStarter.__openRecent" ID="TrayStarter.__openRecent"></a> |
212 <h4>TrayStarter.__openRecent</h4> |
272 <h4>TrayStarter.__openRecent</h4> |
213 <b>__openRecent</b>(<i>act</i>) |
273 <b>__openRecent</b>(<i>act</i>) |
|
274 |
214 <p> |
275 <p> |
215 Private method to open a project or file from the list of recently |
276 Private method to open a project or file from the list of recently |
216 opened projects or files. |
277 opened projects or files. |
217 </p><dl> |
278 </p> |
|
279 <dl> |
|
280 |
218 <dt><i>act</i></dt> |
281 <dt><i>act</i></dt> |
219 <dd> |
282 <dd> |
220 reference to the action that triggered (QAction) |
283 reference to the action that triggered (QAction) |
221 </dd> |
284 </dd> |
222 </dl><a NAME="TrayStarter.__showContextMenu" ID="TrayStarter.__showContextMenu"></a> |
285 </dl> |
|
286 <a NAME="TrayStarter.__showContextMenu" ID="TrayStarter.__showContextMenu"></a> |
223 <h4>TrayStarter.__showContextMenu</h4> |
287 <h4>TrayStarter.__showContextMenu</h4> |
224 <b>__showContextMenu</b>(<i></i>) |
288 <b>__showContextMenu</b>(<i></i>) |
|
289 |
225 <p> |
290 <p> |
226 Private slot to show the context menu. |
291 Private slot to show the context menu. |
227 </p><a NAME="TrayStarter.__showPreferences" ID="TrayStarter.__showPreferences"></a> |
292 </p> |
|
293 <a NAME="TrayStarter.__showPreferences" ID="TrayStarter.__showPreferences"></a> |
228 <h4>TrayStarter.__showPreferences</h4> |
294 <h4>TrayStarter.__showPreferences</h4> |
229 <b>__showPreferences</b>(<i></i>) |
295 <b>__showPreferences</b>(<i></i>) |
|
296 |
230 <p> |
297 <p> |
231 Private slot to set the preferences. |
298 Private slot to set the preferences. |
232 </p><a NAME="TrayStarter.__showRecentFilesMenu" ID="TrayStarter.__showRecentFilesMenu"></a> |
299 </p> |
|
300 <a NAME="TrayStarter.__showRecentFilesMenu" ID="TrayStarter.__showRecentFilesMenu"></a> |
233 <h4>TrayStarter.__showRecentFilesMenu</h4> |
301 <h4>TrayStarter.__showRecentFilesMenu</h4> |
234 <b>__showRecentFilesMenu</b>(<i></i>) |
302 <b>__showRecentFilesMenu</b>(<i></i>) |
|
303 |
235 <p> |
304 <p> |
236 Private method to set up the recent files menu. |
305 Private method to set up the recent files menu. |
237 </p><a NAME="TrayStarter.__showRecentMultiProjectsMenu" ID="TrayStarter.__showRecentMultiProjectsMenu"></a> |
306 </p> |
|
307 <a NAME="TrayStarter.__showRecentMultiProjectsMenu" ID="TrayStarter.__showRecentMultiProjectsMenu"></a> |
238 <h4>TrayStarter.__showRecentMultiProjectsMenu</h4> |
308 <h4>TrayStarter.__showRecentMultiProjectsMenu</h4> |
239 <b>__showRecentMultiProjectsMenu</b>(<i></i>) |
309 <b>__showRecentMultiProjectsMenu</b>(<i></i>) |
|
310 |
240 <p> |
311 <p> |
241 Private method to set up the recent multi projects menu. |
312 Private method to set up the recent multi projects menu. |
242 </p><a NAME="TrayStarter.__showRecentProjectsMenu" ID="TrayStarter.__showRecentProjectsMenu"></a> |
313 </p> |
|
314 <a NAME="TrayStarter.__showRecentProjectsMenu" ID="TrayStarter.__showRecentProjectsMenu"></a> |
243 <h4>TrayStarter.__showRecentProjectsMenu</h4> |
315 <h4>TrayStarter.__showRecentProjectsMenu</h4> |
244 <b>__showRecentProjectsMenu</b>(<i></i>) |
316 <b>__showRecentProjectsMenu</b>(<i></i>) |
|
317 |
245 <p> |
318 <p> |
246 Private method to set up the recent projects menu. |
319 Private method to set up the recent projects menu. |
247 </p><a NAME="TrayStarter.__showVersions" ID="TrayStarter.__showVersions"></a> |
320 </p> |
|
321 <a NAME="TrayStarter.__showVersions" ID="TrayStarter.__showVersions"></a> |
248 <h4>TrayStarter.__showVersions</h4> |
322 <h4>TrayStarter.__showVersions</h4> |
249 <b>__showVersions</b>(<i></i>) |
323 <b>__showVersions</b>(<i></i>) |
|
324 |
250 <p> |
325 <p> |
251 Private slot to handle the Versions dialog. |
326 Private slot to handle the Versions dialog. |
252 </p><a NAME="TrayStarter.__startCompare" ID="TrayStarter.__startCompare"></a> |
327 </p> |
|
328 <a NAME="TrayStarter.__startCompare" ID="TrayStarter.__startCompare"></a> |
253 <h4>TrayStarter.__startCompare</h4> |
329 <h4>TrayStarter.__startCompare</h4> |
254 <b>__startCompare</b>(<i></i>) |
330 <b>__startCompare</b>(<i></i>) |
|
331 |
255 <p> |
332 <p> |
256 Private slot to start the eric6 compare dialog. |
333 Private slot to start the eric6 compare dialog. |
257 </p><a NAME="TrayStarter.__startDiff" ID="TrayStarter.__startDiff"></a> |
334 </p> |
|
335 <a NAME="TrayStarter.__startDiff" ID="TrayStarter.__startDiff"></a> |
258 <h4>TrayStarter.__startDiff</h4> |
336 <h4>TrayStarter.__startDiff</h4> |
259 <b>__startDiff</b>(<i></i>) |
337 <b>__startDiff</b>(<i></i>) |
|
338 |
260 <p> |
339 <p> |
261 Private slot to start the eric6 diff dialog. |
340 Private slot to start the eric6 diff dialog. |
262 </p><a NAME="TrayStarter.__startEric" ID="TrayStarter.__startEric"></a> |
341 </p> |
|
342 <a NAME="TrayStarter.__startEric" ID="TrayStarter.__startEric"></a> |
263 <h4>TrayStarter.__startEric</h4> |
343 <h4>TrayStarter.__startEric</h4> |
264 <b>__startEric</b>(<i></i>) |
344 <b>__startEric</b>(<i></i>) |
|
345 |
265 <p> |
346 <p> |
266 Private slot to start the eric6 IDE. |
347 Private slot to start the eric6 IDE. |
267 </p><a NAME="TrayStarter.__startHelpViewer" ID="TrayStarter.__startHelpViewer"></a> |
348 </p> |
|
349 <a NAME="TrayStarter.__startHelpViewer" ID="TrayStarter.__startHelpViewer"></a> |
268 <h4>TrayStarter.__startHelpViewer</h4> |
350 <h4>TrayStarter.__startHelpViewer</h4> |
269 <b>__startHelpViewer</b>(<i></i>) |
351 <b>__startHelpViewer</b>(<i></i>) |
|
352 |
270 <p> |
353 <p> |
271 Private slot to start the eric6 web browser. |
354 Private slot to start the eric6 web browser. |
272 </p><a NAME="TrayStarter.__startHexEditor" ID="TrayStarter.__startHexEditor"></a> |
355 </p> |
|
356 <a NAME="TrayStarter.__startHexEditor" ID="TrayStarter.__startHexEditor"></a> |
273 <h4>TrayStarter.__startHexEditor</h4> |
357 <h4>TrayStarter.__startHexEditor</h4> |
274 <b>__startHexEditor</b>(<i></i>) |
358 <b>__startHexEditor</b>(<i></i>) |
|
359 |
275 <p> |
360 <p> |
276 Private slot to start the eric6 hex editor dialog. |
361 Private slot to start the eric6 hex editor dialog. |
277 </p><a NAME="TrayStarter.__startIconEditor" ID="TrayStarter.__startIconEditor"></a> |
362 </p> |
|
363 <a NAME="TrayStarter.__startIconEditor" ID="TrayStarter.__startIconEditor"></a> |
278 <h4>TrayStarter.__startIconEditor</h4> |
364 <h4>TrayStarter.__startIconEditor</h4> |
279 <b>__startIconEditor</b>(<i></i>) |
365 <b>__startIconEditor</b>(<i></i>) |
|
366 |
280 <p> |
367 <p> |
281 Private slot to start the eric6 icon editor dialog. |
368 Private slot to start the eric6 icon editor dialog. |
282 </p><a NAME="TrayStarter.__startMiniEditor" ID="TrayStarter.__startMiniEditor"></a> |
369 </p> |
|
370 <a NAME="TrayStarter.__startMiniEditor" ID="TrayStarter.__startMiniEditor"></a> |
283 <h4>TrayStarter.__startMiniEditor</h4> |
371 <h4>TrayStarter.__startMiniEditor</h4> |
284 <b>__startMiniEditor</b>(<i></i>) |
372 <b>__startMiniEditor</b>(<i></i>) |
|
373 |
285 <p> |
374 <p> |
286 Private slot to start the eric6 Mini Editor. |
375 Private slot to start the eric6 Mini Editor. |
287 </p><a NAME="TrayStarter.__startPluginInstall" ID="TrayStarter.__startPluginInstall"></a> |
376 </p> |
|
377 <a NAME="TrayStarter.__startPluginInstall" ID="TrayStarter.__startPluginInstall"></a> |
288 <h4>TrayStarter.__startPluginInstall</h4> |
378 <h4>TrayStarter.__startPluginInstall</h4> |
289 <b>__startPluginInstall</b>(<i></i>) |
379 <b>__startPluginInstall</b>(<i></i>) |
|
380 |
290 <p> |
381 <p> |
291 Private slot to start the eric6 plugin installation dialog. |
382 Private slot to start the eric6 plugin installation dialog. |
292 </p><a NAME="TrayStarter.__startPluginRepository" ID="TrayStarter.__startPluginRepository"></a> |
383 </p> |
|
384 <a NAME="TrayStarter.__startPluginRepository" ID="TrayStarter.__startPluginRepository"></a> |
293 <h4>TrayStarter.__startPluginRepository</h4> |
385 <h4>TrayStarter.__startPluginRepository</h4> |
294 <b>__startPluginRepository</b>(<i></i>) |
386 <b>__startPluginRepository</b>(<i></i>) |
|
387 |
295 <p> |
388 <p> |
296 Private slot to start the eric6 plugin repository dialog. |
389 Private slot to start the eric6 plugin repository dialog. |
297 </p><a NAME="TrayStarter.__startPluginUninstall" ID="TrayStarter.__startPluginUninstall"></a> |
390 </p> |
|
391 <a NAME="TrayStarter.__startPluginUninstall" ID="TrayStarter.__startPluginUninstall"></a> |
298 <h4>TrayStarter.__startPluginUninstall</h4> |
392 <h4>TrayStarter.__startPluginUninstall</h4> |
299 <b>__startPluginUninstall</b>(<i></i>) |
393 <b>__startPluginUninstall</b>(<i></i>) |
|
394 |
300 <p> |
395 <p> |
301 Private slot to start the eric6 plugin uninstallation dialog. |
396 Private slot to start the eric6 plugin uninstallation dialog. |
302 </p><a NAME="TrayStarter.__startPreferences" ID="TrayStarter.__startPreferences"></a> |
397 </p> |
|
398 <a NAME="TrayStarter.__startPreferences" ID="TrayStarter.__startPreferences"></a> |
303 <h4>TrayStarter.__startPreferences</h4> |
399 <h4>TrayStarter.__startPreferences</h4> |
304 <b>__startPreferences</b>(<i></i>) |
400 <b>__startPreferences</b>(<i></i>) |
|
401 |
305 <p> |
402 <p> |
306 Private slot to start the eric6 configuration dialog. |
403 Private slot to start the eric6 configuration dialog. |
307 </p><a NAME="TrayStarter.__startProc" ID="TrayStarter.__startProc"></a> |
404 </p> |
|
405 <a NAME="TrayStarter.__startProc" ID="TrayStarter.__startProc"></a> |
308 <h4>TrayStarter.__startProc</h4> |
406 <h4>TrayStarter.__startProc</h4> |
309 <b>__startProc</b>(<i>applName, *applArgs</i>) |
407 <b>__startProc</b>(<i>applName, *applArgs</i>) |
|
408 |
310 <p> |
409 <p> |
311 Private method to start an eric6 application. |
410 Private method to start an eric6 application. |
312 </p><dl> |
411 </p> |
|
412 <dl> |
|
413 |
313 <dt><i>applName</i></dt> |
414 <dt><i>applName</i></dt> |
314 <dd> |
415 <dd> |
315 name of the eric6 application script (string) |
416 name of the eric6 application script (string) |
316 </dd><dt><i>*applArgs</i></dt> |
417 </dd> |
|
418 <dt><i>*applArgs</i></dt> |
317 <dd> |
419 <dd> |
318 variable list of application arguments |
420 variable list of application arguments |
319 </dd> |
421 </dd> |
320 </dl><a NAME="TrayStarter.__startPyRe" ID="TrayStarter.__startPyRe"></a> |
422 </dl> |
|
423 <a NAME="TrayStarter.__startPyRe" ID="TrayStarter.__startPyRe"></a> |
321 <h4>TrayStarter.__startPyRe</h4> |
424 <h4>TrayStarter.__startPyRe</h4> |
322 <b>__startPyRe</b>(<i></i>) |
425 <b>__startPyRe</b>(<i></i>) |
|
426 |
323 <p> |
427 <p> |
324 Private slot to start the eric6 Python re editor dialog. |
428 Private slot to start the eric6 Python re editor dialog. |
325 </p><a NAME="TrayStarter.__startQRegExp" ID="TrayStarter.__startQRegExp"></a> |
429 </p> |
|
430 <a NAME="TrayStarter.__startQRegExp" ID="TrayStarter.__startQRegExp"></a> |
326 <h4>TrayStarter.__startQRegExp</h4> |
431 <h4>TrayStarter.__startQRegExp</h4> |
327 <b>__startQRegExp</b>(<i></i>) |
432 <b>__startQRegExp</b>(<i></i>) |
|
433 |
328 <p> |
434 <p> |
329 Private slot to start the eric6 QRegExp editor dialog. |
435 Private slot to start the eric6 QRegExp editor dialog. |
330 </p><a NAME="TrayStarter.__startShell" ID="TrayStarter.__startShell"></a> |
436 </p> |
|
437 <a NAME="TrayStarter.__startShell" ID="TrayStarter.__startShell"></a> |
331 <h4>TrayStarter.__startShell</h4> |
438 <h4>TrayStarter.__startShell</h4> |
332 <b>__startShell</b>(<i></i>) |
439 <b>__startShell</b>(<i></i>) |
|
440 |
333 <p> |
441 <p> |
334 Private slot to start the eric6 Shell window. |
442 Private slot to start the eric6 Shell window. |
335 </p><a NAME="TrayStarter.__startSnapshot" ID="TrayStarter.__startSnapshot"></a> |
443 </p> |
|
444 <a NAME="TrayStarter.__startSnapshot" ID="TrayStarter.__startSnapshot"></a> |
336 <h4>TrayStarter.__startSnapshot</h4> |
445 <h4>TrayStarter.__startSnapshot</h4> |
337 <b>__startSnapshot</b>(<i></i>) |
446 <b>__startSnapshot</b>(<i></i>) |
|
447 |
338 <p> |
448 <p> |
339 Private slot to start the eric6 snapshot dialog. |
449 Private slot to start the eric6 snapshot dialog. |
340 </p><a NAME="TrayStarter.__startSqlBrowser" ID="TrayStarter.__startSqlBrowser"></a> |
450 </p> |
|
451 <a NAME="TrayStarter.__startSqlBrowser" ID="TrayStarter.__startSqlBrowser"></a> |
341 <h4>TrayStarter.__startSqlBrowser</h4> |
452 <h4>TrayStarter.__startSqlBrowser</h4> |
342 <b>__startSqlBrowser</b>(<i></i>) |
453 <b>__startSqlBrowser</b>(<i></i>) |
|
454 |
343 <p> |
455 <p> |
344 Private slot to start the eric6 sql browser dialog. |
456 Private slot to start the eric6 sql browser dialog. |
345 </p><a NAME="TrayStarter.__startTRPreviewer" ID="TrayStarter.__startTRPreviewer"></a> |
457 </p> |
|
458 <a NAME="TrayStarter.__startTRPreviewer" ID="TrayStarter.__startTRPreviewer"></a> |
346 <h4>TrayStarter.__startTRPreviewer</h4> |
459 <h4>TrayStarter.__startTRPreviewer</h4> |
347 <b>__startTRPreviewer</b>(<i></i>) |
460 <b>__startTRPreviewer</b>(<i></i>) |
|
461 |
348 <p> |
462 <p> |
349 Private slot to start the eric6 translations previewer. |
463 Private slot to start the eric6 translations previewer. |
350 </p><a NAME="TrayStarter.__startUIPreviewer" ID="TrayStarter.__startUIPreviewer"></a> |
464 </p> |
|
465 <a NAME="TrayStarter.__startUIPreviewer" ID="TrayStarter.__startUIPreviewer"></a> |
351 <h4>TrayStarter.__startUIPreviewer</h4> |
466 <h4>TrayStarter.__startUIPreviewer</h4> |
352 <b>__startUIPreviewer</b>(<i></i>) |
467 <b>__startUIPreviewer</b>(<i></i>) |
|
468 |
353 <p> |
469 <p> |
354 Private slot to start the eric6 UI previewer. |
470 Private slot to start the eric6 UI previewer. |
355 </p><a NAME="TrayStarter.__startUnittest" ID="TrayStarter.__startUnittest"></a> |
471 </p> |
|
472 <a NAME="TrayStarter.__startUnittest" ID="TrayStarter.__startUnittest"></a> |
356 <h4>TrayStarter.__startUnittest</h4> |
473 <h4>TrayStarter.__startUnittest</h4> |
357 <b>__startUnittest</b>(<i></i>) |
474 <b>__startUnittest</b>(<i></i>) |
|
475 |
358 <p> |
476 <p> |
359 Private slot to start the eric6 unittest dialog. |
477 Private slot to start the eric6 unittest dialog. |
360 </p><a NAME="TrayStarter.preferencesChanged" ID="TrayStarter.preferencesChanged"></a> |
478 </p> |
|
479 <a NAME="TrayStarter.preferencesChanged" ID="TrayStarter.preferencesChanged"></a> |
361 <h4>TrayStarter.preferencesChanged</h4> |
480 <h4>TrayStarter.preferencesChanged</h4> |
362 <b>preferencesChanged</b>(<i></i>) |
481 <b>preferencesChanged</b>(<i></i>) |
|
482 |
363 <p> |
483 <p> |
364 Public slot to handle a change of preferences. |
484 Public slot to handle a change of preferences. |
365 </p> |
485 </p> |
366 <div align="right"><a href="#top">Up</a></div> |
486 <div align="right"><a href="#top">Up</a></div> |
367 <hr /> |
487 <hr /> |