src/eric7/Documentation/Source/eric7.ViewManager.ViewManager.html

branch
eric7
changeset 10436
f6881d10e995
parent 10382
708119d4377f
child 10465
56a3364150b1
diff -r c712d09cc839 -r f6881d10e995 src/eric7/Documentation/Source/eric7.ViewManager.ViewManager.html
--- a/src/eric7/Documentation/Source/eric7.ViewManager.ViewManager.html	Fri Dec 22 13:57:47 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.ViewManager.ViewManager.html	Fri Dec 22 17:24:07 2023 +0100
@@ -1247,9 +1247,9 @@
 </p>
 <dl>
 
-<dt><i>checked</i></dt>
-<dd>
-state of the action (boolean)
+<dt><i>checked</i> (bool)</dt>
+<dd>
+state of the action
 </dd>
 </dl>
 <a NAME="ViewManager.__bookmarkSelected" ID="ViewManager.__bookmarkSelected"></a>
@@ -1261,9 +1261,9 @@
 </p>
 <dl>
 
-<dt><i>act</i></dt>
-<dd>
-reference to the action that triggered (QAction)
+<dt><i>act</i> (QAction)</dt>
+<dd>
+reference to the action that triggered
 </dd>
 </dl>
 <a NAME="ViewManager.__bookmarkToggled" ID="ViewManager.__bookmarkToggled"></a>
@@ -1278,7 +1278,7 @@
 </p>
 <dl>
 
-<dt><i>editor</i></dt>
+<dt><i>editor</i> (Editor)</dt>
 <dd>
 editor that sent the signal
 </dd>
@@ -1295,7 +1295,7 @@
 </p>
 <dl>
 
-<dt><i>editor</i></dt>
+<dt><i>editor</i> (Editor)</dt>
 <dd>
 editor that sent the signal
 </dd>
@@ -1309,7 +1309,7 @@
 </p>
 <dl>
 
-<dt><i>editor</i></dt>
+<dt><i>editor</i> (Editor)</dt>
 <dd>
 editor that sent the signal
 </dd>
@@ -1358,7 +1358,7 @@
 </p>
 <dl>
 
-<dt><i>editor</i></dt>
+<dt><i>editor</i> (Editor)</dt>
 <dd>
 reference to the editor object to be connected
 </dd>
@@ -1379,7 +1379,7 @@
 </p>
 <dl>
 
-<dt><i>shown</i></dt>
+<dt><i>shown</i> (bool)</dt>
 <dd>
 flag indicating whether the markers were shown or cleared
 </dd>
@@ -1422,9 +1422,9 @@
 </p>
 <dl>
 
-<dt><i>checked</i></dt>
-<dd>
-state of the action (boolean)
+<dt><i>checked</i> (bool)</dt>
+<dd>
+state of the action
 </dd>
 </dl>
 <a NAME="ViewManager.__editAutoComplete" ID="ViewManager.__editAutoComplete"></a>
@@ -1611,9 +1611,9 @@
 </p>
 <dl>
 
-<dt><i>dictionaryFile</i></dt>
-<dd>
-file name of the dictionary to edit (string)
+<dt><i>dictionaryFile</i> (str)</dt>
+<dd>
+file name of the dictionary to edit
 </dd>
 </dl>
 <a NAME="ViewManager.__editStreamComment" ID="ViewManager.__editStreamComment"></a>
@@ -1693,7 +1693,7 @@
 </p>
 <dl>
 
-<dt><i>cmd</i></dt>
+<dt><i>cmd</i> (int)</dt>
 <dd>
 the scintilla command to be sent
 </dd>
@@ -1817,15 +1817,21 @@
 </p>
 <dl>
 
-<dt><i>eolIndicator</i></dt>
-<dd>
-eol indicator string (string)
+<dt><i>eolIndicator</i> (str)</dt>
+<dd>
+eol indicator string
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-pixmap for the eol indicator (QPixmap)
+pixmap for the eol indicator
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QPixmap
 </dd>
 </dl>
 <a NAME="ViewManager.__exportMenuTriggered" ID="ViewManager.__exportMenuTriggered"></a>
@@ -1837,9 +1843,9 @@
 </p>
 <dl>
 
-<dt><i>act</i></dt>
-<dd>
-reference to the action that was triggered (QAction)
+<dt><i>act</i> (QAction)</dt>
+<dd>
+reference to the action that was triggered
 </dd>
 </dl>
 <a NAME="ViewManager.__findLocation" ID="ViewManager.__findLocation"></a>
@@ -1926,7 +1932,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-reference to the generated menu (QMenu)
+reference to the generated menu
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QMenu
 </dd>
 </dl>
 <a NAME="ViewManager.__initEditActions" ID="ViewManager.__initEditActions"></a>
@@ -2139,9 +2151,9 @@
 </p>
 <dl>
 
-<dt><i>act</i></dt>
-<dd>
-reference to the action that triggered (QAction)
+<dt><i>act</i> (QAction)</dt>
+<dd>
+reference to the action that triggered
 </dd>
 </dl>
 <a NAME="ViewManager.__previewEditor" ID="ViewManager.__previewEditor"></a>
@@ -2153,9 +2165,9 @@
 </p>
 <dl>
 
-<dt><i>checked</i></dt>
-<dd>
-state of the action (boolean)
+<dt><i>checked</i> (bool)</dt>
+<dd>
+state of the action
 </dd>
 </dl>
 <a NAME="ViewManager.__previousBookmark" ID="ViewManager.__previousBookmark"></a>
@@ -2265,33 +2277,33 @@
 </p>
 <dl>
 
-<dt><i>fn</i></dt>
-<dd>
-filename to display (string)
-</dd>
-<dt><i>line</i></dt>
-<dd>
-line number to display (int)
-</dd>
-<dt><i>pos</i></dt>
-<dd>
-character position to display (int)
-</dd>
-<dt><i>encoding</i></dt>
-<dd>
-encoding name to display (string)
-</dd>
-<dt><i>language</i></dt>
-<dd>
-language to display (string)
-</dd>
-<dt><i>eol</i></dt>
-<dd>
-eol indicator to display (string)
-</dd>
-<dt><i>zoom</i></dt>
-<dd>
-zoom value (integer)
+<dt><i>fn</i> (str)</dt>
+<dd>
+filename to display
+</dd>
+<dt><i>line</i> (int)</dt>
+<dd>
+line number to display
+</dd>
+<dt><i>pos</i> (int)</dt>
+<dd>
+character position to display
+</dd>
+<dt><i>encoding</i> (str)</dt>
+<dd>
+encoding name to display
+</dd>
+<dt><i>language</i> (str)</dt>
+<dd>
+language to display
+</dd>
+<dt><i>eol</i> (str)</dt>
+<dd>
+eol indicator to display
+</dd>
+<dt><i>zoom</i> (int)</dt>
+<dd>
+zoom value
 </dd>
 </dl>
 <a NAME="ViewManager.__shortenEmptyLines" ID="ViewManager.__shortenEmptyLines"></a>
@@ -2338,9 +2350,9 @@
 </p>
 <dl>
 
-<dt><i>pos</i></dt>
-<dd>
-position the menu should be shown at (QPoint)
+<dt><i>pos</i> (QPoint)</dt>
+<dd>
+position the menu should be shown at
 </dd>
 </dl>
 <a NAME="ViewManager.__showEolMenu" ID="ViewManager.__showEolMenu"></a>
@@ -2352,9 +2364,9 @@
 </p>
 <dl>
 
-<dt><i>pos</i></dt>
-<dd>
-position the menu should be shown at (QPoint)
+<dt><i>pos</i> (QPoint)</dt>
+<dd>
+position the menu should be shown at
 </dd>
 </dl>
 <a NAME="ViewManager.__showFileMenu" ID="ViewManager.__showFileMenu"></a>
@@ -2373,9 +2385,9 @@
 </p>
 <dl>
 
-<dt><i>pos</i></dt>
-<dd>
-position the menu should be shown at (QPoint)
+<dt><i>pos</i> (QPoint)</dt>
+<dd>
+position the menu should be shown at
 </dd>
 </dl>
 <a NAME="ViewManager.__showRecentMenu" ID="ViewManager.__showRecentMenu"></a>
@@ -2401,10 +2413,10 @@
 </p>
 <dl>
 
-<dt><i>checked</i></dt>
-<dd>
-flag indicating the checked state of the action
-            (boolean). True means splitting horizontally.
+<dt><i>checked</i> (bool)</dt>
+<dd>
+flag indicating the checked state of the action.
+            True means splitting horizontally.
 </dd>
 </dl>
 <a NAME="ViewManager.__splitView" ID="ViewManager.__splitView"></a>
@@ -2423,7 +2435,7 @@
 </p>
 <dl>
 
-<dt><i>editor</i></dt>
+<dt><i>editor</i> (Editor)</dt>
 <dd>
 editor that sent the signal
 </dd>
@@ -2515,9 +2527,9 @@
 </p>
 <dl>
 
