--- a/src/eric7/Documentation/Source/eric7.WebBrowser.Bookmarks.AddBookmarkDialog.html Fri Dec 22 13:57:47 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.Bookmarks.AddBookmarkDialog.html Fri Dec 22 17:24:07 2023 +0100 @@ -126,14 +126,13 @@ </p> <dl> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -reference to the parent widget (QWidget) +reference to the parent widget </dd> -<dt><i>bookmarksManager</i></dt> +<dt><i>bookmarksManager</i> (BookmarksManager)</dt> <dd> -reference to the bookmarks manager - object (BookmarksManager) +reference to the bookmarks manager object </dd> </dl> <a NAME="AddBookmarkDialog.accept" ID="AddBookmarkDialog.accept"></a> @@ -153,7 +152,13 @@ <dl> <dt>Return:</dt> <dd> -reference to the added bookmark node (BookmarkNode) +reference to the added bookmark node +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +BookmarkNode </dd> </dl> <a NAME="AddBookmarkDialog.currentIndex" ID="AddBookmarkDialog.currentIndex"></a> @@ -166,7 +171,13 @@ <dl> <dt>Return:</dt> <dd> -current index (QModelIndex) +current index +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +QModelIndex </dd> </dl> <a NAME="AddBookmarkDialog.description" ID="AddBookmarkDialog.description"></a> @@ -179,7 +190,13 @@ <dl> <dt>Return:</dt> <dd> -description of the bookamrk (string) +description of the bookamrk +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <a NAME="AddBookmarkDialog.isFolder" ID="AddBookmarkDialog.isFolder"></a> @@ -192,7 +209,13 @@ <dl> <dt>Return:</dt> <dd> -flag indicating "Add Folder" mode (boolean) +flag indicating "Add Folder" mode +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="AddBookmarkDialog.setCurrentIndex" ID="AddBookmarkDialog.setCurrentIndex"></a> @@ -204,9 +227,9 @@ </p> <dl> -<dt><i>idx</i></dt> +<dt><i>idx</i> (QModelIndex)</dt> <dd> -current index to be set (QModelIndex) +current index to be set </dd> </dl> <a NAME="AddBookmarkDialog.setDescription" ID="AddBookmarkDialog.setDescription"></a> @@ -218,9 +241,9 @@ </p> <dl> -<dt><i>description</i></dt> +<dt><i>description</i> (str)</dt> <dd> -description of the bookamrk (string) +description of the bookamrk </dd> </dl> <a NAME="AddBookmarkDialog.setFolder" ID="AddBookmarkDialog.setFolder"></a> @@ -232,9 +255,9 @@ </p> <dl> -<dt><i>folder</i></dt> +<dt><i>folder</i> (bool)</dt> <dd> -flag indicating "Add Folder" mode (boolean) +flag indicating "Add Folder" mode </dd> </dl> <a NAME="AddBookmarkDialog.setTitle" ID="AddBookmarkDialog.setTitle"></a> @@ -246,9 +269,9 @@ </p> <dl> -<dt><i>title</i></dt> +<dt><i>title</i> (str)</dt> <dd> -title of the bookmark (string) +title of the bookmark </dd> </dl> <a NAME="AddBookmarkDialog.setUrl" ID="AddBookmarkDialog.setUrl"></a> @@ -260,9 +283,9 @@ </p> <dl> -<dt><i>url</i></dt> +<dt><i>url</i> (str)</dt> <dd> -URL of the bookmark (string) +URL of the bookmark </dd> </dl> <a NAME="AddBookmarkDialog.title" ID="AddBookmarkDialog.title"></a> @@ -275,7 +298,13 @@ <dl> <dt>Return:</dt> <dd> -title of the bookmark (string) +title of the bookmark +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <a NAME="AddBookmarkDialog.url" ID="AddBookmarkDialog.url"></a> @@ -288,7 +317,13 @@ <dl> <dt>Return:</dt> <dd> -URL of the bookmark (string) +URL of the bookmark +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -352,9 +387,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="AddBookmarkProxyModel.columnCount" ID="AddBookmarkProxyModel.columnCount"></a> @@ -366,15 +401,21 @@ </p> <dl> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QModelIndex)</dt> <dd> -index of the parent (QModelIndex) +index of the parent </dd> </dl> <dl> <dt>Return:</dt> <dd> -number of columns (integer) +number of columns +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +int </dd> </dl> <a NAME="AddBookmarkProxyModel.filterAcceptsColumn" ID="AddBookmarkProxyModel.filterAcceptsColumn"></a> @@ -386,19 +427,25 @@ </p> <dl> -<dt><i>sourceColumn</i></dt> +<dt><i>sourceColumn</i> (int)</dt> <dd> -column number in the source model (integer) +column number in the source model </dd> -<dt><i>sourceParent</i></dt> +<dt><i>sourceParent</i> (QModelIndex)</dt> <dd> -index of the source item (QModelIndex) +index of the source item </dd> </dl> <dl> <dt>Return:</dt> <dd> -flag indicating acceptance (boolean) +flag indicating acceptance +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="AddBookmarkProxyModel.filterAcceptsRow" ID="AddBookmarkProxyModel.filterAcceptsRow"></a> @@ -410,19 +457,25 @@ </p> <dl> -<dt><i>sourceRow</i></dt> +<dt><i>sourceRow</i> (int)</dt> <dd> -row number in the source model (integer) +row number in the source model </dd> -<dt><i>sourceParent</i></dt> +<dt><i>sourceParent</i> (QModelIndex)</dt> <dd> -index of the source item (QModelIndex) +index of the source item </dd> </dl> <dl> <dt>Return:</dt> <dd> -flag indicating acceptance (boolean) +flag indicating acceptance +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="AddBookmarkProxyModel.hasChildren" ID="AddBookmarkProxyModel.hasChildren"></a> @@ -434,15 +487,21 @@ </p> <dl> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QModelIndex)</dt> <dd> -index of the parent node (QModelIndex) +index of the parent node </dd> </dl> <dl> <dt>Return:</dt> <dd> -flag indicating the presence of children (boolean) +flag indicating the presence of children +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <div align="right"><a href="#top">Up</a></div>