85 <dd> |
85 <dd> |
86 emitted after an editor window was saved |
86 emitted after an editor window was saved |
87 </dd><dt>lastEditorClosed()</dt> |
87 </dd><dt>lastEditorClosed()</dt> |
88 <dd> |
88 <dd> |
89 emitted after the last editor window was closed |
89 emitted after the last editor window was closed |
|
90 </dd><dt>syntaxerrorToggled(Editor)</dt> |
|
91 <dd> |
|
92 emitted when a syntax error is toggled. |
90 </dd> |
93 </dd> |
91 </dl> |
94 </dl> |
92 <h3>Derived from</h3> |
95 <h3>Derived from</h3> |
93 QSplitter, ViewManager |
96 QSplitter, ViewManager |
94 <h3>Class Attributes</h3> |
97 <h3>Class Attributes</h3> |
112 <td>Private method to close the selected editor.</td> |
115 <td>Private method to close the selected editor.</td> |
113 </tr><tr> |
116 </tr><tr> |
114 <td><a href="#Listspace.__contextMenuCloseAll">__contextMenuCloseAll</a></td> |
117 <td><a href="#Listspace.__contextMenuCloseAll">__contextMenuCloseAll</a></td> |
115 <td>Private method to close all editors.</td> |
118 <td>Private method to close all editors.</td> |
116 </tr><tr> |
119 </tr><tr> |
|
120 <td><a href="#Listspace.__contextMenuCloseOthers">__contextMenuCloseOthers</a></td> |
|
121 <td>Private method to close the other editors.</td> |
|
122 </tr><tr> |
117 <td><a href="#Listspace.__contextMenuCopyPathToClipboard">__contextMenuCopyPathToClipboard</a></td> |
123 <td><a href="#Listspace.__contextMenuCopyPathToClipboard">__contextMenuCopyPathToClipboard</a></td> |
118 <td>Private method to copy the file name of the selected editor to the clipboard.</td> |
124 <td>Private method to copy the file name of the selected editor to the clipboard.</td> |
119 </tr><tr> |
125 </tr><tr> |
120 <td><a href="#Listspace.__contextMenuOpenRejections">__contextMenuOpenRejections</a></td> |
126 <td><a href="#Listspace.__contextMenuOpenRejections">__contextMenuOpenRejections</a></td> |
121 <td>Private slot to open a rejections file associated with the selected editor.</td> |
127 <td>Private slot to open a rejections file associated with the selected editor.</td> |
140 </tr><tr> |
146 </tr><tr> |
141 <td><a href="#Listspace.__showMenu">__showMenu</a></td> |
147 <td><a href="#Listspace.__showMenu">__showMenu</a></td> |
142 <td>Private slot to handle the customContextMenuRequested signal of the viewlist.</td> |
148 <td>Private slot to handle the customContextMenuRequested signal of the viewlist.</td> |
143 </tr><tr> |
149 </tr><tr> |
144 <td><a href="#Listspace.__showSelectedView">__showSelectedView</a></td> |
150 <td><a href="#Listspace.__showSelectedView">__showSelectedView</a></td> |
145 <td>Private slot called to show a view selected in the list by a mouse click.</td> |
151 <td>Private slot called to show a view selected in the list.</td> |
146 </tr><tr> |
152 </tr><tr> |
147 <td><a href="#Listspace._addView">_addView</a></td> |
153 <td><a href="#Listspace._addView">_addView</a></td> |
148 <td>Protected method to add a view (i.e.</td> |
154 <td>Protected method to add a view (i.e.</td> |
149 </tr><tr> |
155 </tr><tr> |
150 <td><a href="#Listspace._initWindowActions">_initWindowActions</a></td> |
156 <td><a href="#Listspace._initWindowActions">_initWindowActions</a></td> |
251 </p><a NAME="Listspace.__contextMenuCloseAll" ID="Listspace.__contextMenuCloseAll"></a> |
257 </p><a NAME="Listspace.__contextMenuCloseAll" ID="Listspace.__contextMenuCloseAll"></a> |
252 <h4>Listspace.__contextMenuCloseAll</h4> |
258 <h4>Listspace.__contextMenuCloseAll</h4> |
253 <b>__contextMenuCloseAll</b>(<i></i>) |
259 <b>__contextMenuCloseAll</b>(<i></i>) |
254 <p> |
260 <p> |
255 Private method to close all editors. |
261 Private method to close all editors. |
|
262 </p><a NAME="Listspace.__contextMenuCloseOthers" ID="Listspace.__contextMenuCloseOthers"></a> |
|
263 <h4>Listspace.__contextMenuCloseOthers</h4> |
|
264 <b>__contextMenuCloseOthers</b>(<i></i>) |
|
265 <p> |
|
266 Private method to close the other editors. |
256 </p><a NAME="Listspace.__contextMenuCopyPathToClipboard" ID="Listspace.__contextMenuCopyPathToClipboard"></a> |
267 </p><a NAME="Listspace.__contextMenuCopyPathToClipboard" ID="Listspace.__contextMenuCopyPathToClipboard"></a> |
257 <h4>Listspace.__contextMenuCopyPathToClipboard</h4> |
268 <h4>Listspace.__contextMenuCopyPathToClipboard</h4> |
258 <b>__contextMenuCopyPathToClipboard</b>(<i></i>) |
269 <b>__contextMenuCopyPathToClipboard</b>(<i></i>) |
259 <p> |
270 <p> |
260 Private method to copy the file name of the selected editor to the clipboard. |
271 Private method to copy the file name of the selected editor to the clipboard. |
303 <b>__showMenu</b>(<i>point</i>) |
314 <b>__showMenu</b>(<i>point</i>) |
304 <p> |
315 <p> |
305 Private slot to handle the customContextMenuRequested signal of the viewlist. |
316 Private slot to handle the customContextMenuRequested signal of the viewlist. |
306 </p><a NAME="Listspace.__showSelectedView" ID="Listspace.__showSelectedView"></a> |
317 </p><a NAME="Listspace.__showSelectedView" ID="Listspace.__showSelectedView"></a> |
307 <h4>Listspace.__showSelectedView</h4> |
318 <h4>Listspace.__showSelectedView</h4> |
308 <b>__showSelectedView</b>(<i>itm</i>) |
319 <b>__showSelectedView</b>(<i>row</i>) |
309 <p> |
320 <p> |
310 Private slot called to show a view selected in the list by a mouse click. |
321 Private slot called to show a view selected in the list. |
311 </p><dl> |
322 </p><dl> |
312 <dt><i>itm</i></dt> |
323 <dt><i>row</i></dt> |
313 <dd> |
324 <dd> |
314 item clicked on (QListWidgetItem) |
325 row number of the item clicked on (integer) |
315 </dd> |
326 </dd> |
316 </dl><a NAME="Listspace._addView" ID="Listspace._addView"></a> |
327 </dl><a NAME="Listspace._addView" ID="Listspace._addView"></a> |
317 <h4>Listspace._addView</h4> |
328 <h4>Listspace._addView</h4> |
318 <b>_addView</b>(<i>win, fn=None, noName=""</i>) |
329 <b>_addView</b>(<i>win, fn=None, noName=""</i>) |
319 <p> |
330 <p> |
368 <p> |
379 <p> |
369 Protected method to show a view (i.e. window) |
380 Protected method to show a view (i.e. window) |
370 </p><dl> |
381 </p><dl> |
371 <dt><i>win</i></dt> |
382 <dt><i>win</i></dt> |
372 <dd> |
383 <dd> |
373 editor window to be shown |
384 editor assembly to be shown |
374 </dd><dt><i>fn</i></dt> |
385 </dd><dt><i>fn</i></dt> |
375 <dd> |
386 <dd> |
376 filename of this editor (string) |
387 filename of this editor (string) |
377 </dd> |
388 </dd> |
378 </dl><a NAME="Listspace._syntaxErrorToggled" ID="Listspace._syntaxErrorToggled"></a> |
389 </dl><a NAME="Listspace._syntaxErrorToggled" ID="Listspace._syntaxErrorToggled"></a> |