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

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8596
d64760b2da50
child 9503
ae9232bf4854
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.Bookmarks.BookmarksImporters.FirefoxImporter.html	Thu Jul 07 11:23:56 2022 +0200
@@ -0,0 +1,177 @@
+<!DOCTYPE html>
+<html><head>
+<title>eric7.WebBrowser.Bookmarks.BookmarksImporters.FirefoxImporter</title>
+<meta charset="UTF-8">
+<link rel="stylesheet" href="styles.css">
+</head>
+<body>
+<a NAME="top" ID="top"></a>
+<h1>eric7.WebBrowser.Bookmarks.BookmarksImporters.FirefoxImporter</h1>
+
+<p>
+Module implementing an importer for Firefox bookmarks.
+</p>
+<h3>Global Attributes</h3>
+
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Classes</h3>
+
+<table>
+
+<tr>
+<td><a href="#FirefoxImporter">FirefoxImporter</a></td>
+<td>Class implementing the Chrome 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 />
+<a NAME="FirefoxImporter" ID="FirefoxImporter"></a>
+<h2>FirefoxImporter</h2>
+
+<p>
+    Class implementing the Chrome 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="#FirefoxImporter.__init__">FirefoxImporter</a></td>
+<td>Constructor</td>
+</tr>
+<tr>
+<td><a href="#FirefoxImporter.importedBookmarks">importedBookmarks</a></td>
+<td>Public method to get the imported bookmarks.</td>
+</tr>
+<tr>
+<td><a href="#FirefoxImporter.open">open</a></td>
+<td>Public method to open the bookmarks file.</td>
+</tr>
+<tr>
+<td><a href="#FirefoxImporter.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="FirefoxImporter.__init__" ID="FirefoxImporter.__init__"></a>
+<h4>FirefoxImporter (Constructor)</h4>
+<b>FirefoxImporter</b>(<i>sourceId="", parent=None</i>)
+
+<p>
+        Constructor
+</p>
+<dl>
+
+<dt><i>sourceId</i></dt>
+<dd>
+source ID (string)
+</dd>
+<dt><i>parent</i></dt>
+<dd>
+reference to the parent object (QObject)
+</dd>
+</dl>
+<a NAME="FirefoxImporter.importedBookmarks" ID="FirefoxImporter.importedBookmarks"></a>
+<h4>FirefoxImporter.importedBookmarks</h4>
+<b>importedBookmarks</b>(<i></i>)
+
+<p>
+        Public method to get the imported bookmarks.
+</p>
+<dl>
+<dt>Return:</dt>
+<dd>
+imported bookmarks (BookmarkNode)
+</dd>
+</dl>
+<a NAME="FirefoxImporter.open" ID="FirefoxImporter.open"></a>
+<h4>FirefoxImporter.open</h4>
+<b>open</b>(<i></i>)
+
+<p>
+        Public method to open the bookmarks file.
+</p>
+<dl>
+<dt>Return:</dt>
+<dd>
+flag indicating success (boolean)
+</dd>
+</dl>
+<a NAME="FirefoxImporter.setPath" ID="FirefoxImporter.setPath"></a>
+<h4>FirefoxImporter.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></dt>
+<dd>
+bookmarks file or directory (string)
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<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>
+
+<dt><i>sourceId</i></dt>
+<dd>
+id of the browser ("chrome" or "chromium")
+</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)
+</dd>
+</dl>
+<dl>
+
+<dt>Raises <b>ValueError</b>:</dt>
+<dd>
+raised to indicate an invalid browser ID
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+</body></html>
\ No newline at end of file

eric ide

mercurial