-<dt><i>value</i></dt>
-<dd>
-zoom value to be set (integer)
+<dt><i>value</i> (int)</dt>
+<dd>
+zoom value to be set
 </dd>
 </dl>
 <a NAME="ViewManager._addView" ID="ViewManager._addView"></a>
@@ -2569,14 +2581,13 @@
 </p>
 <dl>
 
-<dt><i>editor</i></dt>
+<dt><i>editor</i> (Editor)</dt>
 <dd>
 editor window
 </dd>
-<dt><i>setSb</i></dt>
+<dt><i>setSb</i> (bool)</dt>
 <dd>
 flag indicating an update of the status bar is wanted
-            (boolean)
 </dd>
 </dl>
 <a NAME="ViewManager._getOpenFileFilter" ID="ViewManager._getOpenFileFilter"></a>
@@ -2594,7 +2605,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-name of the filename filter (string) or None
+name of the filename filter
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="ViewManager._getOpenStartDir" ID="ViewManager._getOpenStartDir"></a>
@@ -2615,7 +2632,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-name of directory to start (string)
+name of directory to start
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="ViewManager._initWindowActions" ID="ViewManager._initWindowActions"></a>
@@ -2642,11 +2665,11 @@
 </p>
 <dl>
 
-<dt><i>m</i></dt>
-<dd>
-flag indicating the modification status (boolean)
-</dd>
-<dt><i>editor</i></dt>
+<dt><i>m</i> (bool)</dt>
+<dd>
+flag indicating the modification status
+</dd>
+<dt><i>editor</i> (Editor)</dt>
 <dd>
 editor window changed
 </dd>
@@ -2681,7 +2704,7 @@
 </p>
 <dl>
 
-<dt><i>win</i></dt>
+<dt><i>win</i> (EditorAssembly)</dt>
 <dd>
 editor window to be removed
 </dd>
@@ -2702,11 +2725,11 @@
 </p>
 <dl>
 
-<dt><i>win</i></dt>
+<dt><i>win</i> (EditorAssembly)</dt>
 <dd>
 editor assembly to be shown
 </dd>
-<dt><i>fn</i></dt>
+<dt><i>fn</i> (str)</dt>
 <dd>
 filename of this editor
 </dd>
@@ -2730,7 +2753,7 @@
 </p>
 <dl>
 
-<dt><i>editor</i></dt>
+<dt><i>editor</i> (Editor)</dt>
 <dd>
 editor that sent the signal
 </dd>
@@ -2749,6 +2772,12 @@
 </dd>
 </dl>
 <dl>
+<dt>Return Type:</dt>
+<dd>
+Editor
+</dd>
+</dl>
+<dl>
 
 <dt>Raises <b>NotImplementedError</b>:</dt>
 <dd>
@@ -2771,9 +2800,9 @@
 </p>
 <dl>
 
-<dt><i>menu</i></dt>
-<dd>
-reference to the menu to add actions to (QMenu)
+<dt><i>menu</i> (QMenu)</dt>
+<dd>
+reference to the menu to add actions to
 </dd>
 </dl>
 <a NAME="ViewManager.addToRecentList" ID="ViewManager.addToRecentList"></a>
@@ -2785,7 +2814,7 @@
 </p>
 <dl>
 
-<dt><i>fn</i></dt>
+<dt><i>fn</i> (str)</dt>
 <dd>
 name of the file to be added
 </dd>
@@ -2836,6 +2865,12 @@
 </dd>
 </dl>
 <dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl>
+<dl>
 
 <dt>Raises <b>NotImplementedError</b>:</dt>
 <dd>
@@ -2852,7 +2887,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating splitting of the view is available.
+flag indicating splitting of the view is available
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="ViewManager.canTile" ID="ViewManager.canTile"></a>
@@ -2869,6 +2910,12 @@
 </dd>
 </dl>
 <dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl>
+<dl>
 
 <dt>Raises <b>NotImplementedError</b>:</dt>
 <dd>
@@ -2994,15 +3041,15 @@
 </p>
 <dl>
 
-<dt><i>caller</i></dt>
+<dt><i>caller</i> (Editor)</dt>
 <dd>
 reference to the editor calling this method
 </dd>
-<dt><i>filetype</i></dt>
-<dd>
-type of the source file (string)
-</dd>
-<dt><i>fn</i></dt>
+<dt><i>filetype</i> (str)</dt>
+<dd>
+type of the source file
+</dd>
+<dt><i>fn</i> (str)</dt>
 <dd>
 filename of this view
 </dd>
