src/eric7/Documentation/Source/eric7.WebBrowser.Feeds.FeedsManager.html

branch
eric7
changeset 10436
f6881d10e995
parent 10259
b51dfacef37f
child 10479
856476537696
diff -r c712d09cc839 -r f6881d10e995 src/eric7/Documentation/Source/eric7.WebBrowser.Feeds.FeedsManager.html
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.Feeds.FeedsManager.html	Fri Dec 22 13:57:47 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.Feeds.FeedsManager.html	Fri Dec 22 17:24:07 2023 +0100
@@ -192,9 +192,9 @@
 </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>
 </dl>
 <a NAME="FeedsManager.__addFeedItem" ID="FeedsManager.__addFeedItem"></a>
@@ -206,10 +206,9 @@
 </p>
 <dl>
 
-<dt><i>feed</i></dt>
+<dt><i>feed</i> (tuple of (str, str, QIcon))</dt>
 <dd>
 tuple containing feed info (URL, title, icon)
-            (string, string, QIcon)
 </dd>
 </dl>
 <a NAME="FeedsManager.__copyUrlToClipboard" ID="FeedsManager.__copyUrlToClipboard"></a>
@@ -228,9 +227,9 @@
 </p>
 <dl>
 
-<dt><i>pos</i></dt>
+<dt><i>pos</i> (QPoint)</dt>
 <dd>
-position the context menu was requested (QPoint)
+position the context menu was requested
 </dd>
 </dl>
 <a NAME="FeedsManager.__enableButtons" ID="FeedsManager.__enableButtons"></a>
@@ -263,13 +262,13 @@
 </p>
 <dl>
 
-<dt><i>itm</i></dt>
+<dt><i>itm</i> (QTreeWidgetItem)</dt>
 <dd>
-reference to the activated item (QTreeWidgetItem)
+reference to the activated item
 </dd>
-<dt><i>column</i></dt>
+<dt><i>column</i> (int)</dt>
 <dd>
-column of the activation (integer)
+column of the activation
 </dd>
 </dl>
 <a NAME="FeedsManager.__load" ID="FeedsManager.__load"></a>
@@ -351,9 +350,9 @@
 </p>
 <dl>
 
-<dt><i>itm</i></dt>
+<dt><i>itm</i> (QTreeWidgetItem)</dt>
 <dd>
-feed item to be reloaded (QTreeWidgetItem)
+feed item to be reloaded
 </dd>
 </dl>
 <a NAME="FeedsManager.__save" ID="FeedsManager.__save"></a>
@@ -379,23 +378,29 @@
 </p>
 <dl>
 
-<dt><i>urlString</i></dt>
+<dt><i>urlString</i> (str)</dt>
 <dd>
-URL of the feed (string)
+URL of the feed
 </dd>
-<dt><i>title</i></dt>
+<dt><i>title</i> (str)</dt>
 <dd>
-title of the feed (string)
+title of the feed
 </dd>
-<dt><i>icon</i></dt>
+<dt><i>icon</i> (QIcon)</dt>
 <dd>
-icon for the feed (QIcon)
+icon for the feed
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating a successful addition of the feed (boolean)
+flag indicating a successful addition of the feed
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="FeedsManager.on_deleteButton_clicked" ID="FeedsManager.on_deleteButton_clicked"></a>

eric ide

mercurial