537 <td>Constructor</td> |
537 <td>Constructor</td> |
538 </tr><tr> |
538 </tr><tr> |
539 <td><a href="#StackedWidget.addWidget">addWidget</a></td> |
539 <td><a href="#StackedWidget.addWidget">addWidget</a></td> |
540 <td>Overwritten method to add a new widget.</td> |
540 <td>Overwritten method to add a new widget.</td> |
541 </tr><tr> |
541 </tr><tr> |
|
542 <td><a href="#StackedWidget.currentWidget">currentWidget</a></td> |
|
543 <td>Public method to get a reference to the current editor.</td> |
|
544 </tr><tr> |
542 <td><a href="#StackedWidget.firstEditor">firstEditor</a></td> |
545 <td><a href="#StackedWidget.firstEditor">firstEditor</a></td> |
543 <td>Public method to retrieve the first editor in the list of managed editors.</td> |
546 <td>Public method to retrieve the first editor in the list of managed editors.</td> |
544 </tr><tr> |
547 </tr><tr> |
545 <td><a href="#StackedWidget.hasEditor">hasEditor</a></td> |
548 <td><a href="#StackedWidget.hasEditor">hasEditor</a></td> |
546 <td>Public method to check for an editor.</td> |
549 <td>Public method to check for an editor.</td> |
582 Overwritten method to add a new widget. |
585 Overwritten method to add a new widget. |
583 </p><dl> |
586 </p><dl> |
584 <dt><i>editor</i></dt> |
587 <dt><i>editor</i></dt> |
585 <dd> |
588 <dd> |
586 the editor object to be added (QScintilla.Editor.Editor) |
589 the editor object to be added (QScintilla.Editor.Editor) |
|
590 </dd> |
|
591 </dl><a NAME="StackedWidget.currentWidget" ID="StackedWidget.currentWidget"></a> |
|
592 <h4>StackedWidget.currentWidget</h4> |
|
593 <b>currentWidget</b>(<i></i>) |
|
594 <p> |
|
595 Public method to get a reference to the current editor. |
|
596 </p><dl> |
|
597 <dt>Returns:</dt> |
|
598 <dd> |
|
599 reference to the current editor (Editor) |
587 </dd> |
600 </dd> |
588 </dl><a NAME="StackedWidget.firstEditor" ID="StackedWidget.firstEditor"></a> |
601 </dl><a NAME="StackedWidget.firstEditor" ID="StackedWidget.firstEditor"></a> |
589 <h4>StackedWidget.firstEditor</h4> |
602 <h4>StackedWidget.firstEditor</h4> |
590 <b>firstEditor</b>(<i></i>) |
603 <b>firstEditor</b>(<i></i>) |
591 <p> |
604 <p> |