79 emitted just before an editor window gets closed |
79 emitted just before an editor window gets closed |
80 </dd><dt>editorLanguageChanged(Editor)</dt> |
80 </dd><dt>editorLanguageChanged(Editor)</dt> |
81 <dd> |
81 <dd> |
82 emitted to signal a change of an |
82 emitted to signal a change of an |
83 editors language |
83 editors language |
|
84 </dd><dt>editorLineChanged(str,int)</dt> |
|
85 <dd> |
|
86 emitted to signal a change of an editor's |
|
87 current line (line is given one based) |
84 </dd><dt>editorOpened(str)</dt> |
88 </dd><dt>editorOpened(str)</dt> |
85 <dd> |
89 <dd> |
86 emitted after an editor window was opened |
90 emitted after an editor window was opened |
87 </dd><dt>editorOpenedEd(Editor)</dt> |
91 </dd><dt>editorOpenedEd(Editor)</dt> |
88 <dd> |
92 <dd> |
151 <td>Private method to save the selected editor to a new file.</td> |
155 <td>Private method to save the selected editor to a new file.</td> |
152 </tr><tr> |
156 </tr><tr> |
153 <td><a href="#Listspace.__currentChanged">__currentChanged</a></td> |
157 <td><a href="#Listspace.__currentChanged">__currentChanged</a></td> |
154 <td>Private slot to handle the currentChanged signal.</td> |
158 <td>Private slot to handle the currentChanged signal.</td> |
155 </tr><tr> |
159 </tr><tr> |
|
160 <td><a href="#Listspace.__cursorLineChanged">__cursorLineChanged</a></td> |
|
161 <td>Private slot to handle a change of the current editor's cursor line.</td> |
|
162 </tr><tr> |
156 <td><a href="#Listspace.__initMenu">__initMenu</a></td> |
163 <td><a href="#Listspace.__initMenu">__initMenu</a></td> |
157 <td>Private method to initialize the viewlist context menu.</td> |
164 <td>Private method to initialize the viewlist context menu.</td> |
158 </tr><tr> |
165 </tr><tr> |
159 <td><a href="#Listspace.__showMenu">__showMenu</a></td> |
166 <td><a href="#Listspace.__showMenu">__showMenu</a></td> |
160 <td>Private slot to handle the customContextMenuRequested signal of the viewlist.</td> |
167 <td>Private slot to handle the customContextMenuRequested signal of the viewlist.</td> |
313 Private slot to handle the currentChanged signal. |
320 Private slot to handle the currentChanged signal. |
314 </p><dl> |
321 </p><dl> |
315 <dt><i>index</i></dt> |
322 <dt><i>index</i></dt> |
316 <dd> |
323 <dd> |
317 index of the current editor |
324 index of the current editor |
|
325 </dd> |
|
326 </dl><a NAME="Listspace.__cursorLineChanged" ID="Listspace.__cursorLineChanged"></a> |
|
327 <h4>Listspace.__cursorLineChanged</h4> |
|
328 <b>__cursorLineChanged</b>(<i>lineno</i>) |
|
329 <p> |
|
330 Private slot to handle a change of the current editor's cursor line. |
|
331 </p><dl> |
|
332 <dt><i>lineno</i></dt> |
|
333 <dd> |
|
334 line number of the current editor's cursor (zero based) |
318 </dd> |
335 </dd> |
319 </dl><a NAME="Listspace.__initMenu" ID="Listspace.__initMenu"></a> |
336 </dl><a NAME="Listspace.__initMenu" ID="Listspace.__initMenu"></a> |
320 <h4>Listspace.__initMenu</h4> |
337 <h4>Listspace.__initMenu</h4> |
321 <b>__initMenu</b>(<i></i>) |
338 <b>__initMenu</b>(<i></i>) |
322 <p> |
339 <p> |