Documentation/Source/eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html

changeset 1358
c1622c708cd9
parent 1299
fd5d21389d2b
child 1416
c547d0b2e9c6
equal deleted inserted replaced
1357:68fb0a7677ff 1358:c1622c708cd9
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>

eric ide

mercurial