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

changeset 501
5c615a85241a
parent 440
69ace3e2dcf6
child 767
27554f80d08f
equal deleted inserted replaced
500:c3abc7895a01 501:5c615a85241a
74 </dl> 74 </dl>
75 <h3>Derived from</h3> 75 <h3>Derived from</h3>
76 E5WheelTabBar 76 E5WheelTabBar
77 <h3>Class Attributes</h3> 77 <h3>Class Attributes</h3>
78 <table> 78 <table>
79 <tr><td>None</td></tr> 79 <tr><td>tabCopyRequested</td></tr><tr><td>tabMoveRequested</td></tr><tr><td>tabRelocateRequested</td></tr>
80 </table> 80 </table>
81 <h3>Methods</h3> 81 <h3>Methods</h3>
82 <table> 82 <table>
83 <tr> 83 <tr>
84 <td><a href="#TabBar.__init__">TabBar</a></td> 84 <td><a href="#TabBar.__init__">TabBar</a></td>
551 <h2>Tabview</h2> 551 <h2>Tabview</h2>
552 <p> 552 <p>
553 Class implementing a tabbed viewmanager class embedded in a splitter. 553 Class implementing a tabbed viewmanager class embedded in a splitter.
554 </p><h4>Signals</h4> 554 </p><h4>Signals</h4>
555 <dl> 555 <dl>
556 <dt>changeCaption(string)</dt> 556 <dt>bookmarkToggled(Editor)</dt>
557 <dd>
558 emitted when a bookmark is toggled.
559 </dd><dt>breakpointToggled(Editor)</dt>
560 <dd>
561 emitted when a breakpoint is toggled.
562 </dd><dt>changeCaption(str)</dt>
557 <dd> 563 <dd>
558 emitted if a change of the caption is necessary 564 emitted if a change of the caption is necessary
559 </dd><dt>editorChanged(string)</dt> 565 </dd><dt>checkActions(Editor)</dt>
566 <dd>
567 emitted when some actions should be checked
568 for their status
569 </dd><dt>cursorChanged(Editor)</dt>
570 <dd>
571 emitted after the cursor position of the active
572 window has changed
573 </dd><dt>editorChanged(str)</dt>
560 <dd> 574 <dd>
561 emitted when the current editor has changed 575 emitted when the current editor has changed
576 </dd><dt>editorClosed(str)</dt>
577 <dd>
578 emitted just before an editor window gets closed
579 </dd><dt>editorClosedEd(Editor)</dt>
580 <dd>
581 emitted just before an editor window gets closed
582 </dd><dt>editorOpened(str)</dt>
583 <dd>
584 emitted after an editor window was opened
585 </dd><dt>editorOpenedEd(Editor)</dt>
586 <dd>
587 emitted after an editor window was opened
588 </dd><dt>editorSaved(str)</dt>
589 <dd>
590 emitted after an editor window was saved
591 </dd><dt>lastEditorClosed()</dt>
592 <dd>
593 emitted after the last editor window was closed
562 </dd> 594 </dd>
563 </dl> 595 </dl>
564 <h3>Derived from</h3> 596 <h3>Derived from</h3>
565 QSplitter, ViewManager 597 QSplitter, ViewManager
566 <h3>Class Attributes</h3> 598 <h3>Class Attributes</h3>
567 <table> 599 <table>
568 <tr><td>None</td></tr> 600 <tr><td>bookmarkToggled</td></tr><tr><td>breakpointToggled</td></tr><tr><td>changeCaption</td></tr><tr><td>checkActions</td></tr><tr><td>cursorChanged</td></tr><tr><td>editorChanged</td></tr><tr><td>editorClosed</td></tr><tr><td>editorClosedEd</td></tr><tr><td>editorOpened</td></tr><tr><td>editorOpenedEd</td></tr><tr><td>editorSaved</td></tr><tr><td>lastEditorClosed</td></tr><tr><td>syntaxerrorToggled</td></tr>
569 </table> 601 </table>
570 <h3>Methods</h3> 602 <h3>Methods</h3>
571 <table> 603 <table>
572 <tr> 604 <tr>
573 <td><a href="#Tabview.__init__">Tabview</a></td> 605 <td><a href="#Tabview.__init__">Tabview</a></td>

eric ide

mercurial