107 </tr><tr> |
107 </tr><tr> |
108 <td><a href="#Listspace.__captionChange">__captionChange</a></td> |
108 <td><a href="#Listspace.__captionChange">__captionChange</a></td> |
109 <td>Private method to handle caption change signals from the editor.</td> |
109 <td>Private method to handle caption change signals from the editor.</td> |
110 </tr><tr> |
110 </tr><tr> |
111 <td><a href="#Listspace.__contextMenuClose">__contextMenuClose</a></td> |
111 <td><a href="#Listspace.__contextMenuClose">__contextMenuClose</a></td> |
112 <td>Private method to close the selected tab.</td> |
112 <td>Private method to close the selected editor.</td> |
113 </tr><tr> |
113 </tr><tr> |
114 <td><a href="#Listspace.__contextMenuCloseAll">__contextMenuCloseAll</a></td> |
114 <td><a href="#Listspace.__contextMenuCloseAll">__contextMenuCloseAll</a></td> |
115 <td>Private method to close all tabs.</td> |
115 <td>Private method to close all editors.</td> |
|
116 </tr><tr> |
|
117 <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> |
|
119 </tr><tr> |
|
120 <td><a href="#Listspace.__contextMenuOpenRejections">__contextMenuOpenRejections</a></td> |
|
121 <td>Private slot to open a rejections file associated with the selected editor.</td> |
116 </tr><tr> |
122 </tr><tr> |
117 <td><a href="#Listspace.__contextMenuPrintFile">__contextMenuPrintFile</a></td> |
123 <td><a href="#Listspace.__contextMenuPrintFile">__contextMenuPrintFile</a></td> |
118 <td>Private method to print the selected tab.</td> |
124 <td>Private method to print the selected editor.</td> |
119 </tr><tr> |
125 </tr><tr> |
120 <td><a href="#Listspace.__contextMenuSave">__contextMenuSave</a></td> |
126 <td><a href="#Listspace.__contextMenuSave">__contextMenuSave</a></td> |
121 <td>Private method to save the selected tab.</td> |
127 <td>Private method to save the selected editor.</td> |
122 </tr><tr> |
128 </tr><tr> |
123 <td><a href="#Listspace.__contextMenuSaveAll">__contextMenuSaveAll</a></td> |
129 <td><a href="#Listspace.__contextMenuSaveAll">__contextMenuSaveAll</a></td> |
124 <td>Private method to save all tabs.</td> |
130 <td>Private method to save all editors.</td> |
125 </tr><tr> |
131 </tr><tr> |
126 <td><a href="#Listspace.__contextMenuSaveAs">__contextMenuSaveAs</a></td> |
132 <td><a href="#Listspace.__contextMenuSaveAs">__contextMenuSaveAs</a></td> |
127 <td>Private method to save the selected tab to a new file.</td> |
133 <td>Private method to save the selected editor to a new file.</td> |
128 </tr><tr> |
134 </tr><tr> |
129 <td><a href="#Listspace.__currentChanged">__currentChanged</a></td> |
135 <td><a href="#Listspace.__currentChanged">__currentChanged</a></td> |
130 <td>Private slot to handle the currentChanged signal.</td> |
136 <td>Private slot to handle the currentChanged signal.</td> |
131 </tr><tr> |
137 </tr><tr> |
132 <td><a href="#Listspace.__initMenu">__initMenu</a></td> |
138 <td><a href="#Listspace.__initMenu">__initMenu</a></td> |
239 </dd> |
245 </dd> |
240 </dl><a NAME="Listspace.__contextMenuClose" ID="Listspace.__contextMenuClose"></a> |
246 </dl><a NAME="Listspace.__contextMenuClose" ID="Listspace.__contextMenuClose"></a> |
241 <h4>Listspace.__contextMenuClose</h4> |
247 <h4>Listspace.__contextMenuClose</h4> |
242 <b>__contextMenuClose</b>(<i></i>) |
248 <b>__contextMenuClose</b>(<i></i>) |
243 <p> |
249 <p> |
244 Private method to close the selected tab. |
250 Private method to close the selected editor. |
245 </p><a NAME="Listspace.__contextMenuCloseAll" ID="Listspace.__contextMenuCloseAll"></a> |
251 </p><a NAME="Listspace.__contextMenuCloseAll" ID="Listspace.__contextMenuCloseAll"></a> |
246 <h4>Listspace.__contextMenuCloseAll</h4> |
252 <h4>Listspace.__contextMenuCloseAll</h4> |
247 <b>__contextMenuCloseAll</b>(<i></i>) |
253 <b>__contextMenuCloseAll</b>(<i></i>) |
248 <p> |
254 <p> |
249 Private method to close all tabs. |
255 Private method to close all editors. |
|
256 </p><a NAME="Listspace.__contextMenuCopyPathToClipboard" ID="Listspace.__contextMenuCopyPathToClipboard"></a> |
|
257 <h4>Listspace.__contextMenuCopyPathToClipboard</h4> |
|
258 <b>__contextMenuCopyPathToClipboard</b>(<i></i>) |
|
259 <p> |
|
260 Private method to copy the file name of the selected editor to the clipboard. |
|
261 </p><a NAME="Listspace.__contextMenuOpenRejections" ID="Listspace.__contextMenuOpenRejections"></a> |
|
262 <h4>Listspace.__contextMenuOpenRejections</h4> |
|
263 <b>__contextMenuOpenRejections</b>(<i></i>) |
|
264 <p> |
|
265 Private slot to open a rejections file associated with the selected editor. |
250 </p><a NAME="Listspace.__contextMenuPrintFile" ID="Listspace.__contextMenuPrintFile"></a> |
266 </p><a NAME="Listspace.__contextMenuPrintFile" ID="Listspace.__contextMenuPrintFile"></a> |
251 <h4>Listspace.__contextMenuPrintFile</h4> |
267 <h4>Listspace.__contextMenuPrintFile</h4> |
252 <b>__contextMenuPrintFile</b>(<i></i>) |
268 <b>__contextMenuPrintFile</b>(<i></i>) |
253 <p> |
269 <p> |
254 Private method to print the selected tab. |
270 Private method to print the selected editor. |
255 </p><a NAME="Listspace.__contextMenuSave" ID="Listspace.__contextMenuSave"></a> |
271 </p><a NAME="Listspace.__contextMenuSave" ID="Listspace.__contextMenuSave"></a> |
256 <h4>Listspace.__contextMenuSave</h4> |
272 <h4>Listspace.__contextMenuSave</h4> |
257 <b>__contextMenuSave</b>(<i></i>) |
273 <b>__contextMenuSave</b>(<i></i>) |
258 <p> |
274 <p> |
259 Private method to save the selected tab. |
275 Private method to save the selected editor. |
260 </p><a NAME="Listspace.__contextMenuSaveAll" ID="Listspace.__contextMenuSaveAll"></a> |
276 </p><a NAME="Listspace.__contextMenuSaveAll" ID="Listspace.__contextMenuSaveAll"></a> |
261 <h4>Listspace.__contextMenuSaveAll</h4> |
277 <h4>Listspace.__contextMenuSaveAll</h4> |
262 <b>__contextMenuSaveAll</b>(<i></i>) |
278 <b>__contextMenuSaveAll</b>(<i></i>) |
263 <p> |
279 <p> |
264 Private method to save all tabs. |
280 Private method to save all editors. |
265 </p><a NAME="Listspace.__contextMenuSaveAs" ID="Listspace.__contextMenuSaveAs"></a> |
281 </p><a NAME="Listspace.__contextMenuSaveAs" ID="Listspace.__contextMenuSaveAs"></a> |
266 <h4>Listspace.__contextMenuSaveAs</h4> |
282 <h4>Listspace.__contextMenuSaveAs</h4> |
267 <b>__contextMenuSaveAs</b>(<i></i>) |
283 <b>__contextMenuSaveAs</b>(<i></i>) |
268 <p> |
284 <p> |
269 Private method to save the selected tab to a new file. |
285 Private method to save the selected editor to a new file. |
270 </p><a NAME="Listspace.__currentChanged" ID="Listspace.__currentChanged"></a> |
286 </p><a NAME="Listspace.__currentChanged" ID="Listspace.__currentChanged"></a> |
271 <h4>Listspace.__currentChanged</h4> |
287 <h4>Listspace.__currentChanged</h4> |
272 <b>__currentChanged</b>(<i>index</i>) |
288 <b>__currentChanged</b>(<i>index</i>) |
273 <p> |
289 <p> |
274 Private slot to handle the currentChanged signal. |
290 Private slot to handle the currentChanged signal. |