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

changeset 1228
7afaf2fca55b
parent 945
8cd4d08fa9f6
child 1229
a8207dc73672
equal deleted inserted replaced
1227:c5db073a124f 1228:7afaf2fca55b
45 <hr /><hr /> 45 <hr /><hr />
46 <a NAME="Listspace" ID="Listspace"></a> 46 <a NAME="Listspace" ID="Listspace"></a>
47 <h2>Listspace</h2> 47 <h2>Listspace</h2>
48 <p> 48 <p>
49 Class implementing the listspace viewmanager class. 49 Class implementing the listspace viewmanager class.
50 </p><h4>Signals</h4> 50 </p><h3>Signals</h3>
51 <dl> 51 <dl>
52 <dt>bookmarkToggled(Editor)</dt> 52 <dt>bookmarkToggled(Editor)</dt>
53 <dd> 53 <dd>
54 emitted when a bookmark is toggled. 54 emitted when a bookmark is toggled.
55 </dd><dt>breakpointToggled(Editor)</dt> 55 </dd><dt>breakpointToggled(Editor)</dt>
93 QSplitter, ViewManager 93 QSplitter, ViewManager
94 <h3>Class Attributes</h3> 94 <h3>Class Attributes</h3>
95 <table> 95 <table>
96 <tr><td>None</td></tr> 96 <tr><td>None</td></tr>
97 </table> 97 </table>
98 <h3>Class Methods</h3>
99 <table>
100 <tr><td>None</td></tr>
101 </table>
98 <h3>Methods</h3> 102 <h3>Methods</h3>
99 <table> 103 <table>
100 <tr> 104 <tr>
101 <td><a href="#Listspace.__init__">Listspace</a></td>
102 <td>Constructor</td>
103 </tr><tr>
104 <td><a href="#Listspace.__captionChange">__captionChange</a></td> 105 <td><a href="#Listspace.__captionChange">__captionChange</a></td>
105 <td>Private method to handle caption change signals from the editor.</td> 106 <td>Private method to handle caption change signals from the editor.</td>
106 </tr><tr> 107 </tr><tr>
107 <td><a href="#Listspace.__contextMenuClose">__contextMenuClose</a></td> 108 <td><a href="#Listspace.__contextMenuClose">__contextMenuClose</a></td>
108 <td>Private method to close the selected tab.</td> 109 <td>Private method to close the selected tab.</td>
195 <td>Public method to set up the viewmanager part of the Window menu.</td> 196 <td>Public method to set up the viewmanager part of the Window menu.</td>
196 </tr><tr> 197 </tr><tr>
197 <td><a href="#Listspace.tile">tile</a></td> 198 <td><a href="#Listspace.tile">tile</a></td>
198 <td>Public method to tile the managed windows.</td> 199 <td>Public method to tile the managed windows.</td>
199 </tr> 200 </tr>
201 </table>
202 <h3>Static Methods</h3>
203 <table>
204 <tr><td>None</td></tr>
200 </table> 205 </table>
201 <a NAME="Listspace.__init__" ID="Listspace.__init__"></a> 206 <a NAME="Listspace.__init__" ID="Listspace.__init__"></a>
202 <h4>Listspace (Constructor)</h4> 207 <h4>Listspace (Constructor)</h4>
203 <b>Listspace</b>(<i>parent</i>) 208 <b>Listspace</b>(<i>parent</i>)
204 <p> 209 <p>
500 QStackedWidget 505 QStackedWidget
501 <h3>Class Attributes</h3> 506 <h3>Class Attributes</h3>
502 <table> 507 <table>
503 <tr><td>None</td></tr> 508 <tr><td>None</td></tr>
504 </table> 509 </table>
510 <h3>Class Methods</h3>
511 <table>
512 <tr><td>None</td></tr>
513 </table>
505 <h3>Methods</h3> 514 <h3>Methods</h3>
506 <table> 515 <table>
507 <tr> 516 <tr>
508 <td><a href="#StackedWidget.__init__">StackedWidget</a></td>
509 <td>Constructor</td>
510 </tr><tr>
511 <td><a href="#StackedWidget.addWidget">addWidget</a></td> 517 <td><a href="#StackedWidget.addWidget">addWidget</a></td>
512 <td>Overwritten method to add a new widget.</td> 518 <td>Overwritten method to add a new widget.</td>
513 </tr><tr> 519 </tr><tr>
514 <td><a href="#StackedWidget.firstEditor">firstEditor</a></td> 520 <td><a href="#StackedWidget.firstEditor">firstEditor</a></td>
515 <td>Public method to retrieve the first editor in the list of managed editors.</td> 521 <td>Public method to retrieve the first editor in the list of managed editors.</td>
530 <td>Overwritten method to set the current widget by it's index.</td> 536 <td>Overwritten method to set the current widget by it's index.</td>
531 </tr><tr> 537 </tr><tr>
532 <td><a href="#StackedWidget.setCurrentWidget">setCurrentWidget</a></td> 538 <td><a href="#StackedWidget.setCurrentWidget">setCurrentWidget</a></td>
533 <td>Overwritten method to set the current widget.</td> 539 <td>Overwritten method to set the current widget.</td>
534 </tr> 540 </tr>
541 </table>
542 <h3>Static Methods</h3>
543 <table>
544 <tr><td>None</td></tr>
535 </table> 545 </table>
536 <a NAME="StackedWidget.__init__" ID="StackedWidget.__init__"></a> 546 <a NAME="StackedWidget.__init__" ID="StackedWidget.__init__"></a>
537 <h4>StackedWidget (Constructor)</h4> 547 <h4>StackedWidget (Constructor)</h4>
538 <b>StackedWidget</b>(<i>parent</i>) 548 <b>StackedWidget</b>(<i>parent</i>)
539 <p> 549 <p>

eric ide

mercurial