@@ -3010,8 +3057,14 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-reference to the new editor object (Editor.Editor) and the new
-            editor assembly object (EditorAssembly.EditorAssembly)
+reference to the new editor object and the new editor
+            assembly object
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (Editor, EditorAssembly)
 </dd>
 </dl>
 <a NAME="ViewManager.closeAllWindows" ID="ViewManager.closeAllWindows"></a>
@@ -3038,7 +3091,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating success (boolean)
+flag indicating success
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="ViewManager.closeEditor" ID="ViewManager.closeEditor"></a>
@@ -3080,7 +3139,7 @@
 </p>
 <dl>
 
-<dt><i>editor</i></dt>
+<dt><i>editor</i> (Editor)</dt>
 <dd>
 editor to be closed
 </dd>
@@ -3148,7 +3207,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating focus in checks should be performed (boolean)
+flag indicating focus in checks should be performed
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="ViewManager.enableEditorsCheckFocusIn" ID="ViewManager.enableEditorsCheckFocusIn"></a>
@@ -3161,10 +3226,9 @@
 </p>
 <dl>
 
-<dt><i>enabled</i></dt>
+<dt><i>enabled</i> (bool)</dt>
 <dd>
 flag indicating focus in checks should be performed
-            (boolean)
 </dd>
 </dl>
 <a NAME="ViewManager.eventFilter" ID="ViewManager.eventFilter"></a>
@@ -3176,13 +3240,13 @@
 </p>
 <dl>
 
-<dt><i>qobject</i></dt>
-<dd>
-object, that generated the event (QObject)
-</dd>
-<dt><i>event</i></dt>
-<dd>
-the event, that was generated by object (QEvent)
+<dt><i>qobject</i> (QObject)</dt>
+<dd>
+object, that generated the event
+</dd>
+<dt><i>event</i> (QEvent)</dt>
+<dd>
+the event, that was generated by object
 </dd>
 </dl>
 <dl>
@@ -3191,6 +3255,12 @@
 flag indicating if event was filtered out
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl>
 <a NAME="ViewManager.exit" ID="ViewManager.exit"></a>
 <h4>ViewManager.exit</h4>
 <b>exit</b>(<i></i>)
@@ -3208,7 +3278,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-the APIs manager object (eric7.QScintilla.APIsManager)
+the APIs manager object
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QScintilla.APIsManager
 </dd>
 </dl>
 <a NAME="ViewManager.getActions" ID="ViewManager.getActions"></a>
@@ -3220,7 +3296,7 @@
 </p>
 <dl>
 
-<dt><i>actionSetType</i></dt>
+<dt><i>actionSetType</i> (str)</dt>
 <dd>
 string denoting the action set to get.
             It must be one of "edit", "file", "search", "view", "window",
@@ -3230,7 +3306,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-list of all actions (list of EricAction)
+list of all actions
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of EricAction
 </dd>
 </dl>
 <a NAME="ViewManager.getActiveName" ID="ViewManager.getActiveName"></a>
@@ -3243,7 +3325,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-filename of active window (string)
+filename of active window
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="ViewManager.getEditor" ID="ViewManager.getEditor"></a>
@@ -3301,7 +3389,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-path of the most recently opened file (string)
+path of the most recently opened file
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="ViewManager.getNumber" ID="ViewManager.getNumber"></a>
@@ -3314,7 +3408,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-selected text of the active window (string)
+selected text of the active window
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="ViewManager.getOpenEditor" ID="ViewManager.getOpenEditor"></a>
@@ -3353,7 +3453,7 @@
 </p>
 <dl>
 
-<dt><i>fn</i></dt>
+<dt><i>fn</i> (str)</dt>
 <dd>
 filename to look for
 </dd>
@@ -3361,7 +3461,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-count of editors displaying this file (integer)
+count of editors displaying this file
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <a NAME="ViewManager.getOpenEditorList" ID="ViewManager.getOpenEditorList"></a>
@@ -3384,6 +3490,12 @@
 list of references to the editors displaying this file
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of Editor
+</dd>
+</dl>
 <a NAME="ViewManager.getOpenEditors" ID="ViewManager.getOpenEditors"></a>
 <h4>ViewManager.getOpenEditors</h4>
 <b>getOpenEditors</b>(<i></i>)
@@ -3394,8 +3506,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-list of references to all open editors (list of
-            QScintilla.editor)
+list of references to all open editors
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of Editor
 </dd>
 </dl>
 <a NAME="ViewManager.getOpenEditorsCount" ID="ViewManager.getOpenEditorsCount"></a>
@@ -3408,7 +3525,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-number of open editors (integer)
+number of open editors
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <a NAME="ViewManager.getOpenEditorsForSession" ID="ViewManager.getOpenEditorsForSession"></a>
@@ -3447,7 +3570,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-list of all opened filenames (list of strings)
+list of all opened filenames
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of str
 </dd>
 </dl>
 <a NAME="ViewManager.getSRHistory" ID="ViewManager.getSRHistory"></a>
@@ -3459,7 +3588,7 @@
 </p>
 <dl>
 
-<dt><i>key</i></dt>
+<dt><i>key</i> (str)</dt>
 <dd>
 list to return (must be 'search' or 'replace')
 </dd>
@@ -3467,7 +3596,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-the requested history list (list of strings)
+the requested history list
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of str
 </dd>
 </dl>
 <a NAME="ViewManager.getSplitOrientation" ID="ViewManager.getSplitOrientation"></a>
@@ -3480,8 +3615,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-orientation of the split (Qt.Orientation.Horizontal or
-            Qt.Orientation.Vertical)
+orientation of the split
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+Qt.Orientation
 </dd>
 </dl>
 <a NAME="ViewManager.handleResetUI" ID="ViewManager.handleResetUI"></a>
@@ -3531,6 +3671,12 @@
 the generated menu
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QMenu
+</dd>
+</dl>
 <a NAME="ViewManager.initBookmarkToolbar" ID="ViewManager.initBookmarkToolbar"></a>
 <h4>ViewManager.initBookmarkToolbar</h4>
 <b>initBookmarkToolbar</b>(<i>toolbarManager</i>)
@@ -3540,10 +3686,9 @@
 </p>
 <dl>
 
-<dt><i>toolbarManager</i></dt>
+<dt><i>toolbarManager</i> (EricToolBarManager)</dt>
 <dd>
 reference to a toolbar manager object
-            (EricToolBarManager)
 </dd>
 </dl>
 <dl>
@@ -3552,6 +3697,12 @@
 the generated toolbar
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QToolBar
+</dd>
+</dl>
 <a NAME="ViewManager.initEditMenu" ID="ViewManager.initEditMenu"></a>
 <h4>ViewManager.initEditMenu</h4>
 <b>initEditMenu</b>(<i></i>)
@@ -3565,6 +3716,12 @@
 the generated menu
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QMenu
+</dd>
+</dl>
 <a NAME="ViewManager.initEditToolbar" ID="ViewManager.initEditToolbar"></a>
 <h4>ViewManager.initEditToolbar</h4>
 <b>initEditToolbar</b>(<i>toolbarManager</i>)
@@ -3574,10 +3731,9 @@
 </p>
 <dl>
 
-<dt><i>toolbarManager</i></dt>
+<dt><i>toolbarManager</i> (EricToolBarManager)</dt>
 <dd>
 reference to a toolbar manager object
-            (EricToolBarManager)
 </dd>
 </dl>
 <dl>
@@ -3586,6 +3742,12 @@
 the generated toolbar
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QToolBar
+</dd>
+</dl>
 <a NAME="ViewManager.initFileMenu" ID="ViewManager.initFileMenu"></a>
 <h4>ViewManager.initFileMenu</h4>
 <b>initFileMenu</b>(<i></i>)
@@ -3599,6 +3761,12 @@
 the generated menu
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QMenu
+</dd>
+</dl>
 <a NAME="ViewManager.initFileToolbar" ID="ViewManager.initFileToolbar"></a>
 <h4>ViewManager.initFileToolbar</h4>
 <b>initFileToolbar</b>(<i>toolbarManager</i>)
@@ -3608,10 +3776,9 @@
 </p>
 <dl>
 
-<dt><i>toolbarManager</i></dt>
+<dt><i>toolbarManager</i> (EricToolBarManager)</dt>
 <dd>
 reference to a toolbar manager object
-            (EricToolBarManager)
 </dd>
 </dl>
 <dl>
@@ -3620,6 +3787,12 @@
 the generated toolbar
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QToolBar
+</dd>
+</dl>
 <a NAME="ViewManager.initMacroMenu" ID="ViewManager.initMacroMenu"></a>
 <h4>ViewManager.initMacroMenu</h4>
 <b>initMacroMenu</b>(<i></i>)
@@ -3633,6 +3806,12 @@
 the generated menu
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QMenu
+</dd>
+</dl>
 <a NAME="ViewManager.initSearchMenu" ID="ViewManager.initSearchMenu"></a>
 <h4>ViewManager.initSearchMenu</h4>
 <b>initSearchMenu</b>(<i></i>)
