214 <td><a href="#TabWidget.__init__">TabWidget</a></td> |
214 <td><a href="#TabWidget.__init__">TabWidget</a></td> |
215 <td>Constructor</td> |
215 <td>Constructor</td> |
216 </tr> |
216 </tr> |
217 <tr> |
217 <tr> |
218 <td><a href="#TabWidget.__captionChange">__captionChange</a></td> |
218 <td><a href="#TabWidget.__captionChange">__captionChange</a></td> |
219 <td></td> |
219 <td>Private slot to handle Caption change signals from the editor.</td> |
220 </tr> |
220 </tr> |
221 <tr> |
221 <tr> |
222 <td><a href="#TabWidget.__closeButtonClicked">__closeButtonClicked</a></td> |
222 <td><a href="#TabWidget.__closeButtonClicked">__closeButtonClicked</a></td> |
223 <td>Private method to handle the press of the close button.</td> |
223 <td>Private method to handle the press of the close button.</td> |
224 </tr> |
224 </tr> |
393 </dl> |
393 </dl> |
394 <a NAME="TabWidget.__captionChange" ID="TabWidget.__captionChange"></a> |
394 <a NAME="TabWidget.__captionChange" ID="TabWidget.__captionChange"></a> |
395 <h4>TabWidget.__captionChange</h4> |
395 <h4>TabWidget.__captionChange</h4> |
396 <b>__captionChange</b>(<i>cap, editor</i>) |
396 <b>__captionChange</b>(<i>cap, editor</i>) |
397 |
397 |
|
398 <p> |
|
399 Private slot to handle Caption change signals from the editor. |
|
400 </p> |
|
401 <p> |
|
402 Updates the tab text and tooltip text to reflect the new caption |
|
403 information. |
|
404 </p> |
|
405 <dl> |
|
406 |
|
407 <dt><i>cap</i> (str)</dt> |
|
408 <dd> |
|
409 Caption for the editor |
|
410 </dd> |
|
411 <dt><i>editor</i> (Editor)</dt> |
|
412 <dd> |
|
413 Editor to update the caption for |
|
414 </dd> |
|
415 </dl> |
398 <a NAME="TabWidget.__closeButtonClicked" ID="TabWidget.__closeButtonClicked"></a> |
416 <a NAME="TabWidget.__closeButtonClicked" ID="TabWidget.__closeButtonClicked"></a> |
399 <h4>TabWidget.__closeButtonClicked</h4> |
417 <h4>TabWidget.__closeButtonClicked</h4> |
400 <b>__closeButtonClicked</b>(<i></i>) |
418 <b>__closeButtonClicked</b>(<i></i>) |
401 |
419 |
402 <p> |
420 <p> |
1031 <td><a href="#Tabview._removeView">_removeView</a></td> |
1049 <td><a href="#Tabview._removeView">_removeView</a></td> |
1032 <td>Protected method to remove a view (i.e.</td> |
1050 <td>Protected method to remove a view (i.e.</td> |
1033 </tr> |
1051 </tr> |
1034 <tr> |
1052 <tr> |
1035 <td><a href="#Tabview._showView">_showView</a></td> |
1053 <td><a href="#Tabview._showView">_showView</a></td> |
1036 <td></td> |
1054 <td>Protected method to show a view (i.e.</td> |
1037 </tr> |
1055 </tr> |
1038 <tr> |
1056 <tr> |
1039 <td><a href="#Tabview._syntaxErrorToggled">_syntaxErrorToggled</a></td> |
1057 <td><a href="#Tabview._syntaxErrorToggled">_syntaxErrorToggled</a></td> |
1040 <td>Protected slot to handle the syntaxerrorToggled signal.</td> |
1058 <td>Protected slot to handle the syntaxerrorToggled signal.</td> |
1041 </tr> |
1059 </tr> |
1261 </dl> |
1279 </dl> |
1262 <a NAME="Tabview._showView" ID="Tabview._showView"></a> |
1280 <a NAME="Tabview._showView" ID="Tabview._showView"></a> |
1263 <h4>Tabview._showView</h4> |
1281 <h4>Tabview._showView</h4> |
1264 <b>_showView</b>(<i>win, fn=None</i>) |
1282 <b>_showView</b>(<i>win, fn=None</i>) |
1265 |
1283 |
|
1284 <p> |
|
1285 Protected method to show a view (i.e. window). |
|
1286 </p> |
|
1287 <dl> |
|
1288 |
|
1289 <dt><i>win</i> (EditorAssembly)</dt> |
|
1290 <dd> |
|
1291 editor assembly to be shown |
|
1292 </dd> |
|
1293 <dt><i>fn</i> (str)</dt> |
|
1294 <dd> |
|
1295 filename of this editor |
|
1296 </dd> |
|
1297 </dl> |
1266 <a NAME="Tabview._syntaxErrorToggled" ID="Tabview._syntaxErrorToggled"></a> |
1298 <a NAME="Tabview._syntaxErrorToggled" ID="Tabview._syntaxErrorToggled"></a> |
1267 <h4>Tabview._syntaxErrorToggled</h4> |
1299 <h4>Tabview._syntaxErrorToggled</h4> |
1268 <b>_syntaxErrorToggled</b>(<i>editor</i>) |
1300 <b>_syntaxErrorToggled</b>(<i>editor</i>) |
1269 |
1301 |
1270 <p> |
1302 <p> |