eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.BookmarksImporters.SafariImporter.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7989
a21d673a8f99
--- a/eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.BookmarksImporters.SafariImporter.html	Wed Sep 25 19:40:31 2019 +0200
+++ b/eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.BookmarksImporters.SafariImporter.html	Wed Sep 25 19:42:44 2019 +0200
@@ -18,138 +18,181 @@
 
 </style>
 </head>
-<body><a NAME="top" ID="top"></a>
+<body>
+<a NAME="top" ID="top"></a>
 <h1>eric6.WebBrowser.Bookmarks.BookmarksImporters.SafariImporter</h1>
+
 <p>
 Module implementing an importer for Apple Safari bookmarks.
 </p>
 <h3>Global Attributes</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Classes</h3>
+
 <table>
+
 <tr>
 <td><a href="#SafariImporter">SafariImporter</a></td>
 <td>Class implementing the Apple Safari bookmarks importer.</td>
 </tr>
 </table>
 <h3>Functions</h3>
+
 <table>
+
 <tr>
 <td><a href="#getImporterInfo">getImporterInfo</a></td>
 <td>Module function to get information for the given source id.</td>
 </tr>
 </table>
-<hr /><hr />
+<hr />
+<hr />
 <a NAME="SafariImporter" ID="SafariImporter"></a>
 <h2>SafariImporter</h2>
+
 <p>
     Class implementing the Apple Safari bookmarks importer.
 </p>
 <h3>Derived from</h3>
 BookmarksImporter
 <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="#SafariImporter.__init__">SafariImporter</a></td>
 <td>Constructor</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#SafariImporter.__processChildren">__processChildren</a></td>
 <td>Private method to process the list of children.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#SafariImporter.importedBookmarks">importedBookmarks</a></td>
 <td>Public method to get the imported bookmarks.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#SafariImporter.open">open</a></td>
 <td>Public method to open the bookmarks file.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#SafariImporter.setPath">setPath</a></td>
 <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="SafariImporter.__init__" ID="SafariImporter.__init__"></a>
 <h4>SafariImporter (Constructor)</h4>
 <b>SafariImporter</b>(<i>sourceId="", parent=None</i>)
+
 <p>
         Constructor
-</p><dl>
+</p>
+<dl>
+
 <dt><i>sourceId</i></dt>
 <dd>
 source ID (string)
-</dd><dt><i>parent</i></dt>
+</dd>
+<dt><i>parent</i></dt>
 <dd>
 reference to the parent object (QObject)
 </dd>
-</dl><a NAME="SafariImporter.__processChildren" ID="SafariImporter.__processChildren"></a>
+</dl>
+<a NAME="SafariImporter.__processChildren" ID="SafariImporter.__processChildren"></a>
 <h4>SafariImporter.__processChildren</h4>
 <b>__processChildren</b>(<i>children, rootNode</i>)
+
 <p>
         Private method to process the list of children.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>children</i></dt>
 <dd>
 list of child nodes to be processed (list of dict)
-</dd><dt><i>rootNode</i></dt>
+</dd>
+<dt><i>rootNode</i></dt>
 <dd>
 node to add the bookmarks to (BookmarkNode)
 </dd>
-</dl><a NAME="SafariImporter.importedBookmarks" ID="SafariImporter.importedBookmarks"></a>
+</dl>
+<a NAME="SafariImporter.importedBookmarks" ID="SafariImporter.importedBookmarks"></a>
 <h4>SafariImporter.importedBookmarks</h4>
 <b>importedBookmarks</b>(<i></i>)
+
 <p>
         Public method to get the imported bookmarks.
-</p><dl>
+</p>
+<dl>
 <dt>Returns:</dt>
 <dd>
 imported bookmarks (BookmarkNode)
 </dd>
-</dl><a NAME="SafariImporter.open" ID="SafariImporter.open"></a>
+</dl>
+<a NAME="SafariImporter.open" ID="SafariImporter.open"></a>
 <h4>SafariImporter.open</h4>
 <b>open</b>(<i></i>)
+
 <p>
         Public method to open the bookmarks file.
-</p><dl>
+</p>
+<dl>
 <dt>Returns:</dt>
 <dd>
 flag indicating success (boolean)
 </dd>
-</dl><a NAME="SafariImporter.setPath" ID="SafariImporter.setPath"></a>
+</dl>
+<a NAME="SafariImporter.setPath" ID="SafariImporter.setPath"></a>
 <h4>SafariImporter.setPath</h4>
 <b>setPath</b>(<i>path</i>)
+
 <p>
         Public method to set the path of the bookmarks file or directory.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>path</i></dt>
 <dd>
 bookmarks file or directory (string)
 </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>
 id of the browser ("chrome" or "chromium")
 </dd>
-</dl><dl>
+</dl>
+<dl>
 <dt>Returns:</dt>
 <dd>
 tuple with an icon (QPixmap), readable name (string), name of
@@ -157,7 +200,9 @@
         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 invalid browser ID

eric ide

mercurial