src/eric7/Documentation/Source/eric7.WebBrowser.Bookmarks.BookmarksManager.html

branch
eric7
changeset 10436
f6881d10e995
parent 10070
9f5758c0fec1
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.Bookmarks.BookmarksManager.html	Fri Dec 22 13:57:47 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.Bookmarks.BookmarksManager.html	Fri Dec 22 17:24:07 2023 +0100
@@ -222,7 +222,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-name of the bookmark file (string)
+name of the bookmark file
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="BookmarksManager.__init__" ID="BookmarksManager.__init__"></a>
@@ -234,9 +240,9 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QObject)</dt>
 <dd>
-reference to the parent object (QObject)
+reference to the parent object
 </dd>
 </dl>
 <a NAME="BookmarksManager.__initialize" ID="BookmarksManager.__initialize"></a>
@@ -255,20 +261,25 @@
 </p>
 <dl>
 
-<dt><i>url</i></dt>
+<dt><i>url</i> (str)</dt>
 <dd>
-URL of the bookmark to search for (string)
+URL of the bookmark to search for
 </dd>
-<dt><i>startNode</i></dt>
+<dt><i>startNode</i> (BookmarkNode)</dt>
 <dd>
 reference to the node to start searching
-            (BookmarkNode)
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-bookmark node for the given url (BookmarkNode)
+bookmark node for the given url
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+BookmarkNode
 </dd>
 </dl>
 <a NAME="BookmarksManager.__searchBookmarks" ID="BookmarksManager.__searchBookmarks"></a>
@@ -280,20 +291,25 @@
 </p>
 <dl>
 
-<dt><i>url</i></dt>
+<dt><i>url</i> (str)</dt>
 <dd>
-URL of the bookmarks to search for (string)
+URL of the bookmarks to search for
 </dd>
-<dt><i>startNode</i></dt>
+<dt><i>startNode</i> (BookmarkNode)</dt>
 <dd>
 reference to the node to start searching
-            (BookmarkNode)
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-list of bookmark nodes for the given url (list of BookmarkNode)
+list of bookmark nodes for the given url
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of BookmarkNode
 </dd>
 </dl>
 <a NAME="BookmarksManager.addBookmark" ID="BookmarksManager.addBookmark"></a>
@@ -305,17 +321,17 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (BookmarkNode)</dt>
 <dd>
-reference to the node to add to (BookmarkNode)
+reference to the node to add to
 </dd>
-<dt><i>node</i></dt>
+<dt><i>node</i> (BookmarkNode)</dt>
 <dd>
-reference to the node to add (BookmarkNode)
+reference to the node to add
 </dd>
-<dt><i>row</i></dt>
+<dt><i>row</i> (int)</dt>
 <dd>
-row number (integer)
+row number
 </dd>
 </dl>
 <a NAME="BookmarksManager.bookmarkForUrl" ID="BookmarksManager.bookmarkForUrl"></a>
@@ -327,11 +343,11 @@
 </p>
 <dl>
 
-<dt><i>url</i></dt>
+<dt><i>url</i> (QUrl or str)</dt>
 <dd>
-URL of the bookmark to search for (QUrl or string)
+URL of the bookmark to search for
 </dd>
-<dt><i>start</i></dt>
+<dt><i>start</i> (int)</dt>
 <dd>
 indicator for the start of the search
             (StartRoot, StartMenu, StartToolBar)
@@ -340,7 +356,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-bookmark node for the given url (BookmarkNode)
+bookmark node for the given url
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+BookmarkNode
 </dd>
 </dl>
 <a NAME="BookmarksManager.bookmarks" ID="BookmarksManager.bookmarks"></a>
@@ -353,7 +375,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-reference to the root bookmark node (BookmarkNode)
+reference to the root bookmark node
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+BookmarkNode
 </dd>
 </dl>
 <a NAME="BookmarksManager.bookmarksForUrl" ID="BookmarksManager.bookmarksForUrl"></a>
@@ -365,11 +393,11 @@
 </p>
 <dl>
 
