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>Private slot to handle Caption change signals from the editor.</td> |
219 <td></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> |
|
416 <a NAME="TabWidget.__closeButtonClicked" ID="TabWidget.__closeButtonClicked"></a> |
398 <a NAME="TabWidget.__closeButtonClicked" ID="TabWidget.__closeButtonClicked"></a> |
417 <h4>TabWidget.__closeButtonClicked</h4> |
399 <h4>TabWidget.__closeButtonClicked</h4> |
418 <b>__closeButtonClicked</b>(<i></i>) |
400 <b>__closeButtonClicked</b>(<i></i>) |
419 |
401 |
420 <p> |
402 <p> |
1045 <td><a href="#Tabview._removeView">_removeView</a></td> |
1027 <td><a href="#Tabview._removeView">_removeView</a></td> |
1046 <td>Protected method to remove a view (i.e.</td> |
1028 <td>Protected method to remove a view (i.e.</td> |
1047 </tr> |
1029 </tr> |
1048 <tr> |
1030 <tr> |
1049 <td><a href="#Tabview._showView">_showView</a></td> |
1031 <td><a href="#Tabview._showView">_showView</a></td> |
1050 <td>Protected method to show a view (i.e.</td> |
1032 <td></td> |
1051 </tr> |
1033 </tr> |
1052 <tr> |
1034 <tr> |
1053 <td><a href="#Tabview._syntaxErrorToggled">_syntaxErrorToggled</a></td> |
1035 <td><a href="#Tabview._syntaxErrorToggled">_syntaxErrorToggled</a></td> |
1054 <td>Protected slot to handle the syntaxerrorToggled signal.</td> |
1036 <td>Protected slot to handle the syntaxerrorToggled signal.</td> |
1055 </tr> |
1037 </tr> |
1257 </dl> |
1239 </dl> |
1258 <a NAME="Tabview._showView" ID="Tabview._showView"></a> |
1240 <a NAME="Tabview._showView" ID="Tabview._showView"></a> |
1259 <h4>Tabview._showView</h4> |
1241 <h4>Tabview._showView</h4> |
1260 <b>_showView</b>(<i>win, fn=None</i>) |
1242 <b>_showView</b>(<i>win, fn=None</i>) |
1261 |
1243 |
1262 <p> |
|
1263 Protected method to show a view (i.e. window). |
|
1264 </p> |
|
1265 <dl> |
|
1266 |
|
1267 <dt><i>win</i> (EditorAssembly)</dt> |
|
1268 <dd> |
|
1269 editor assembly to be shown |
|
1270 </dd> |
|
1271 <dt><i>fn</i> (str)</dt> |
|
1272 <dd> |
|
1273 filename of this editor |
|
1274 </dd> |
|
1275 </dl> |
|
1276 <a NAME="Tabview._syntaxErrorToggled" ID="Tabview._syntaxErrorToggled"></a> |
1244 <a NAME="Tabview._syntaxErrorToggled" ID="Tabview._syntaxErrorToggled"></a> |
1277 <h4>Tabview._syntaxErrorToggled</h4> |
1245 <h4>Tabview._syntaxErrorToggled</h4> |
1278 <b>_syntaxErrorToggled</b>(<i>editor</i>) |
1246 <b>_syntaxErrorToggled</b>(<i>editor</i>) |
1279 |
1247 |
1280 <p> |
1248 <p> |