@@ -3687,10 +3866,9 @@
 </p>
 <dl>
 
-<dt><i>toolbarManager</i></dt>
+<dt><i>toolbarManager</i> (EricToolBarManager)</dt>
 <dd>
 reference to a toolbar manager object
-            (EricToolBarManager)
 </dd>
 </dl>
 <dl>
@@ -3699,6 +3877,12 @@
 the generated toolbar
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QToolBar
+</dd>
+</dl>
 <a NAME="ViewManager.initViewMenu" ID="ViewManager.initViewMenu"></a>
 <h4>ViewManager.initViewMenu</h4>
 <b>initViewMenu</b>(<i></i>)
@@ -3712,6 +3896,12 @@
 the generated menu
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QMenu
+</dd>
+</dl>
 <a NAME="ViewManager.initViewToolbar" ID="ViewManager.initViewToolbar"></a>
 <h4>ViewManager.initViewToolbar</h4>
 <b>initViewToolbar</b>(<i>toolbarManager</i>)
@@ -3721,10 +3911,9 @@
 </p>
 <dl>
 
-<dt><i>toolbarManager</i></dt>
+<dt><i>toolbarManager</i> (EricToolBarManager)</dt>
 <dd>
 reference to a toolbar manager object
-            (EricToolBarManager)
 </dd>
 </dl>
 <dl>
@@ -3733,6 +3922,12 @@
 the generated toolbar
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QToolBar
+</dd>
+</dl>
 <a NAME="ViewManager.insertNumber" ID="ViewManager.insertNumber"></a>
 <h4>ViewManager.insertNumber</h4>
 <b>insertNumber</b>(<i>txt</i>)
@@ -3742,9 +3937,9 @@
 </p>
 <dl>
 
-<dt><i>txt</i></dt>
-<dd>
-text to be inserted (string)
+<dt><i>txt</i> (str)</dt>
+<dd>
+text to be inserted
 </dd>
 </dl>
 <a NAME="ViewManager.insertSymbol" ID="ViewManager.insertSymbol"></a>
@@ -3756,9 +3951,9 @@
 </p>
 <dl>
 
-<dt><i>txt</i></dt>
-<dd>
-text to be inserted (string)
+<dt><i>txt</i> (str)</dt>
+<dd>
+text to be inserted
 </dd>
 </dl>
 <a NAME="ViewManager.isConnected" ID="ViewManager.isConnected"></a>
@@ -3771,7 +3966,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating the connection status (boolean)
+flag indicating the connection status
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="ViewManager.isEditorInfoSupported" ID="ViewManager.isEditorInfoSupported"></a>
@@ -3913,9 +4114,9 @@
 </p>
 <dl>
 
-<dt><i>prog</i></dt>
-<dd>
-name of file to be opened (string)
+<dt><i>prog</i> (str)</dt>
+<dd>
+name of file to be opened
 </dd>
 </dl>
 <a NAME="ViewManager.openSourceFile" ID="ViewManager.openSourceFile"></a>
@@ -4057,13 +4258,13 @@
 </p>
 <dl>
 
-<dt><i>oldfn</i></dt>
-<dd>
-old filename of the file (string)
-</dd>
-<dt><i>newfn</i></dt>
-<dd>
-new filename of the file (string)
+<dt><i>oldfn</i> (str)</dt>
+<dd>
+old filename of the file
+</dd>
+<dt><i>newfn</i> (str)</dt>
+<dd>
+new filename of the file
 </dd>
 </dl>
 <a NAME="ViewManager.projectLexerAssociationsChanged" ID="ViewManager.projectLexerAssociationsChanged"></a>
@@ -4089,17 +4290,17 @@
 </p>
 <dl>
 
-<dt><i>projectHash</i></dt>
-<dd>
-hash of the project (string)
-</dd>
-<dt><i>fileName</i></dt>
-<dd>
-project relative file name of the editor (string)
-</dd>
-<dt><i>command</i></dt>
-<dd>
-command string (string)
+<dt><i>projectHash</i> (str)</dt>
+<dd>
+hash of the project
+</dd>
+<dt><i>fileName</i> (str)</dt>
+<dd>
+project relative file name of the editor
+</dd>
+<dt><i>command</i> (str)</dt>
+<dd>
+command string
 </dd>
 </dl>
 <a NAME="ViewManager.removeSplit" ID="ViewManager.removeSplit"></a>
@@ -4167,7 +4368,7 @@
 </p>
 <dl>
 