-<dt><i>url</i></dt>
+<dt><i>url</i> (QUrl or str)</dt>
 <dd>
-URL of the bookmarks to search for (QUrl or string)
+URL of the bookmarks to search for
 </dd>
-<dt><i>start</i></dt>
+<dt><i>start</i> (int)</dt>
 <dd>
 indicator for the start of the search
             (StartRoot, StartMenu, StartToolBar)
@@ -378,7 +406,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-list of bookmark nodes for the given url (list of BookmarkNode)
+list of bookmark nodes for the given url
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of BookmarkNode
 </dd>
 </dl>
 <a NAME="BookmarksManager.bookmarksModel" ID="BookmarksManager.bookmarksModel"></a>
@@ -391,7 +425,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-reference to the bookmarks model (BookmarksModel)
+reference to the bookmarks model
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+BookmarksModel
 </dd>
 </dl>
 <a NAME="BookmarksManager.changeExpanded" ID="BookmarksManager.changeExpanded"></a>
@@ -424,9 +464,9 @@
 </p>
 <dl>
 
-<dt><i>url</i></dt>
+<dt><i>url</i> (QUrl or str)</dt>
 <dd>
-URL of the icon to update (QUrl or string)
+URL of the icon to update
 </dd>
 </dl>
 <a NAME="BookmarksManager.importBookmarks" ID="BookmarksManager.importBookmarks"></a>
@@ -445,9 +485,9 @@
 </p>
 <dl>
 
-<dt><i>node</i></dt>
+<dt><i>node</i> (BookmarkNode)</dt>
 <dd>
-reference to the node to be changed (BookmarkNode)
+reference to the node to be changed
 </dd>
 </dl>
 <a NAME="BookmarksManager.load" ID="BookmarksManager.load"></a>
@@ -475,7 +515,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-reference to the bookmarks menu node (BookmarkNode)
+reference to the bookmarks menu node
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+BookmarkNode
 </dd>
 </dl>
 <a NAME="BookmarksManager.reload" ID="BookmarksManager.reload"></a>
@@ -494,9 +540,9 @@
 </p>
 <dl>
 
-<dt><i>node</i></dt>
+<dt><i>node</i> (BookmarkNode)</dt>
 <dd>
-reference to the node to be removed (BookmarkNode)
+reference to the node to be removed
 </dd>
 </dl>
 <a NAME="BookmarksManager.save" ID="BookmarksManager.save"></a>
@@ -523,19 +569,19 @@
 </p>
 <dl>
 
-<dt><i>node</i></dt>
+<dt><i>node</i> (BookmarkNode)</dt>
 <dd>
-reference to the node to be changed (BookmarkNode)
+reference to the node to be changed
 </dd>
-<dt><i>timestampType</i></dt>
+<dt><i>timestampType</i> (int)</dt>
 <dd>
 type of the timestamp to set
             (BookmarkNode.TsAdded, BookmarkNode.TsModified,
             BookmarkNode.TsVisited)
 </dd>
-<dt><i>timestamp</i></dt>
+<dt><i>timestamp</i> (QDateTime)</dt>
 <dd>
-timestamp to set (QDateTime)
+timestamp to set
 </dd>
 </dl>
 <a NAME="BookmarksManager.setTitle" ID="BookmarksManager.setTitle"></a>
@@ -547,13 +593,13 @@
 </p>
 <dl>
 
-<dt><i>node</i></dt>
+<dt><i>node</i> (BookmarkNode)</dt>
 <dd>
-reference to the node to be changed (BookmarkNode)
+reference to the node to be changed
 </dd>
-<dt><i>newTitle</i></dt>
+<dt><i>newTitle</i> (str)</dt>
 <dd>
-title to be set (string)
+title to be set
 </dd>
 </dl>
 <a NAME="BookmarksManager.setUrl" ID="BookmarksManager.setUrl"></a>
@@ -565,13 +611,13 @@
 </p>
 <dl>
 
-<dt><i>node</i></dt>
+<dt><i>node</i> (BookmarkNode)</dt>
 <dd>
-reference to the node to be changed (BookmarkNode)
+reference to the node to be changed
 </dd>
