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

changeset 3018
70924c0bdaf1
parent 2966
f85f686981ad
child 3100
1c86bf655433
equal deleted inserted replaced
3017:6a8cb7632448 3018:70924c0bdaf1
60 emitted to signal a clone request 60 emitted to signal a clone request
61 giving the string encoded id of the source tab widget, the index in the 61 giving the string encoded id of the source tab widget, the index in the
62 source tab widget and the new index position 62 source tab widget and the new index position
63 </dd><dt>tabMoveRequested(int, int)</dt> 63 </dd><dt>tabMoveRequested(int, int)</dt>
64 <dd> 64 <dd>
65 emitted to signal a tab move request giving 65 emitted to signal a tab move request
66 the old and new index position 66 giving the old and new index position
67 </dd><dt>tabRelocateRequested(str, int, int)</dt> 67 </dd><dt>tabRelocateRequested(str, int, int)</dt>
68 <dd> 68 <dd>
69 emitted to signal a tab relocation 69 emitted to signal a tab
70 request giving the string encoded id of the old tab widget, the index in 70 relocation request giving the string encoded id of the old tab widget,
71 the old tab widget and the new index position 71 the index in the old tab widget and the new index position
72 </dd> 72 </dd>
73 </dl> 73 </dl>
74 <h3>Derived from</h3> 74 <h3>Derived from</h3>
75 E5WheelTabBar 75 E5WheelTabBar
76 <h3>Class Attributes</h3> 76 <h3>Class Attributes</h3>
299 <h4>TabWidget.__captionChange</h4> 299 <h4>TabWidget.__captionChange</h4>
300 <b>__captionChange</b>(<i>cap, editor</i>) 300 <b>__captionChange</b>(<i>cap, editor</i>)
301 <p> 301 <p>
302 Private slot to handle Caption change signals from the editor. 302 Private slot to handle Caption change signals from the editor.
303 </p><p> 303 </p><p>
304 Updates the tab text and tooltip text to reflect the new caption information. 304 Updates the tab text and tooltip text to reflect the new caption
305 information.
305 </p><dl> 306 </p><dl>
306 <dt><i>cap</i></dt> 307 <dt><i>cap</i></dt>
307 <dd> 308 <dd>
308 Caption for the editor 309 Caption for the editor
309 </dd><dt><i>editor</i></dt> 310 </dd><dt><i>editor</i></dt>
342 Private method to close the other tabs. 343 Private method to close the other tabs.
343 </p><a NAME="TabWidget.__contextMenuCopyPathToClipboard" ID="TabWidget.__contextMenuCopyPathToClipboard"></a> 344 </p><a NAME="TabWidget.__contextMenuCopyPathToClipboard" ID="TabWidget.__contextMenuCopyPathToClipboard"></a>
344 <h4>TabWidget.__contextMenuCopyPathToClipboard</h4> 345 <h4>TabWidget.__contextMenuCopyPathToClipboard</h4>
345 <b>__contextMenuCopyPathToClipboard</b>(<i></i>) 346 <b>__contextMenuCopyPathToClipboard</b>(<i></i>)
346 <p> 347 <p>
347 Private method to copy the file name of the selected tab to the clipboard. 348 Private method to copy the file name of the selected tab to the
349 clipboard.
348 </p><a NAME="TabWidget.__contextMenuMoveFirst" ID="TabWidget.__contextMenuMoveFirst"></a> 350 </p><a NAME="TabWidget.__contextMenuMoveFirst" ID="TabWidget.__contextMenuMoveFirst"></a>
349 <h4>TabWidget.__contextMenuMoveFirst</h4> 351 <h4>TabWidget.__contextMenuMoveFirst</h4>
350 <b>__contextMenuMoveFirst</b>(<i></i>) 352 <b>__contextMenuMoveFirst</b>(<i></i>)
351 <p> 353 <p>
352 Private method to move a tab to the first position. 354 Private method to move a tab to the first position.
367 Private method to move a tab one position to the right. 369 Private method to move a tab one position to the right.
368 </p><a NAME="TabWidget.__contextMenuOpenRejections" ID="TabWidget.__contextMenuOpenRejections"></a> 370 </p><a NAME="TabWidget.__contextMenuOpenRejections" ID="TabWidget.__contextMenuOpenRejections"></a>
369 <h4>TabWidget.__contextMenuOpenRejections</h4> 371 <h4>TabWidget.__contextMenuOpenRejections</h4>
370 <b>__contextMenuOpenRejections</b>(<i></i>) 372 <b>__contextMenuOpenRejections</b>(<i></i>)
371 <p> 373 <p>
372 Private slot to open a rejections file associated with the selected tab. 374 Private slot to open a rejections file associated with the selected
375 tab.
373 </p><a NAME="TabWidget.__contextMenuPrintFile" ID="TabWidget.__contextMenuPrintFile"></a> 376 </p><a NAME="TabWidget.__contextMenuPrintFile" ID="TabWidget.__contextMenuPrintFile"></a>
374 <h4>TabWidget.__contextMenuPrintFile</h4> 377 <h4>TabWidget.__contextMenuPrintFile</h4>
375 <b>__contextMenuPrintFile</b>(<i></i>) 378 <b>__contextMenuPrintFile</b>(<i></i>)
376 <p> 379 <p>
377 Private method to print the selected tab. 380 Private method to print the selected tab.
625 <dd> 628 <dd>
626 emitted if a change of the caption is necessary 629 emitted if a change of the caption is necessary
627 </dd><dt>checkActions(Editor)</dt> 630 </dd><dt>checkActions(Editor)</dt>
628 <dd> 631 <dd>
629 emitted when some actions should be checked 632 emitted when some actions should be checked
630 for their status 633 for their status
631 </dd><dt>cursorChanged(Editor)</dt> 634 </dd><dt>cursorChanged(Editor)</dt>
632 <dd> 635 <dd>
633 emitted after the cursor position of the active 636 emitted after the cursor position of the
634 window has changed 637 active window has changed
635 </dd><dt>editorChanged(str)</dt> 638 </dd><dt>editorChanged(str)</dt>
636 <dd> 639 <dd>
637 emitted when the current editor has changed 640 emitted when the current editor has changed
638 </dd><dt>editorChangedEd(Editor)</dt> 641 </dd><dt>editorChangedEd(Editor)</dt>
639 <dd> 642 <dd>
641 </dd><dt>editorClosed(str)</dt> 644 </dd><dt>editorClosed(str)</dt>
642 <dd> 645 <dd>
643 emitted just before an editor window gets closed 646 emitted just before an editor window gets closed
644 </dd><dt>editorClosedEd(Editor)</dt> 647 </dd><dt>editorClosedEd(Editor)</dt>
645 <dd> 648 <dd>
646 emitted just before an editor window gets closed 649 emitted just before an editor window gets
650 closed
647 </dd><dt>editorLanguageChanged(Editor)</dt> 651 </dd><dt>editorLanguageChanged(Editor)</dt>
648 <dd> 652 <dd>
649 emitted to signal a change of an 653 emitted to signal a change of an
650 editors language 654 editors language
651 </dd><dt>editorLineChanged(str,int)</dt> 655 </dd><dt>editorLineChanged(str,int)</dt>
652 <dd> 656 <dd>
653 emitted to signal a change of an editor's 657 emitted to signal a change of an
654 current line (line is given one based) 658 editor's current line (line is given one based)
655 </dd><dt>editorOpened(str)</dt> 659 </dd><dt>editorOpened(str)</dt>
656 <dd> 660 <dd>
657 emitted after an editor window was opened 661 emitted after an editor window was opened
658 </dd><dt>editorOpenedEd(Editor)</dt> 662 </dd><dt>editorOpenedEd(Editor)</dt>
659 <dd> 663 <dd>
661 </dd><dt>editorSaved(str)</dt> 665 </dd><dt>editorSaved(str)</dt>
662 <dd> 666 <dd>
663 emitted after an editor window was saved 667 emitted after an editor window was saved
664 </dd><dt>editorTextChanged(Editor)</dt> 668 </dd><dt>editorTextChanged(Editor)</dt>
665 <dd> 669 <dd>
666 emitted to signal a change of an editor's text 670 emitted to signal a change of an
671 editor's text
667 </dd><dt>lastEditorClosed()</dt> 672 </dd><dt>lastEditorClosed()</dt>
668 <dd> 673 <dd>
669 emitted after the last editor window was closed 674 emitted after the last editor window was closed
670 </dd><dt>previewStateChanged(bool)</dt> 675 </dd><dt>previewStateChanged(bool)</dt>
671 <dd> 676 <dd>
672 emitted to signal a change in the preview state 677 emitted to signal a change in the
678 preview state
673 </dd><dt>syntaxerrorToggled(Editor)</dt> 679 </dd><dt>syntaxerrorToggled(Editor)</dt>
674 <dd> 680 <dd>
675 emitted when a syntax error is toggled. 681 emitted when a syntax error is toggled.
676 </dd> 682 </dd>
677 </dl> 683 </dl>
809 </dd> 815 </dd>
810 </dl><a NAME="Tabview._initWindowActions" ID="Tabview._initWindowActions"></a> 816 </dl><a NAME="Tabview._initWindowActions" ID="Tabview._initWindowActions"></a>
811 <h4>Tabview._initWindowActions</h4> 817 <h4>Tabview._initWindowActions</h4>
812 <b>_initWindowActions</b>(<i></i>) 818 <b>_initWindowActions</b>(<i></i>)
813 <p> 819 <p>
814 Protected method to define the user interface actions for window handling. 820 Protected method to define the user interface actions for window
821 handling.
815 </p><a NAME="Tabview._modificationStatusChanged" ID="Tabview._modificationStatusChanged"></a> 822 </p><a NAME="Tabview._modificationStatusChanged" ID="Tabview._modificationStatusChanged"></a>
816 <h4>Tabview._modificationStatusChanged</h4> 823 <h4>Tabview._modificationStatusChanged</h4>
817 <b>_modificationStatusChanged</b>(<i>m, editor</i>) 824 <b>_modificationStatusChanged</b>(<i>m, editor</i>)
818 <p> 825 <p>
819 Protected slot to handle the modificationStatusChanged signal. 826 Protected slot to handle the modificationStatusChanged signal.
955 <dt><i>win</i></dt> 962 <dt><i>win</i></dt>
956 <dd> 963 <dd>
957 editor assembly to be inserted 964 editor assembly to be inserted
958 </dd><dt><i>tabWidget</i></dt> 965 </dd><dt><i>tabWidget</i></dt>
959 <dd> 966 <dd>
960 reference to the tab widget to insert the editor into (TabWidget) 967 reference to the tab widget to insert the editor into
968 (TabWidget)
961 </dd><dt><i>index</i></dt> 969 </dd><dt><i>index</i></dt>
962 <dd> 970 <dd>
963 index position to insert at (integer) 971 index position to insert at (integer)
964 </dd><dt><i>fn</i></dt> 972 </dd><dt><i>fn</i></dt>
965 <dd> 973 <dd>

eric ide

mercurial