-<dt><i>ed</i></dt>
+<dt><i>ed</i> (Editor)</dt>
 <dd>
 editor to be saved
 </dd>
@@ -4190,7 +4391,7 @@
 </p>
 <dl>
 
-<dt><i>ed</i></dt>
+<dt><i>ed</i> (Editor)</dt>
 <dd>
 editor to be saved
 </dd>
@@ -4211,15 +4412,21 @@
 </p>
 <dl>
 
-<dt><i>fn</i></dt>
-<dd>
-filename of editor to be saved (string)
+<dt><i>fn</i> (str)</dt>
+<dd>
+filename of editor to be saved
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating success (boolean)
+flag indicating success
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="ViewManager.saveEditorEd" ID="ViewManager.saveEditorEd"></a>
@@ -4231,7 +4438,7 @@
 </p>
 <dl>
 
-<dt><i>ed</i></dt>
+<dt><i>ed</i> (Editor)</dt>
 <dd>
 editor to be saved
 </dd>
@@ -4239,7 +4446,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating success (boolean)
+flag indicating success
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="ViewManager.saveEditorsList" ID="ViewManager.saveEditorsList"></a>
@@ -4251,7 +4464,7 @@
 </p>
 <dl>
 
-<dt><i>editors</i></dt>
+<dt><i>editors</i> (list of Editor)</dt>
 <dd>
 list of editors to be saved
 </dd>
@@ -4266,7 +4479,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-reference to the search widget (SearchReplaceSlidingWidget)
+reference to the search widget
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+SearchReplaceSlidingWidget
 </dd>
 </dl>
 <a NAME="ViewManager.send" ID="ViewManager.send"></a>
@@ -4278,13 +4497,13 @@
 </p>
 <dl>
 
-<dt><i>fileName</i></dt>
-<dd>
-file name of the editor (string)
-</dd>
-<dt><i>message</i></dt>
-<dd>
-command message to be sent (string)
+<dt><i>fileName</i> (str)</dt>
+<dd>
+file name of the editor
+</dd>
+<dt><i>message</i> (str)</dt>
+<dd>
+command message to be sent
 </dd>
 </dl>
 <a NAME="ViewManager.sendSharedEdit" ID="ViewManager.sendSharedEdit"></a>
@@ -4304,9 +4523,9 @@
 </p>
 <dl>
 
-<dt><i>client</i></dt>
-<dd>
-reference to the cooperation client (CooperationClient)
+<dt><i>client</i> (CooperationClient)</dt>
+<dd>
+reference to the cooperation client
 </dd>
 </dl>
 <a NAME="ViewManager.setEditorName" ID="ViewManager.setEditorName"></a>
@@ -4318,13 +4537,13 @@
 </p>
 <dl>
 
-<dt><i>editor</i></dt>
+<dt><i>editor</i> (Editor)</dt>
 <dd>
 editor window to be changed
 </dd>
-<dt><i>newName</i></dt>
-<dd>
-new name to be shown (string)
+<dt><i>newName</i> (str)</dt>
+<dd>
+new name to be shown
 </dd>
 </dl>
 <dl>
@@ -4344,19 +4563,19 @@
 </p>
 <dl>
 
-<dt><i>fn</i></dt>
-<dd>
-filename of editor to update (string)
-</dd>
-<dt><i>line</i></dt>
-<dd>
-line number to highlight (int)
-</dd>
-<dt><i>error</i></dt>
-<dd>
-flag indicating an error highlight (boolean)
-</dd>
-<dt><i>syntaxError</i></dt>
+<dt><i>fn</i> (str)</dt>
+<dd>
+filename of editor to update
+</dd>
+<dt><i>line</i> (int)</dt>
+<dd>
+line number to highlight
+</dd>
+<dt><i>error</i> (bool)</dt>
+<dd>
+flag indicating an error highlight
+</dd>
+<dt><i>syntaxError</i> (bool)</dt>
 <dd>
 flag indicating a syntax error
 </dd>
@@ -4370,11 +4589,11 @@
 </p>
 <dl>
 
-<dt><i>ui</i></dt>
+<dt><i>ui</i> (UserInterface)</dt>
 <dd>
 reference to the main user interface
 </dd>
-<dt><i>dbs</i></dt>
+<dt><i>dbs</i> (DebugServer)</dt>
 <dd>
 reference to the debug server object
 </dd>
@@ -4389,39 +4608,36 @@
 </p>
 <dl>
 
-<dt><i>sbLine</i></dt>
+<dt><i>sbLine</i> (QLabel)</dt>
 <dd>
 reference to the line number part of the statusbar
