diff -r 1779dc278077 -r 391d6b7b1eff eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.BookmarksImporters.__init__.html --- a/eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.BookmarksImporters.__init__.html Wed Sep 25 19:40:31 2019 +0200 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.BookmarksImporters.__init__.html Wed Sep 25 19:42:44 2019 +0200 @@ -18,70 +18,91 @@ </style> </head> -<body><a NAME="top" ID="top"></a> +<body> +<a NAME="top" ID="top"></a> <h1>eric6.WebBrowser.Bookmarks.BookmarksImporters.__init__</h1> + <p> Package implementing bookmarks importers for various sources. </p> <h3>Global Attributes</h3> + <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> + <table> <tr><td>None</td></tr> </table> <h3>Functions</h3> + <table> + <tr> <td><a href="#getImporter">getImporter</a></td> <td>Module function to get an importer for the given source id.</td> -</tr><tr> +</tr> +<tr> <td><a href="#getImporterInfo">getImporterInfo</a></td> <td>Module function to get information for the given source id.</td> -</tr><tr> +</tr> +<tr> <td><a href="#getImporters">getImporters</a></td> <td>Module function to get a list of supported importers.</td> </tr> </table> -<hr /><hr /> +<hr /> +<hr /> <a NAME="getImporter" ID="getImporter"></a> <h2>getImporter</h2> <b>getImporter</b>(<i>sourceId, parent=None</i>) + <p> Module function to get an importer for the given source id. -</p><dl> +</p> +<dl> + <dt><i>sourceId</i></dt> <dd> source id to get an importer for (string) -</dd><dt><i>parent</i></dt> +</dd> +<dt><i>parent</i></dt> <dd> reference to the parent object (QObject) </dd> -</dl><dl> +</dl> +<dl> <dt>Returns:</dt> <dd> bookmarks importer (BookmarksImporter) </dd> -</dl><dl> +</dl> +<dl> + <dt>Raises <b>ValueError</b>:</dt> <dd> raised to indicate an unsupported importer </dd> </dl> <div align="right"><a href="#top">Up</a></div> -<hr /><hr /> +<hr /> +<hr /> <a NAME="getImporterInfo" ID="getImporterInfo"></a> <h2>getImporterInfo</h2> <b>getImporterInfo</b>(<i>sourceId</i>) + <p> Module function to get information for the given source id. -</p><dl> +</p> +<dl> + <dt><i>sourceId</i></dt> <dd> source id to get info for (string) </dd> -</dl><dl> +</dl> +<dl> <dt>Returns:</dt> <dd> tuple with an icon (QPixmap), readable name (string), name of @@ -89,20 +110,25 @@ a prompt (string) and the default directory of the bookmarks file (string) </dd> -</dl><dl> +</dl> +<dl> + <dt>Raises <b>ValueError</b>:</dt> <dd> raised to indicate an unsupported importer </dd> </dl> <div align="right"><a href="#top">Up</a></div> -<hr /><hr /> +<hr /> +<hr /> <a NAME="getImporters" ID="getImporters"></a> <h2>getImporters</h2> <b>getImporters</b>(<i></i>) + <p> Module function to get a list of supported importers. -</p><dl> +</p> +<dl> <dt>Returns:</dt> <dd> list of tuples with an icon (QIcon), readable name (string) and