src/eric7/Documentation/Source/eric7.WebBrowser.Bookmarks.BookmarksImporters.__init__.html

branch
eric7
changeset 9503
ae9232bf4854
parent 9209
b99e7fd55fd3
child 9504
1193fc2bf192
diff -r 6091145e189e -r ae9232bf4854 src/eric7/Documentation/Source/eric7.WebBrowser.Bookmarks.BookmarksImporters.__init__.html
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.Bookmarks.BookmarksImporters.__init__.html	Wed Nov 09 15:17:05 2022 +0100
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.Bookmarks.BookmarksImporters.__init__.html	Wed Nov 09 15:18:07 2022 +0100
@@ -34,6 +34,10 @@
 <td>Module function to get information for the given source id.</td>
 </tr>
 <tr>
+<td><a href="#getImporterModule">getImporterModule</a></td>
+<td>Function to get a bookmark importer module for a given source.</td>
+</tr>
+<tr>
 <td><a href="#getImporters">getImporters</a></td>
 <td>Module function to get a list of supported importers.</td>
 </tr>
@@ -49,26 +53,25 @@
 </p>
 <dl>
 
-<dt><i>sourceId</i></dt>
+<dt><i>sourceId</i> (str)</dt>
 <dd>
-source id to get an importer for (string)
+source id to get an importer for
 </dd>
-<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>
 <dl>
 <dt>Return:</dt>
 <dd>
-bookmarks importer (BookmarksImporter)
+bookmarks importer
 </dd>
 </dl>
 <dl>
-
-<dt>Raises <b>ValueError</b>:</dt>
+<dt>Return Type:</dt>
 <dd>
-raised to indicate an unsupported importer
+BookmarksImporter
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -83,18 +86,51 @@
 </p>
 <dl>
 
-<dt><i>sourceId</i></dt>
+<dt><i>sourceId</i> (str)</dt>
 <dd>
-source id to get info for (string)
+source id to get info for
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-tuple with an icon (QPixmap), readable name (string), name of
-        the default bookmarks file (string), an info text (string),
-        a prompt (string) and the default directory of the bookmarks
-        file (string)
+tuple with an icon, readable name, name of the default bookmarks file,
+        an info text, a prompt and the default directory of the bookmarks file
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (QPixmap, str, str, str, str, str)
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+<hr />
+<a NAME="getImporterModule" ID="getImporterModule"></a>
+<h2>getImporterModule</h2>
+<b>getImporterModule</b>(<i>sourceId</i>)
+
+<p>
+    Function to get a bookmark importer module for a given source.
+</p>
+<dl>
+
+<dt><i>sourceId</i> (str)</dt>
+<dd>
+source id to get an importer module for
+</dd>
+</dl>
+<dl>
+<dt>Return:</dt>
+<dd>
+reference to the imported module
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+module
 </dd>
 </dl>
 <dl>

eric ide

mercurial