-            (QLabel)
-</dd>
-<dt><i>sbPos</i></dt>
+</dd>
+<dt><i>sbPos</i> (QLabel)</dt>
 <dd>
 reference to the character position part of the statusbar
-            (QLabel)
-</dd>
-<dt><i>sbWritable</i></dt>
+</dd>
+<dt><i>sbWritable</i> (QLabel)</dt>
 <dd>
 reference to the writability indicator part of
-            the statusbar (QLabel)
-</dd>
-<dt><i>sbEncoding</i></dt>
+            the statusbar
+</dd>
+<dt><i>sbEncoding</i> (QLabel)</dt>
 <dd>
 reference to the encoding indicator part of the
-            statusbar (QLabel)
-</dd>
-<dt><i>sbLanguage</i></dt>
+            statusbar
+</dd>
+<dt><i>sbLanguage</i> (QLabel)</dt>
 <dd>
 reference to the language indicator part of the
-            statusbar (QLabel)
-</dd>
-<dt><i>sbEol</i></dt>
+            statusbar
+</dd>
+<dt><i>sbEol</i> (QLabel)</dt>
 <dd>
 reference to the eol indicator part of the statusbar
-            (QLabel)
-</dd>
-<dt><i>sbZoom</i></dt>
-<dd>
-reference to the zoom widget (EricZoomWidget)
+</dd>
+<dt><i>sbZoom</i> (EricZoomWidget)</dt>
+<dd>
+reference to the zoom widget
 </dd>
 </dl>
 <a NAME="ViewManager.setSplitCount" ID="ViewManager.setSplitCount"></a>
@@ -4447,10 +4663,9 @@
 </p>
 <dl>
 
-<dt><i>orientation</i></dt>
+<dt><i>orientation</i> (Qt.Orientation)</dt>
 <dd>
 orientation of the split
-            (Qt.Orientation.Horizontal or Qt.Orientation.Vertical)
 </dd>
 </dl>
 <a NAME="ViewManager.shareConnected" ID="ViewManager.shareConnected"></a>
@@ -4462,9 +4677,9 @@
 </p>
 <dl>
 
-<dt><i>connected</i></dt>
-<dd>
-flag indicating the connected state (boolean)
+<dt><i>connected</i> (bool)</dt>
+<dd>
+flag indicating the connected state
 </dd>
 </dl>
 <a NAME="ViewManager.shareEditor" ID="ViewManager.shareEditor"></a>
@@ -4476,9 +4691,9 @@
 </p>
 <dl>
 
-<dt><i>share</i></dt>
-<dd>
-flag indicating the share status (boolean)
+<dt><i>share</i> (bool)</dt>
+<dd>
+flag indicating the share status
 </dd>
 </dl>
 <a NAME="ViewManager.showDebugSource" ID="ViewManager.showDebugSource"></a>
@@ -4491,13 +4706,13 @@
 </p>
 <dl>
 
-<dt><i>fn</i></dt>
-<dd>
-filename of editor to update (string)
-</dd>
-<dt><i>line</i></dt>
-<dd>
-line number to highlight (int)
+<dt><i>fn</i> (str)</dt>
+<dd>
+filename of editor to update
+</dd>
+<dt><i>line</i> (int)</dt>
+<dd>
+line number to highlight
 </dd>
 </dl>
 <a NAME="ViewManager.showEditorInfo" ID="ViewManager.showEditorInfo"></a>
@@ -4537,7 +4752,7 @@
 </p>
 <dl>
 
-<dt><i>windowMenu</i></dt>
+<dt><i>windowMenu</i> (QMenu)</dt>
 <dd>
 reference to the window menu
 </dd>
@@ -4585,16 +4800,22 @@
 </p>
 <dl>
 
-<dt><i>getCurrentWord</i></dt>
+<dt><i>getCurrentWord</i> (bool)</dt>
 <dd>
 flag indicating to return the current word, if
-            no selected text was found (boolean)
+            no selected text was found
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-selection or current word (string)
+selection or current word
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="ViewManager.tile" ID="ViewManager.tile"></a>
@@ -4621,10 +4842,10 @@
 </p>
 <dl>
 
-<dt><i>current</i></dt>
+<dt><i>current</i> (bool)</dt>
 <dd>
 flag indicating only the current editor should be
-            unhighlighted (boolean)
+            unhighlighted
 </dd>
 </dl>
 <a NAME="ViewManager.zoomValueChanged" ID="ViewManager.zoomValueChanged"></a>

eric ide

mercurial