--- a/src/eric7/Documentation/Source/eric7.Plugins.ViewManagerPlugins.Tabview.Tabview.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.ViewManagerPlugins.Tabview.Tabview.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,19 +7,17 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.Plugins.ViewManagerPlugins.Tabview.Tabview</h1> - <p> Module implementing a tabbed viewmanager class. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#TabBar">TabBar</a></td> <td>Class implementing a customized tab bar supporting drag & drop.</td> @@ -33,19 +31,20 @@ <td>Class implementing a tabbed viewmanager class embedded in a splitter.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="TabBar" ID="TabBar"></a> <h2>TabBar</h2> - <p> Class implementing a customized tab bar supporting drag & drop. </p> + <h3>Signals</h3> <dl> @@ -75,19 +74,17 @@ <h3>Derived from</h3> EricWheelTabBar <h3>Class Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#TabBar.__init__">TabBar</a></td> <td>Constructor</td> @@ -109,19 +106,20 @@ <td>Protected method to handle mouse press events.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="TabBar.__init__" ID="TabBar.__init__"></a> <h4>TabBar (Constructor)</h4> <b>TabBar</b>(<i>parent=None</i>) - <p> Constructor </p> + <dl> <dt><i>parent</i> (QWidget)</dt> @@ -132,10 +130,10 @@ <a NAME="TabBar.dragEnterEvent" ID="TabBar.dragEnterEvent"></a> <h4>TabBar.dragEnterEvent</h4> <b>dragEnterEvent</b>(<i>event</i>) - <p> Protected method to handle drag enter events. </p> + <dl> <dt><i>event</i> (QDragEnterEvent)</dt> @@ -146,10 +144,10 @@ <a NAME="TabBar.dropEvent" ID="TabBar.dropEvent"></a> <h4>TabBar.dropEvent</h4> <b>dropEvent</b>(<i>event</i>) - <p> Protected method to handle drop events. </p> + <dl> <dt><i>event</i> (QDropEvent)</dt> @@ -160,10 +158,10 @@ <a NAME="TabBar.mouseMoveEvent" ID="TabBar.mouseMoveEvent"></a> <h4>TabBar.mouseMoveEvent</h4> <b>mouseMoveEvent</b>(<i>event</i>) - <p> Protected method to handle mouse move events. </p> + <dl> <dt><i>event</i> (QMouseEvent)</dt> @@ -174,10 +172,10 @@ <a NAME="TabBar.mousePressEvent" ID="TabBar.mousePressEvent"></a> <h4>TabBar.mousePressEvent</h4> <b>mousePressEvent</b>(<i>event</i>) - <p> Protected method to handle mouse press events. </p> + <dl> <dt><i>event</i> (QMouseEvent)</dt> @@ -190,26 +188,24 @@ <hr /> <a NAME="TabWidget" ID="TabWidget"></a> <h2>TabWidget</h2> - <p> Class implementing a custimized tab widget. </p> + <h3>Derived from</h3> EricTabWidget <h3>Class Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#TabWidget.__init__">TabWidget</a></td> <td>Constructor</td> @@ -379,19 +375,20 @@ <td>Public slot to set the indicator on or off.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="TabWidget.__init__" ID="TabWidget.__init__"></a> <h4>TabWidget (Constructor)</h4> <b>TabWidget</b>(<i>vm</i>) - <p> Constructor </p> + <dl> <dt><i>vm</i> (Tabview)</dt> @@ -402,7 +399,6 @@ <a NAME="TabWidget.__captionChange" ID="TabWidget.__captionChange"></a> <h4>TabWidget.__captionChange</h4> <b>__captionChange</b>(<i>cap, editor</i>) - <p> Private slot to handle Caption change signals from the editor. </p> @@ -410,6 +406,7 @@ Updates the tab text and tooltip text to reflect the new caption information. </p> + <dl> <dt><i>cap</i> (str)</dt> @@ -424,17 +421,17 @@ <a NAME="TabWidget.__closeButtonClicked" ID="TabWidget.__closeButtonClicked"></a> <h4>TabWidget.__closeButtonClicked</h4> <b>__closeButtonClicked</b>(<i></i>) - <p> Private method to handle the press of the close button. </p> + <a NAME="TabWidget.__closeRequested" ID="TabWidget.__closeRequested"></a> <h4>TabWidget.__closeRequested</h4> <b>__closeRequested</b>(<i>index</i>) - <p> Private method to handle the press of the individual tab close button. </p> + <dl> <dt><i>index</i> (int)</dt> @@ -445,152 +442,152 @@ <a NAME="TabWidget.__contextMenuClose" ID="TabWidget.__contextMenuClose"></a> <h4>TabWidget.__contextMenuClose</h4> <b>__contextMenuClose</b>(<i></i>) - <p> Private method to close the selected tab. </p> + <a NAME="TabWidget.__contextMenuCloseAll" ID="TabWidget.__contextMenuCloseAll"></a> <h4>TabWidget.__contextMenuCloseAll</h4> <b>__contextMenuCloseAll</b>(<i></i>) - <p> Private method to close all tabs. </p> + <a NAME="TabWidget.__contextMenuCloseLeft" ID="TabWidget.__contextMenuCloseLeft"></a> <h4>TabWidget.__contextMenuCloseLeft</h4> <b>__contextMenuCloseLeft</b>(<i></i>) - <p> Private method to close tabs to the left. </p> + <a NAME="TabWidget.__contextMenuCloseOthers" ID="TabWidget.__contextMenuCloseOthers"></a> <h4>TabWidget.__contextMenuCloseOthers</h4> <b>__contextMenuCloseOthers</b>(<i></i>) - <p> Private method to close the other tabs. </p> + <a NAME="TabWidget.__contextMenuCloseRight" ID="TabWidget.__contextMenuCloseRight"></a> <h4>TabWidget.__contextMenuCloseRight</h4> <b>__contextMenuCloseRight</b>(<i></i>) - <p> Private method to close tabs to the right. </p> + <a NAME="TabWidget.__contextMenuCopyPathToClipboard" ID="TabWidget.__contextMenuCopyPathToClipboard"></a> <h4>TabWidget.__contextMenuCopyPathToClipboard</h4> <b>__contextMenuCopyPathToClipboard</b>(<i></i>) - <p> Private method to copy the file name of the selected tab to the clipboard. </p> + <a NAME="TabWidget.__contextMenuCoverageScript" ID="TabWidget.__contextMenuCoverageScript"></a> <h4>TabWidget.__contextMenuCoverageScript</h4> <b>__contextMenuCoverageScript</b>(<i></i>) - <p> Private method to run a coverage test of the editor script. </p> + <a NAME="TabWidget.__contextMenuDebugScript" ID="TabWidget.__contextMenuDebugScript"></a> <h4>TabWidget.__contextMenuDebugScript</h4> <b>__contextMenuDebugScript</b>(<i></i>) - <p> Private method to debug the editor script. </p> + <a NAME="TabWidget.__contextMenuMoveFirst" ID="TabWidget.__contextMenuMoveFirst"></a> <h4>TabWidget.__contextMenuMoveFirst</h4> <b>__contextMenuMoveFirst</b>(<i></i>) - <p> Private method to move a tab to the first position. </p> + <a NAME="TabWidget.__contextMenuMoveLast" ID="TabWidget.__contextMenuMoveLast"></a> <h4>TabWidget.__contextMenuMoveLast</h4> <b>__contextMenuMoveLast</b>(<i></i>) - <p> Private method to move a tab to the last position. </p> + <a NAME="TabWidget.__contextMenuMoveLeft" ID="TabWidget.__contextMenuMoveLeft"></a> <h4>TabWidget.__contextMenuMoveLeft</h4> <b>__contextMenuMoveLeft</b>(<i></i>) - <p> Private method to move a tab one position to the left. </p> + <a NAME="TabWidget.__contextMenuMoveRight" ID="TabWidget.__contextMenuMoveRight"></a> <h4>TabWidget.__contextMenuMoveRight</h4> <b>__contextMenuMoveRight</b>(<i></i>) - <p> Private method to move a tab one position to the right. </p> + <a NAME="TabWidget.__contextMenuOpenRejections" ID="TabWidget.__contextMenuOpenRejections"></a> <h4>TabWidget.__contextMenuOpenRejections</h4> <b>__contextMenuOpenRejections</b>(<i></i>) - <p> Private slot to open a rejections file associated with the selected tab. </p> + <a NAME="TabWidget.__contextMenuPrintFile" ID="TabWidget.__contextMenuPrintFile"></a> <h4>TabWidget.__contextMenuPrintFile</h4> <b>__contextMenuPrintFile</b>(<i></i>) - <p> Private method to print the selected tab. </p> + <a NAME="TabWidget.__contextMenuPrintPreviewFile" ID="TabWidget.__contextMenuPrintPreviewFile"></a> <h4>TabWidget.__contextMenuPrintPreviewFile</h4> <b>__contextMenuPrintPreviewFile</b>(<i></i>) - <p> Private method to show a print preview of the selected tab. </p> + <a NAME="TabWidget.__contextMenuProfileScript" ID="TabWidget.__contextMenuProfileScript"></a> <h4>TabWidget.__contextMenuProfileScript</h4> <b>__contextMenuProfileScript</b>(<i></i>) - <p> Private method to profile the editor script. </p> + <a NAME="TabWidget.__contextMenuRunScript" ID="TabWidget.__contextMenuRunScript"></a> <h4>TabWidget.__contextMenuRunScript</h4> <b>__contextMenuRunScript</b>(<i></i>) - <p> Private method to run the editor script. </p> + <a NAME="TabWidget.__contextMenuSave" ID="TabWidget.__contextMenuSave"></a> <h4>TabWidget.__contextMenuSave</h4> <b>__contextMenuSave</b>(<i></i>) - <p> Private method to save the selected tab. </p> + <a NAME="TabWidget.__contextMenuSaveAll" ID="TabWidget.__contextMenuSaveAll"></a> <h4>TabWidget.__contextMenuSaveAll</h4> <b>__contextMenuSaveAll</b>(<i></i>) - <p> Private method to save all tabs. </p> + <a NAME="TabWidget.__contextMenuSaveAs" ID="TabWidget.__contextMenuSaveAs"></a> <h4>TabWidget.__contextMenuSaveAs</h4> <b>__contextMenuSaveAs</b>(<i></i>) - <p> Private method to save the selected tab to a new file. </p> + <a NAME="TabWidget.__copyTab" ID="TabWidget.__copyTab"></a> <h4>TabWidget.__copyTab</h4> <b>__copyTab</b>(<i>sourceIndex, targetIndex</i>) - <p> Private method to copy an editor. </p> + <dl> <dt><i>sourceIndex</i> (int)</dt> @@ -605,10 +602,10 @@ <a NAME="TabWidget.__copyTabOther" ID="TabWidget.__copyTabOther"></a> <h4>TabWidget.__copyTabOther</h4> <b>__copyTabOther</b>(<i>sourceId, sourceIndex, targetIndex</i>) - <p> Private method to copy an editor from another TabWidget. </p> + <dl> <dt><i>sourceId</i> (str)</dt> @@ -627,10 +624,10 @@ <a NAME="TabWidget.__cursorLineChanged" ID="TabWidget.__cursorLineChanged"></a> <h4>TabWidget.__cursorLineChanged</h4> <b>__cursorLineChanged</b>(<i>lineno, editor</i>) - <p> Private slot to handle a change of the current editor's cursor line. </p> + <dl> <dt><i>lineno</i> (int)</dt> @@ -645,17 +642,17 @@ <a NAME="TabWidget.__initMenu" ID="TabWidget.__initMenu"></a> <h4>TabWidget.__initMenu</h4> <b>__initMenu</b>(<i></i>) - <p> Private method to initialize the tab context menu. </p> + <a NAME="TabWidget.__navigationMenuTriggered" ID="TabWidget.__navigationMenuTriggered"></a> <h4>TabWidget.__navigationMenuTriggered</h4> <b>__navigationMenuTriggered</b>(<i>act</i>) - <p> Private slot called to handle the navigation button menu selection. </p> + <dl> <dt><i>act</i> (QAction)</dt> @@ -666,10 +663,10 @@ <a NAME="TabWidget.__relocateTab" ID="TabWidget.__relocateTab"></a> <h4>TabWidget.__relocateTab</h4> <b>__relocateTab</b>(<i>sourceId, sourceIndex, targetIndex</i>) - <p> Private method to relocate an editor from another TabWidget. </p> + <dl> <dt><i>sourceId</i> (str)</dt> @@ -688,10 +685,10 @@ <a NAME="TabWidget.__showContextMenu" ID="TabWidget.__showContextMenu"></a> <h4>TabWidget.__showContextMenu</h4> <b>__showContextMenu</b>(<i>coord, index</i>) - <p> Private slot to show the tab context menu. </p> + <dl> <dt><i>coord</i> (QPoint)</dt> @@ -706,17 +703,17 @@ <a NAME="TabWidget.__showNavigationMenu" ID="TabWidget.__showNavigationMenu"></a> <h4>TabWidget.__showNavigationMenu</h4> <b>__showNavigationMenu</b>(<i></i>) - <p> Private slot to show the navigation button menu. </p> + <a NAME="TabWidget.addTab" ID="TabWidget.addTab"></a> <h4>TabWidget.addTab</h4> <b>addTab</b>(<i>assembly, title</i>) - <p> Public method to add a new tab. </p> + <dl> <dt><i>assembly</i> (QScintilla.EditorAssembly.EditorAssembly)</dt> @@ -731,10 +728,10 @@ <a NAME="TabWidget.currentWidget" ID="TabWidget.currentWidget"></a> <h4>TabWidget.currentWidget</h4> <b>currentWidget</b>(<i></i>) - <p> Public method to return a reference to the current page. </p> + <dl> <dt>Return:</dt> <dd> @@ -750,10 +747,10 @@ <a NAME="TabWidget.hasEditor" ID="TabWidget.hasEditor"></a> <h4>TabWidget.hasEditor</h4> <b>hasEditor</b>(<i>editor</i>) - <p> Public method to check for an editor. </p> + <dl> <dt><i>editor</i> (Editor)</dt> @@ -777,10 +774,10 @@ <a NAME="TabWidget.hasEditors" ID="TabWidget.hasEditors"></a> <h4>TabWidget.hasEditors</h4> <b>hasEditors</b>(<i></i>) - <p> Public method to test, if any editor is managed. </p> + <dl> <dt>Return:</dt> <dd> @@ -796,10 +793,10 @@ <a NAME="TabWidget.indexOf" ID="TabWidget.indexOf"></a> <h4>TabWidget.indexOf</h4> <b>indexOf</b>(<i>widget</i>) - <p> Public method to get the tab index of the given editor. </p> + <dl> <dt><i>widget</i> (QLabel or Editor)</dt> @@ -822,10 +819,10 @@ <a NAME="TabWidget.insertWidget" ID="TabWidget.insertWidget"></a> <h4>TabWidget.insertWidget</h4> <b>insertWidget</b>(<i>index, assembly, title</i>) - <p> Public method to insert a new tab. </p> + <dl> <dt><i>index</i> (int)</dt> @@ -856,10 +853,10 @@ <a NAME="TabWidget.mouseDoubleClickEvent" ID="TabWidget.mouseDoubleClickEvent"></a> <h4>TabWidget.mouseDoubleClickEvent</h4> <b>mouseDoubleClickEvent</b>(<i>event</i>) - <p> Protected method handling double click events. </p> + <dl> <dt><i>event</i> (QMouseEvent)</dt> @@ -870,10 +867,10 @@ <a NAME="TabWidget.removeWidget" ID="TabWidget.removeWidget"></a> <h4>TabWidget.removeWidget</h4> <b>removeWidget</b>(<i>widget</i>) - <p> Public method to remove a widget. </p> + <dl> <dt><i>widget</i> (QWidget)</dt> @@ -884,10 +881,10 @@ <a NAME="TabWidget.setCurrentWidget" ID="TabWidget.setCurrentWidget"></a> <h4>TabWidget.setCurrentWidget</h4> <b>setCurrentWidget</b>(<i>assembly</i>) - <p> Public method to set the current tab by the given editor assembly. </p> + <dl> <dt><i>assembly</i> (EditorAssembly.EditorAssembly)</dt> @@ -898,10 +895,10 @@ <a NAME="TabWidget.showIndicator" ID="TabWidget.showIndicator"></a> <h4>TabWidget.showIndicator</h4> <b>showIndicator</b>(<i>on</i>) - <p> Public slot to set the indicator on or off. </p> + <dl> <dt><i>on</i> (bool)</dt> @@ -914,10 +911,10 @@ <hr /> <a NAME="Tabview" ID="Tabview"></a> <h2>Tabview</h2> - <p> Class implementing a tabbed viewmanager class embedded in a splitter. </p> + <h3>Signals</h3> <dl> @@ -1026,19 +1023,17 @@ <h3>Derived from</h3> ViewManager <h3>Class Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#Tabview.__init__">Tabview</a></td> <td>Constructor</td> @@ -1168,19 +1163,20 @@ <td>Public method to tile the managed windows.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="Tabview.__init__" ID="Tabview.__init__"></a> <h4>Tabview (Constructor)</h4> <b>Tabview</b>(<i>parent</i>) - <p> Constructor </p> + <dl> <dt><i>parent</i> (QWidget)</dt> @@ -1191,10 +1187,10 @@ <a NAME="Tabview.__currentChanged" ID="Tabview.__currentChanged"></a> <h4>Tabview.__currentChanged</h4> <b>__currentChanged</b>(<i>index</i>) - <p> Private slot to handle the currentChanged signal. </p> + <dl> <dt><i>index</i> (int)</dt> @@ -1205,10 +1201,10 @@ <a NAME="Tabview.__setIcon" ID="Tabview.__setIcon"></a> <h4>Tabview.__setIcon</h4> <b>__setIcon</b>(<i>editor, modified</i>) - <p> Private method to set the icon for the given editor. </p> + <dl> <dt><i>editor</i> (Editor)</dt> @@ -1223,10 +1219,10 @@ <a NAME="Tabview._addView" ID="Tabview._addView"></a> <h4>Tabview._addView</h4> <b>_addView</b>(<i>win, fn=None, noName="", addNext=False, indexes=None</i>) - <p> Protected method to add a view (i.e. window). </p> + <dl> <dt><i>win</i> (EditorAssembly)</dt> @@ -1255,18 +1251,18 @@ <a NAME="Tabview._initWindowActions" ID="Tabview._initWindowActions"></a> <h4>Tabview._initWindowActions</h4> <b>_initWindowActions</b>(<i></i>) - <p> Protected method to define the user interface actions for window handling. </p> + <a NAME="Tabview._modificationStatusChanged" ID="Tabview._modificationStatusChanged"></a> <h4>Tabview._modificationStatusChanged</h4> <b>_modificationStatusChanged</b>(<i>modified, editor</i>) - <p> Protected slot to handle the modificationStatusChanged signal. </p> + <dl> <dt><i>modified</i> (bool)</dt> @@ -1281,17 +1277,17 @@ <a NAME="Tabview._removeAllViews" ID="Tabview._removeAllViews"></a> <h4>Tabview._removeAllViews</h4> <b>_removeAllViews</b>(<i></i>) - <p> Protected method to remove all views (i.e. windows). </p> + <a NAME="Tabview._removeView" ID="Tabview._removeView"></a> <h4>Tabview._removeView</h4> <b>_removeView</b>(<i>win</i>) - <p> Protected method to remove a view (i.e. window). </p> + <dl> <dt><i>win</i> (Editor)</dt> @@ -1302,10 +1298,10 @@ <a NAME="Tabview._showView" ID="Tabview._showView"></a> <h4>Tabview._showView</h4> <b>_showView</b>(<i>win, fn=None</i>) - <p> Protected method to show a view (i.e. window). </p> + <dl> <dt><i>win</i> (EditorAssembly)</dt> @@ -1320,10 +1316,10 @@ <a NAME="Tabview._syntaxErrorToggled" ID="Tabview._syntaxErrorToggled"></a> <h4>Tabview._syntaxErrorToggled</h4> <b>_syntaxErrorToggled</b>(<i>editor</i>) - <p> Protected slot to handle the syntaxerrorToggled signal. </p> + <dl> <dt><i>editor</i> (Editor)</dt> @@ -1334,10 +1330,10 @@ <a NAME="Tabview.activeWindow" ID="Tabview.activeWindow"></a> <h4>Tabview.activeWindow</h4> <b>activeWindow</b>(<i></i>) - <p> Public method to return the active (i.e. current) window. </p> + <dl> <dt>Return:</dt> <dd> @@ -1353,17 +1349,17 @@ <a NAME="Tabview.addSplit" ID="Tabview.addSplit"></a> <h4>Tabview.addSplit</h4> <b>addSplit</b>(<i></i>) - <p> Public method used to split the current view. </p> + <a NAME="Tabview.canCascade" ID="Tabview.canCascade"></a> <h4>Tabview.canCascade</h4> <b>canCascade</b>(<i></i>) - <p> Public method to signal if cascading of managed windows is available. </p> + <dl> <dt>Return:</dt> <dd> @@ -1379,10 +1375,10 @@ <a NAME="Tabview.canSplit" ID="Tabview.canSplit"></a> <h4>Tabview.canSplit</h4> <b>canSplit</b>(<i></i>) - <p> public method to signal if splitting of the view is available. </p> + <dl> <dt>Return:</dt> <dd> @@ -1398,10 +1394,10 @@ <a NAME="Tabview.canTile" ID="Tabview.canTile"></a> <h4>Tabview.canTile</h4> <b>canTile</b>(<i></i>) - <p> Public method to signal if tiling of managed windows is available. </p> + <dl> <dt>Return:</dt> <dd> @@ -1417,17 +1413,17 @@ <a NAME="Tabview.cascade" ID="Tabview.cascade"></a> <h4>Tabview.cascade</h4> <b>cascade</b>(<i></i>) - <p> Public method to cascade the managed windows. </p> + <a NAME="Tabview.eventFilter" ID="Tabview.eventFilter"></a> <h4>Tabview.eventFilter</h4> <b>eventFilter</b>(<i>watched, event</i>) - <p> Public method called to filter the event queue. </p> + <dl> <dt><i>watched</i> (QObject)</dt> @@ -1454,7 +1450,6 @@ <a NAME="Tabview.getOpenEditorsForSession" ID="Tabview.getOpenEditorsForSession"></a> <h4>Tabview.getOpenEditorsForSession</h4> <b>getOpenEditorsForSession</b>(<i></i>) - <p> Public method to get a lists of all open editors. </p> @@ -1462,6 +1457,7 @@ The returned list contains one list per split view. If the view manager cannot split the view, only one list of editors is returned. </p> + <dl> <dt>Return:</dt> <dd> @@ -1477,10 +1473,10 @@ <a NAME="Tabview.getSplitOrientation" ID="Tabview.getSplitOrientation"></a> <h4>Tabview.getSplitOrientation</h4> <b>getSplitOrientation</b>(<i></i>) - <p> Public method to get the orientation of the split view. </p> + <dl> <dt>Return:</dt> <dd> @@ -1496,10 +1492,10 @@ <a NAME="Tabview.getTabWidgetById" ID="Tabview.getTabWidgetById"></a> <h4>Tabview.getTabWidgetById</h4> <b>getTabWidgetById</b>(<i>id_</i>) - <p> Public method to get a reference to a tab widget knowing its ID. </p> + <dl> <dt><i>id_</i> (int)</dt> @@ -1522,10 +1518,10 @@ <a NAME="Tabview.insertView" ID="Tabview.insertView"></a> <h4>Tabview.insertView</h4> <b>insertView</b>(<i>win, tabWidget, index, fn=None, noName=""</i>) - <p> Public method to add a view (i.e. window). </p> + <dl> <dt><i>win</i> (EditorAssembly)</dt> @@ -1552,11 +1548,11 @@ <a NAME="Tabview.mainWidget" ID="Tabview.mainWidget"></a> <h4>Tabview.mainWidget</h4> <b>mainWidget</b>(<i></i>) - <p> Public method to return a reference to the main Widget of a specific view manager subclass. </p> + <dl> <dt>Return:</dt> <dd> @@ -1572,32 +1568,32 @@ <a NAME="Tabview.nextSplit" ID="Tabview.nextSplit"></a> <h4>Tabview.nextSplit</h4> <b>nextSplit</b>(<i></i>) - <p> Public slot used to move to the next split. </p> + <a NAME="Tabview.preferencesChanged" ID="Tabview.preferencesChanged"></a> <h4>Tabview.preferencesChanged</h4> <b>preferencesChanged</b>(<i></i>) - <p> Public slot to handle the preferencesChanged signal. </p> + <a NAME="Tabview.prevSplit" ID="Tabview.prevSplit"></a> <h4>Tabview.prevSplit</h4> <b>prevSplit</b>(<i></i>) - <p> Public slot used to move to the previous split. </p> + <a NAME="Tabview.removeSplit" ID="Tabview.removeSplit"></a> <h4>Tabview.removeSplit</h4> <b>removeSplit</b>(<i>index=-1</i>) - <p> Public method used to remove the current split view or a split view by index. </p> + <dl> <dt><i>index</i> (int)</dt> @@ -1621,10 +1617,10 @@ <a NAME="Tabview.setEditorName" ID="Tabview.setEditorName"></a> <h4>Tabview.setEditorName</h4> <b>setEditorName</b>(<i>editor, newName</i>) - <p> Public method to change the displayed name of the editor. </p> + <dl> <dt><i>editor</i> (Editor)</dt> @@ -1639,10 +1635,10 @@ <a NAME="Tabview.setSplitCount" ID="Tabview.setSplitCount"></a> <h4>Tabview.setSplitCount</h4> <b>setSplitCount</b>(<i>count</i>) - <p> Public method to set the number of split views. </p> + <dl> <dt><i>count</i> (int)</dt> @@ -1653,10 +1649,10 @@ <a NAME="Tabview.setSplitOrientation" ID="Tabview.setSplitOrientation"></a> <h4>Tabview.setSplitOrientation</h4> <b>setSplitOrientation</b>(<i>orientation</i>) - <p> Public method used to set the orientation of the split view. </p> + <dl> <dt><i>orientation</i> (Qt.Orientation.Horizontal or Qt.Orientation.Vertical)</dt> @@ -1667,10 +1663,10 @@ <a NAME="Tabview.showWindowMenu" ID="Tabview.showWindowMenu"></a> <h4>Tabview.showWindowMenu</h4> <b>showWindowMenu</b>(<i>windowMenu</i>) - <p> Public method to set up the viewmanager part of the Window menu. </p> + <dl> <dt><i>windowMenu</i> (QMenu)</dt> @@ -1681,10 +1677,10 @@ <a NAME="Tabview.splitCount" ID="Tabview.splitCount"></a> <h4>Tabview.splitCount</h4> <b>splitCount</b>(<i></i>) - <p> Public method to get the number of splitted views. </p> + <dl> <dt>Return:</dt> <dd> @@ -1700,10 +1696,10 @@ <a NAME="Tabview.tile" ID="Tabview.tile"></a> <h4>Tabview.tile</h4> <b>tile</b>(<i></i>) - <p> Public method to tile the managed windows. </p> + <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>