336 <td>Private method to handle the selection of an export format.</td> |
336 <td>Private method to handle the selection of an export format.</td> |
337 </tr><tr> |
337 </tr><tr> |
338 <td><a href="#ViewManager.__findFileName">__findFileName</a></td> |
338 <td><a href="#ViewManager.__findFileName">__findFileName</a></td> |
339 <td>Private method to handle the search for file action.</td> |
339 <td>Private method to handle the search for file action.</td> |
340 </tr><tr> |
340 </tr><tr> |
|
341 <td><a href="#ViewManager.__findNextWord">__findNextWord</a></td> |
|
342 <td>Private slot to find the next occurrence of the current word of the current editor.</td> |
|
343 </tr><tr> |
|
344 <td><a href="#ViewManager.__findPrevWord">__findPrevWord</a></td> |
|
345 <td>Private slot to find the previous occurrence of the current word of the current editor.</td> |
|
346 </tr><tr> |
341 <td><a href="#ViewManager.__goto">__goto</a></td> |
347 <td><a href="#ViewManager.__goto">__goto</a></td> |
342 <td>Private method to handle the goto action.</td> |
348 <td>Private method to handle the goto action.</td> |
343 </tr><tr> |
349 </tr><tr> |
344 <td><a href="#ViewManager.__gotoBrace">__gotoBrace</a></td> |
350 <td><a href="#ViewManager.__gotoBrace">__gotoBrace</a></td> |
345 <td>Private method to handle the goto brace action.</td> |
351 <td>Private method to handle the goto brace action.</td> |
1193 </dl><a NAME="ViewManager.__findFileName" ID="ViewManager.__findFileName"></a> |
1199 </dl><a NAME="ViewManager.__findFileName" ID="ViewManager.__findFileName"></a> |
1194 <h4>ViewManager.__findFileName</h4> |
1200 <h4>ViewManager.__findFileName</h4> |
1195 <b>__findFileName</b>(<i></i>) |
1201 <b>__findFileName</b>(<i></i>) |
1196 <p> |
1202 <p> |
1197 Private method to handle the search for file action. |
1203 Private method to handle the search for file action. |
|
1204 </p><a NAME="ViewManager.__findNextWord" ID="ViewManager.__findNextWord"></a> |
|
1205 <h4>ViewManager.__findNextWord</h4> |
|
1206 <b>__findNextWord</b>(<i></i>) |
|
1207 <p> |
|
1208 Private slot to find the next occurrence of the current word of the current |
|
1209 editor. |
|
1210 </p><a NAME="ViewManager.__findPrevWord" ID="ViewManager.__findPrevWord"></a> |
|
1211 <h4>ViewManager.__findPrevWord</h4> |
|
1212 <b>__findPrevWord</b>(<i></i>) |
|
1213 <p> |
|
1214 Private slot to find the previous occurrence of the current word of the current |
|
1215 editor. |
1198 </p><a NAME="ViewManager.__goto" ID="ViewManager.__goto"></a> |
1216 </p><a NAME="ViewManager.__goto" ID="ViewManager.__goto"></a> |
1199 <h4>ViewManager.__goto</h4> |
1217 <h4>ViewManager.__goto</h4> |
1200 <b>__goto</b>(<i></i>) |
1218 <b>__goto</b>(<i></i>) |
1201 <p> |
1219 <p> |
1202 Private method to handle the goto action. |
1220 Private method to handle the goto action. |