-<dt><i>newUrl</i></dt>
+<dt><i>newUrl</i> (str)</dt>
 <dd>
-URL to be set (string)
+URL to be set
 </dd>
 </dl>
 <a NAME="BookmarksManager.setVisitCount" ID="BookmarksManager.setVisitCount"></a>
@@ -583,13 +629,13 @@
 </p>
 <dl>
 
-<dt><i>node</i></dt>
+<dt><i>node</i> (BookmarkNode)</dt>
 <dd>
-reference to the node to be changed (BookmarkNode)
+reference to the node to be changed
 </dd>
-<dt><i>count</i></dt>
+<dt><i>count</i> (int or str)</dt>
 <dd>
-visit count to be set (int or str)
+visit count to be set
 </dd>
 </dl>
 <a NAME="BookmarksManager.toolbar" ID="BookmarksManager.toolbar"></a>
@@ -602,7 +648,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-reference to the bookmarks toolbar node (BookmarkNode)
+reference to the bookmarks toolbar node
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+BookmarkNode
 </dd>
 </dl>
 <a NAME="BookmarksManager.undoRedoStack" ID="BookmarksManager.undoRedoStack"></a>
@@ -615,7 +667,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-reference to the undo stack (QUndoStack)
+reference to the undo stack
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QUndoStack
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -671,23 +729,22 @@
 </p>
 <dl>
 
-<dt><i>bookmarksManager</i></dt>
+<dt><i>bookmarksManager</i> (BookmarksManager)</dt>
 <dd>
 reference to the bookmarks manager
-            (BookmarksManager)
 </dd>
-<dt><i>node</i></dt>
+<dt><i>node</i> (BookmarkNode)</dt>
 <dd>
-reference to the node to be changed (BookmarkNode)
+reference to the node to be changed
 </dd>
-<dt><i>newValue</i></dt>
+<dt><i>newValue</i> (str)</dt>
 <dd>
-new value to be set (string)
+new value to be set
 </dd>
-<dt><i>title</i></dt>
+<dt><i>title</i> (bool)</dt>
 <dd>
 flag indicating a change of the title (True) or
-            the URL (False) (boolean)
+            the URL (False)
 </dd>
 </dl>
 <a NAME="ChangeBookmarkCommand.redo" ID="ChangeBookmarkCommand.redo"></a>
@@ -757,22 +814,21 @@
 </p>
 <dl>
 
-<dt><i>bookmarksManager</i></dt>
+<dt><i>bookmarksManager</i> (BookmarksManager)</dt>
 <dd>
 reference to the bookmarks manager
-            (BookmarksManager)
 </dd>
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (BookmarkNode)</dt>
 <dd>
-reference to the parent node (BookmarkNode)
+reference to the parent node
 </dd>
-<dt><i>node</i></dt>
+<dt><i>node</i> (BookmarkNode)</dt>
 <dd>
-reference to the node to be inserted (BookmarkNode)
+reference to the node to be inserted
 </dd>
-<dt><i>row</i></dt>
+<dt><i>row</i> (int)</dt>
 <dd>
-row number of bookmark (integer)
+row number of bookmark
 </dd>
 </dl>
 <a NAME="InsertBookmarksCommand.redo" ID="InsertBookmarksCommand.redo"></a>
@@ -842,18 +898,17 @@
 </p>
 <dl>
 
-<dt><i>bookmarksManager</i></dt>
+<dt><i>bookmarksManager</i> (BookmarksManager)</dt>
 <dd>
 reference to the bookmarks manager
-            (BookmarksManager)
 </dd>
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (BookmarkNode)</dt>
 <dd>
-reference to the parent node (BookmarkNode)
+reference to the parent node
 </dd>
-<dt><i>row</i></dt>
+<dt><i>row</i> (int)</dt>
 <dd>
-row number of bookmark (integer)
+row number of bookmark
 </dd>
 </dl>
 <a NAME="RemoveBookmarksCommand.redo" ID="RemoveBookmarksCommand.redo"></a>

eric ide

mercurial