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

branch
eric7
changeset 10479
856476537696
parent 10436
f6881d10e995
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.Bookmarks.BookmarksImporters.BookmarksImporter.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.Bookmarks.BookmarksImporters.BookmarksImporter.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,53 +7,50 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.WebBrowser.Bookmarks.BookmarksImporters.BookmarksImporter</h1>
-
 <p>
 Module implementing a base class for the bookmarks importers.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#BookmarksImporter">BookmarksImporter</a></td>
 <td>Class implementing the base class for the bookmarks importers.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="BookmarksImporter" ID="BookmarksImporter"></a>
 <h2>BookmarksImporter</h2>
-
 <p>
     Class implementing the base class for the bookmarks importers.
 </p>
+
 <h3>Derived from</h3>
 QObject
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#BookmarksImporter.__init__">BookmarksImporter</a></td>
 <td>Constructor</td>
@@ -79,19 +76,20 @@
 <td>Public method to set the path of the bookmarks file or directory.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="BookmarksImporter.__init__" ID="BookmarksImporter.__init__"></a>
 <h4>BookmarksImporter (Constructor)</h4>
 <b>BookmarksImporter</b>(<i>sourceId="", parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>sourceId</i> (str)</dt>
@@ -106,10 +104,10 @@
 <a NAME="BookmarksImporter.error" ID="BookmarksImporter.error"></a>
 <h4>BookmarksImporter.error</h4>
 <b>error</b>(<i></i>)
-
 <p>
         Public method to check for an error.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -125,10 +123,10 @@
 <a NAME="BookmarksImporter.errorString" ID="BookmarksImporter.errorString"></a>
 <h4>BookmarksImporter.errorString</h4>
 <b>errorString</b>(<i></i>)
-
 <p>
         Public method to get the error description.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -144,13 +142,13 @@
 <a NAME="BookmarksImporter.importedBookmarks" ID="BookmarksImporter.importedBookmarks"></a>
 <h4>BookmarksImporter.importedBookmarks</h4>
 <b>importedBookmarks</b>(<i></i>)
-
 <p>
         Public method to get the imported bookmarks.
 </p>
 <p>
         It must return the imported bookmarks (BookmarkNode).
 </p>
+
 <dl>
 
 <dt>Raises <b>NotImplementedError</b>:</dt>
@@ -162,13 +160,13 @@
 <a NAME="BookmarksImporter.open" ID="BookmarksImporter.open"></a>
 <h4>BookmarksImporter.open</h4>
 <b>open</b>(<i></i>)
-
 <p>
         Public method to open the bookmarks file.
 </p>
 <p>
         It must return a flag indicating success (boolean).
 </p>
+
 <dl>
 
 <dt>Raises <b>NotImplementedError</b>:</dt>
@@ -180,10 +178,10 @@
 <a NAME="BookmarksImporter.setPath" ID="BookmarksImporter.setPath"></a>
 <h4>BookmarksImporter.setPath</h4>
 <b>setPath</b>(<i>path</i>)
-
 <p>
         Public method to set the path of the bookmarks file or directory.
 </p>
+
 <dl>
 
 <dt><i>path</i> (str)</dt>
@@ -201,4 +199,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial